<?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>Wed, 24 Jun 2026 20:36:26 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[California man claimed to be FBI agent while causing disturbance at Miami Beach nightclub, cops say ]]></title><link>https://www.local10.com/news/local/2026/06/24/california-man-claimed-to-be-fbi-agent-while-causing-disturbance-at-miami-beach-nightclub-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/california-man-claimed-to-be-fbi-agent-while-causing-disturbance-at-miami-beach-nightclub-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A California man was arrested at a Miami Beach nightclub early Wednesday morning after police said he claimed to be an FBI agent during a disturbance that he allegedly caused. ]]></description><pubDate>Wed, 24 Jun 2026 20:35:52 +0000</pubDate><content:encoded><![CDATA[<p>A California man was arrested at a Miami Beach nightclub early Wednesday morning after police said he claimed to be an FBI agent during a disturbance that he allegedly caused. </p><p>According to an arrest report, Nelson Mauricio Aviles, 61, of Fontana, was arrested just after 1:30 a.m. at Twist, located at 1057 Washington Ave.</p><p>Police said officers responded to the nightclub after Aviles reported that security personnel had threatened him with a knife. </p><p>Aviles appeared to be “highly intoxicated,” displaying slurred speech, difficulty maintaining his balance, excessive sweating and a strong odor of alcohol, according to the report.</p><p>Investigators said Aviles repeatedly identified himself as an FBI agent and presented an identification card from the Los Angeles County Department of Public Social Services identifying him as a “staff development specialist.” </p><p>The report states that the card contained no indication of any affiliation with the FBI.</p><p>According to police, Aviles continued to insist he was an FBI agent and claimed he would contact an FBI partner and initiate an internal investigation into Club Twist. </p><p>Officers said he was unable to provide any FBI credentials or documentation supporting those claims.</p><p>The nightclub’s manager told officers that Aviles had been causing a disturbance inside the business by yelling at patrons and employees, repeatedly claiming to be an FBI agent and attempting to engage in verbal and physical confrontations with others, according to the report. </p><p>The manager said Aviles was removed from the establishment, the report states. </p><p>Police said that while officers were investigating, Aviles repeatedly interrupted and demanded that officers either return his identification card or arrest him.</p><p>When officers attempted to take him into custody, Aviles allegedly flailed his arms, pulled away and refused to place his hands behind his back, police said. Officers were ultimately able to handcuff him without further incident, according to the report.</p><p>Jail records show he is facing one count each of falsely impersonate an officer, disorderly conduct of an establishment and resisting an officer without violence to his person. </p><p>Aviles appeared in bond court on Wednesday before Miami-Dade Circuit Judge Mindy Glazer, who found probable cause and ordered him released on his own recognizance on all three charges. The charges carried a total bond amount of $3,150.</p><p>He was also ordered to stay away from Twist. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UYOVLNB6LJA35E43TJLVALO7DI.jpg?auth=82dff57ab3f4ce516c6bd5d2529dbf7faef1c961d3e792a3c44d38213e46bf0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Viral video: Marlins search for ‘very good boy’ who watched dog score hot dog at loanDepot Park]]></title><link>https://www.local10.com/sports/local/2026/06/24/viral-video-marlins-search-for-very-good-boy-who-watched-dog-score-hot-dog-at-loandepot-park/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/24/viral-video-marlins-search-for-very-good-boy-who-watched-dog-score-hot-dog-at-loandepot-park/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miami Marlins posted a “wanted” poster searching for what they’re calling a “very good boy” — the dog who watched another pup score a hot dog in the stands during Tuesday’s game at loanDepot Park. ]]></description><pubDate>Wed, 24 Jun 2026 18:28:25 +0000</pubDate><content:encoded><![CDATA[<p>Miami Marlins posted a “wanted” poster searching for what they’re calling a “very good boy.” </p><p><a href="https://www.local10.com/news/local/2026/06/24/video-viral-marlins-buscan-a-muy-buen-chico-que-vio-a-perro-atrapar-un-hot-dog-en-loandepot-park/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/video-viral-marlins-buscan-a-muy-buen-chico-que-vio-a-perro-atrapar-un-hot-dog-en-loandepot-park/">Leer en español</a></p><p>The viral video from <a href="https://x.com/MLB/status/2069218730442137723" target="_self" rel="" title="https://x.com/MLB/status/2069218730442137723">MLB</a> came after a dog who watched another pup score a hot dog in the stands during Monday’s game vs. the Texas Rangers during the top of the seventh inning at loanDepot Park. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">It&#39;s tough seeing others live out your dream 🐶🌭 <a href="https://t.co/iMSgfb2AaN">pic.twitter.com/iMSgfb2AaN</a></p>&mdash; MLB (@MLB) <a href="https://x.com/MLB/status/2069218730442137723?ref_src=twsrc%5Etfw">June 23, 2026</a></blockquote><p>The reward for the dog? </p><p>A dream day at the ballpark.</p><p>Now the question is: what are the odds fans can help track him down and make that special day happen?</p><p>Call 305-480-2525 if you have information on the dog’s whereabouts.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Wanted: A very good boy<br><br>Reward: a dream day at <a href="https://x.com/loanDepotpark?ref_src=twsrc%5Etfw">@loanDepotpark</a> <a href="https://t.co/KusIXAjURi">https://t.co/KusIXAjURi</a> <a href="https://t.co/fn6tOdx65w">pic.twitter.com/fn6tOdx65w</a></p>&mdash; Miami Marlins (@Marlins) <a href="https://x.com/Marlins/status/2069468190300667996?ref_src=twsrc%5Etfw">June 23, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MBDYXGEJFFBDXIF47WKLUJLEMY.jpg?auth=4cbef7968d33f23ad6b20f5719bf0196852d8585f9cb6986c3608a79ad77b40b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Failed robbery on small Caribbean island of Tobago spawns memes and Batman references]]></title><link>https://www.local10.com/news/world/2026/06/24/failed-robbery-on-small-caribbean-island-of-tobago-spawns-memes-and-batman-references/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/failed-robbery-on-small-caribbean-island-of-tobago-spawns-memes-and-batman-references/</guid><dc:creator><![CDATA[By ANSELM GIBBS, Associated Press]]></dc:creator><description><![CDATA[PORT-OF-SPAIN, Trinidad (AP) — Police in Trinidad and Tobago said Wednesday that they are searching for a group of robbers caught on camera who used a backhoe to try and steal a cash machine but bungled the movie-style heist so badly they ended up as memes.]]></description><pubDate>Wed, 24 Jun 2026 20:29:01 +0000</pubDate><content:encoded><![CDATA[<p>PORT-OF-SPAIN, Trinidad (AP) — Police in Trinidad and Tobago said Wednesday that they are searching for a group of robbers caught on camera who used a backhoe to try and steal a cash machine but bungled the movie-style heist so badly they ended up as memes.</p><p>Security camera footage shows at least four suspects fumbling around the crime scene. One of them bore a striking resemblance to Batman, wearing black clothing, a black ski mask and what looked like a black poncho that blew in the wind like the superhero’s cape. That person is seen tripping over debris and falling on the floor while attempting to direct the backhoe.</p><p>The Trinidad and Tobago Police Service said the suspects’ “efforts to remove the vault proved futile, after the arm of the backhoe sustained damage” during the incident early Wednesday.</p><p>The suspects were able to move the cash machine to the sidewalk with the backhoe, which police said they stole from a nearby beach. But after the backhoe’s arm stopped working – and their combined efforts to lift the cash machine onto a small truck also failed – the suspects gave up and sped off in what police said was a stolen vehicle.</p><p>The detached cash machine remained in the open, with authorities later responding to the scene in Tobago, the smaller of the twin-island nation. Based on the security video timestamp, the failed attempt lasted over 10 minutes all while a state of emergency remains in effect.</p><p>The video of the attempted robbery quickly went viral. Memes popped up on social media, callers on morning radio talk shows made fun of the failed robbers and a local newspaper headlined its story, “‘Batman’ and robbing.”</p><p>Trinidad and Tobago recently extended its state of emergency by three months, until September, as authorities struggle with violent crimes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[BSO deputy accused of fleeing traffic stop, resisting arrest in Miramar]]></title><link>https://www.local10.com/news/local/2026/06/24/bso-deputy-accused-of-fleeing-traffic-stop-resisting-arrest-in-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/bso-deputy-accused-of-fleeing-traffic-stop-resisting-arrest-in-miramar/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Broward Sheriff’s Office deputy was arrested after Miramar police said he fled from officers during a traffic stop and later barricaded himself inside his apartment.]]></description><pubDate>Wed, 24 Jun 2026 19:44:01 +0000</pubDate><content:encoded><![CDATA[<p>A Broward Sheriff’s Office detention deputy was arrested earlier this week after Miramar police said he fled from officers during a traffic stop and later barricaded himself inside his apartment.</p><p><a href="https://www.local10.com/news/local/2026/06/24/acusan-a-agente-de-la-bso-de-huir-de-parada-de-trafico-y-resistirse-al-arresto-en-miramar/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/acusan-a-agente-de-la-bso-de-huir-de-parada-de-trafico-y-resistirse-al-arresto-en-miramar/">Leer en español</a></p><p>According to an arrest report, the suspect was identified as Pyram Gounot, 54, of Miramar. </p><p>Jail records show he is facing two counts of resisting an officer without violence and is no longer in custody.</p><p>Police said the incident began around 11:45 p.m. Sunday near the 12000 block of Saint Andrews Place, where an officer observed Gounot driving a Toyota pickup truck at a “high rate of speed” and initiated a traffic stop.</p><p>Investigators said Gounot exited the vehicle and ran from the officer on foot. They said he allegedly ran up a flight of stairs to the front door of his second-floor apartment.</p><p>According to the report, after the officer ordered him to return downstairs to his vehicle, Gounot again fled, running up a different stairwell. </p><p>While pursuing him, the officer fell while turning a corner, struck a concrete wall and suffered a cut to his head that required medical treatment, the report states. </p><p>Police said Gounot then entered his apartment and refused to come outside.</p><p>They said Gounot’s daughter came out of a bedroom at the home and informed officers that her father is a BSO deputy.</p><p>BSO’s Public Corruption Unit was contacted and assisted with surveillance of Gounot, according to the report. </p><p>Authorities said that later Monday morning, a woman drove him to the BSO Public Safety Complex in Fort Lauderdale, where he was taken into custody without incident.</p><p>Police said Gounot declined to be interviewed.</p><p>A BSO spokesperson told Local 10 News that Gounot has served as a detention deputy with the agency since March 11, 2002. Following his arrest, he was placed on administrative investigative leave with pay, the spokesperson confirmed.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KABQBBPJMZFRNGP46EIM235MWI.jpg?auth=a8b13bfb4083604fc5073e084045999b5a522521d47b6474d42090ba4ad3cfe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump administration loses appeal over access to personal information of Michigan voters]]></title><link>https://www.local10.com/news/politics/2026/06/24/trump-administration-loses-appeal-over-access-to-personal-information-of-michigan-voters/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/trump-administration-loses-appeal-over-access-to-personal-information-of-michigan-voters/</guid><dc:creator><![CDATA[By ED WHITE, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Michigan can keep a lid on the personal information of registered voters, a federal appeals court said Wednesday in the latest defeat for the Trump administration, which has been trying to get key details from dozens of states.]]></description><pubDate>Wed, 24 Jun 2026 20:21:30 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Michigan can keep a lid on the personal information of registered voters, a federal appeals court said Wednesday in the latest defeat for the Trump administration, which has been trying to get key details from dozens of states.</p><p>The release of birth dates, driver's license numbers and partial Social Security numbers is not covered by a law cited by the U.S. Justice Department, the 6th U.S. Circuit Court of Appeals said in a 2-1 opinion, upholding the decision of a federal judge in Lansing, Michigan.</p><p>In addition to Michigan, judges so far have rejected efforts in Maryland, Arizona, California, Maine, Massachusetts, Oregon, Rhode Island and Wisconsin. In Georgia, a judge dismissed a lawsuit because it had been filed in the wrong city, prompting the government to refile elsewhere.</p><p>Michigan Secretary of State Jocelyn Benson, a Democrat, said the federal government only could receive a list of registered voters, similar to any member of the general public.</p><p>The Trump administration said it wants the personal information of voters to ensure that Michigan is complying with federal election law. In a court filing, it cited “anomalies” and other complaints.</p><p>Attorneys for Michigan, however, said the government has other goals, including the creation of a national voter file and sharing information with the U.S. Department of Homeland Security to see if noncitizens have signed up and voted.</p><p>At least 13 states have either provided or promised to hand over their voter registration lists to the government, according to the Brennan Center for Justice and Associated Press reporting: Alaska, Arkansas, Indiana, Louisiana, Mississippi, Nebraska, Ohio, Oklahoma, South Carolina, South Dakota, Tennessee, Texas and Wyoming.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PIKORT6PGZ62XJ2KE6T236P3VE.jpg?auth=d9ac9eaf054c784c1f7dd1b8535f4d2513299503b01845e60fd4d6d20f7e1386&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person waits to cast a ballot at the Horatio Williams Foundation in downtown Detroit, Nov. 4, 2025. (AP Photo/Ryan Sun, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Sun</media:credit></media:content></item><item><title><![CDATA[AI is helping gas stations collude to raise California fuel prices, lawsuit says]]></title><link>https://www.local10.com/news/national/2026/06/24/ai-is-helping-gas-stations-collude-to-raise-california-fuel-prices-lawsuit-says/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/24/ai-is-helping-gas-stations-collude-to-raise-california-fuel-prices-lawsuit-says/</guid><dc:creator><![CDATA[By R.J. RICO, Associated Press]]></dc:creator><description><![CDATA[AI-powered software has allowed gas station operators across California to illegally collude and drive up prices at the pump, according to a federal lawsuit.]]></description><pubDate>Wed, 24 Jun 2026 20:19:32 +0000</pubDate><content:encoded><![CDATA[<p>AI-powered software has allowed gas station operators across California to illegally collude and drive up prices at the pump, according to a federal lawsuit.</p><p>The proposed class action lawsuit, filed Monday, accuses gas station giants including Marathon and Circle K of violating California’s antitrust law through Kalibrate, a fuel-pricing software system used across the world. The plaintiffs describe Kalibrate as the “central nervous system for a conspiracy to extinguish retail price competition among gas stations.”</p><p>According to the lawsuit, Kalibrate helps “coordinate high prices” and even discourages its users from pricing their gas lower than competitors, saying that doing so would trigger a “downward spiral.”</p><p>“Kalibrate promises that if gas stations surrender their pricing decisions and competitively sensitive cost and volume data to Kalibrate Fuel Pricing, the software will enable them to avoid competing with other area stations and to charge higher prices to consumers,” the lawsuit said.</p><p>Californians already pay some of the highest gas prices in the nation, and prices have surged across the globe since the start of the Iran war.</p><p>The lawsuit is the latest to accuse software companies of driving up the cost of living for millions in the U.S. Other examples include the Department of Justice's lawsuit against RealPage, which has been accused of helping landlords drive up rent prices, and the DOJ's lawsuit against Agri Stats, a data-sharing company accused of helping the meatpacking industry inflate grocery prices. The DOJ has settled both of those lawsuits in the past year, though various state attorneys general are still pursuing lawsuits against RealPage and numerous property management companies.</p><p>Concern over algorithmic pricing prompted Democratic California Gov. Gavin Newsom last year to sign a bill saying that state antitrust law applies to pricing algorithms, helping to pave the way for this week's lawsuit.</p><p>Kalibrate is headquartered in Manchester, England, and operates in more than 70 countries. It did not respond to a request for comment Wednesday.</p><p>The lawsuit accuses Kalibrate of facilitating cartel-like collusion. Only this time, instead of competitors making a secret deal “over cigars in a smoky back room,” the price-fixing is done through AI, according to the lawsuit.</p><p>“As technology has advanced, so too have the mechanisms available to competitors to fix prices without the cigars, the smoke, or even the room,” the lawsuit says.</p><p>Among the examples the lawsuit lists is a “restoration” tool that helps “nearly all gas stations in an area raise their prices contemporaneously and by a large amount.”</p><p>According to the lawsuit, research into algorithmic fuel-pricing software found average price increases of about 6 cents per gallon, rising to as much as 30 cents per gallon in markets where many stations use the technology.</p><p>“Because of the volume of fuel sold across California, a single cent increase at the pump will drain a whopping $134 million from California drivers’ wallets every year across the state,” the lawsuit says.</p><p>The defendants in the lawsuit — which also include BP, Speedway, EG America, Walmart and Albertsons — collectively operate more than 1,700 gas stations in California, according to the lawsuit. None of them immediately responded to a request for comment.</p><p>The lawsuit seeks to represent California drivers who bought gas at stations using Kalibrate software since June 2022.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EXKJJMUHUTXTYY2ZTK7KXPFBHM.jpg?auth=919d0abf597662890d2b304d110bdec3ec6f22085b8e8ed868525c3130145885&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Prices are displayed on a digital gas station sign in San Francisco, April 29, 2026. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Surfside marks five years since Champlain Towers South collapse]]></title><link>https://www.local10.com/news/local/2026/06/24/surfside-marks-five-years-since-champlain-towers-south-collapse/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/surfside-marks-five-years-since-champlain-towers-south-collapse/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[One by one, 98 names were read aloud early Wednesday morning as families, survivors, first responders and community members gathered in Surfside to honor the victims of the Champlain Towers South collapse, one of the deadliest building failures in U.S. history.]]></description><pubDate>Wed, 24 Jun 2026 11:26:10 +0000</pubDate><content:encoded><![CDATA[<p>One by one, 98 names were read aloud early Wednesday morning as families, survivors, first responders and community members gathered in Surfside to honor the victims of the Champlain Towers South collapse, one of the deadliest building failures in U.S. history.</p><p><a href="https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/">Leer en español</a></p><p>The 12-story condominium building collapsed in the early morning hours of June 24, 2021, while many residents were asleep inside. Ninety-eight people lost their lives.</p><p>During the Lighting of the Torch ceremony at Veterans Park, a torch was presented as a symbol of hope, resilience and remembrance.</p><p>“This torch is more than a light -- it is a promise, a promise that we will forever remember, that we will honor, that we will never allow these lives to be forgotten,” one speaker said.</p><p>A firefighter participating in the ceremony echoed that message.</p><p>“And let the light shine through all of us,” the firefighter said.</p><p>Only three people were rescued alive from the rubble following the collapse. Among them was Devin Gonzalez, who was 16 years old at the time. Her mother also survived.</p><p>Gonzalez lost her father in the tragedy.</p><p>“The rest of my family, my sister made it out because she wasn’t home that night, but my father was one of the 98 people that passed away, so he did not make it,” Gonzalez said.</p><p>Five years later, Gonzalez said the pain remains, but she hopes lessons learned from the collapse will help prevent a similar disaster from happening again.</p><p>“Yes, it’s angering and it’s hurtful, but to focus on the future, on things that we can do so that nothing like this ever happens again,” she said.</p><p>Among the speakers was Rachel Spiegel, daughter of Judy Spiegel, who died in the collapse.</p><p>“Five years since my mother went to sleep in the place that she called home and never came back,” she said. </p><p>Raquel Oliveira, the mother of Lorenzo Oliveira and wife of Alfredo Leone, both of whom passed away during the incident, also spoke. </p><p>“My son was 5 years old on that day,” she said. “From today on, I’ll have more time without Lorenzo than with him.”</p><p>A rescue expert from Israel, whose team specializes in locating people trapped in collapsed structures, said they worked around the clock to help in every way they could.</p><p>“We are honored to be able to help,” he said. “It’s a mitzvah to help the other, even if you don’t know the person. We are all humans and it doesn’t matter where we are. We are together to help each other -- one for all and all for one.”</p><p>For many first responders who spent weeks searching through the debris, the memories remain vivid.</p><p>“When we say we are never going to forget, we are never going to forget,” a firefighter said. “And those who were here — the thousands of first responders and community leaders that were here — we can never forget.”</p><p>The annual ceremony served as both a tribute to the 98 lives lost and a reminder of the lasting impact the collapse continues to have on families, survivors and the South Florida community.</p><p>Another remembrance ceremony at 88th Street and Collins Avenue in Surfside was held later in the morning.</p><p>The tragic anniversary comes after the <a href="https://www.local10.com/news/local/2026/06/23/investigation-reveals-issues-that-led-to-surfside-condo-collapse/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/23/investigation-reveals-issues-that-led-to-surfside-condo-collapse/">National Institute of Standards and Technology released a report</a> stating that the deadly destruction of the condominium actually started weeks before it collapsed into a pile of rubble in the middle of the night.</p><p>According to the report, two connections between garage columns and the pool deck started to fail around early June 2021. The combination of a structure design that did not meet building codes and alterations made to it over its 40 years meant that the other parts of the pool deck weren’t strong enough to withstand the extra load, leading to the type of slow-motion collapse.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Indiana’s Aliyah Boston and Caitlin Clark surge to 1-2 in WNBA All-Star fan voting]]></title><link>https://www.local10.com/sports/2026/06/24/indianas-aliyah-boston-and-caitlin-clark-surge-to-1-2-in-wnba-all-star-fan-voting/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/indianas-aliyah-boston-and-caitlin-clark-surge-to-1-2-in-wnba-all-star-fan-voting/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Indiana teammates Aliyah Boston and Caitlin Clark are 1-2 in the fan voting for this year's All-Star game, the league announced Wednesday.]]></description><pubDate>Wed, 24 Jun 2026 19:51:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Indiana teammates Aliyah Boston and Caitlin Clark are 1-2 in the fan voting for this year's All-Star game, the league announced Wednesday.</p><p>Four-time league MVP A'ja Wilson is third about 11,000 votes behind Clark. The Las Vegas Aces star led the initial fan ballots. Dallas Wings guard Paige Bueckers is fourth, about 18,000 votes behind Wilson. New York's Breanna Stewart was next. Wilson and Bueckers were the top two vote getters after the first set of returns.</p><p>Fan ballots end Saturday night.</p><p>Rounding out the top 10 were Jessica Shepard of Dallas, Angel Reese of Atlanta, Gabby Williams of Golden State, Kelsey Mitchell of Indiana and Minnesota rookie Olivia Miles.</p><p>After all votes are tallied, players will be ranked by position (guard and frontcourt) within each of the three voting groups — fan votes, player votes and media votes. Fan vote counts 50% while media and player votes are 25% each.</p><p>Each player’s score will be calculated by averaging their weighted rank from all three areas. The four guards and six frontcourt players with the best score will be named as starters for the All-Star Game which will be played on July 25 in Chicago.</p><p>Once the starters are chosen, the league's head coaches will select the 12 reserves. The 15 head coaches will vote for three guards, five frontcourt players and four players at either position regardless of conference. Coaches can't vote for their own players.</p><p>New this year, two WNBA legends will serve as honorary general managers and choose the two teams from the pool of All-Stars. Previously the top two fan vote-getters would serve as captains and choose the teams.</p><p>The two head coaches will be determined by the teams with the two best records following games on July 10.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M63LUMYITJ4ZINR674VXLWZKLU.jpg?auth=555bddd09d4f1c1f43ae1165bbddfc3573cdf4f51f99796a0ff518c5ca9ee70e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) shoots over Atlanta Dream forward Sika Kone (23) in the first half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7LWVSYYG4R2GSP5EP3HZIX2D4A.jpg?auth=088076b5d307f961a1aab933f075fcefc483e24e8f6563bcdf49098b289249ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream guard Allisha Gray (15) looks to shoot in front of Indiana Fever center Aliyah Boston (7) in the second half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Acusan a agente de la BSO de huir de parada de tráfico y resistirse al arresto en Miramar]]></title><link>https://www.local10.com/news/local/2026/06/24/acusan-a-agente-de-la-bso-de-huir-de-parada-de-trafico-y-resistirse-al-arresto-en-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/acusan-a-agente-de-la-bso-de-huir-de-parada-de-trafico-y-resistirse-al-arresto-en-miramar/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un agente de la Oficina del Sheriff de Broward fue arrestado después de que la policía de Miramar informara que huyó de los oficiales durante una parada de tráfico y posteriormente se atrincheró dentro de su apartamento.]]></description><pubDate>Wed, 24 Jun 2026 19:48:14 +0000</pubDate><content:encoded><![CDATA[<p>Un agente de la Oficina del Sheriff de Broward fue arrestado después de que la policía de Miramar informara que huyó de los oficiales durante una parada de tráfico y posteriormente se atrincheró dentro de su apartamento.</p><p>Según un informe de arresto, el sospechoso fue identificado como Pyram Gounot, de 54 años y residente de Miramar.</p><p>Los registros de la cárcel muestran que enfrenta dos cargos por resistirse a un oficial sin violencia y que ya no permanece bajo custodia.</p><p>La policía indicó que el incidente comenzó alrededor de las 11:45 p.m. del domingo cerca de la cuadra 12000 de Saint Andrews Place, donde un oficial observó a Gounot conduciendo una camioneta Toyota a “alta velocidad” e inició una parada de tráfico.</p><p>Los investigadores dijeron que Gounot salió del vehículo y huyó del oficial a pie. Indicaron que presuntamente subió un tramo de escaleras hasta la puerta principal de su apartamento en un segundo piso.</p><p>Según el informe, después de que el oficial le ordenó regresar a su vehículo, Gounot volvió a huir, esta vez subiendo por otra escalera.</p><p>Mientras lo perseguía, el oficial cayó al doblar una esquina, se golpeó contra un muro de concreto y sufrió una cortadura en la cabeza que requirió atención médica, señala el informe.</p><p>La policía indicó que Gounot luego entró en su apartamento y se negó a salir.</p><p>Según las autoridades, la hija de Gounot salió de una habitación de la vivienda e informó a los oficiales que su padre era un agente de la BSO.</p><p>La Unidad de Corrupción Pública de la BSO fue contactada y colaboró en la vigilancia de Gounot, según el informe.</p><p>Las autoridades dijeron que más tarde, la mañana del lunes, una mujer lo llevó al Complejo de Seguridad Pública de la BSO en Fort Lauderdale, donde fue detenido sin incidentes.</p><p>La policía informó que Gounot se negó a ser entrevistado.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KABQBBPJMZFRNGP46EIM235MWI.jpg?auth=a8b13bfb4083604fc5073e084045999b5a522521d47b6474d42090ba4ad3cfe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ministro de Relaciones Exteriores de Israel: De la Espriella, de Colombia, es “un verdadero amigo del pueblo judío”]]></title><link>https://www.local10.com/news/local/2026/06/24/ministro-de-relaciones-exteriores-de-israel-de-la-espriella-de-colombia-es-un-verdadero-amigo-del-pueblo-judio/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/ministro-de-relaciones-exteriores-de-israel-de-la-espriella-de-colombia-es-un-verdadero-amigo-del-pueblo-judio/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El presidente electo de Colombia, Abelardo De la Espriella, planea restablecer las relaciones de ese país sudamericano con Israel cuando asuma el cargo el 7 de agosto.]]></description><pubDate>Wed, 24 Jun 2026 19:41:58 +0000</pubDate><content:encoded><![CDATA[<p>El presidente electo de Colombia, Abelardo De la Espriella, planea restablecer las relaciones del país sudamericano con Israel cuando asuma el cargo en agosto.</p><p>Gideon Sa’ar, ministro de Relaciones Exteriores de Israel, anunció el miércoles en hebreo que sostuvo una conversación telefónica con De la Espriella, a quien describió como “un verdadero amigo del pueblo judío” y de Israel.</p><p>“El presidente electo reiteró en nuestra conversación su compromiso, que también expresó durante la campaña electoral de su país, con la alianza entre Israel y Colombia, que será más fuerte que nunca”, escribió Sa’ar <a href="https://x.com/gidonsaar/status/2069797068961411448" target="_blank" rel="noreferrer" title="https://x.com/gidonsaar/status/2069797068961411448">en X</a> en hebreo.</p><p>De la Espriella, de 47 años, quien ha dicho que planea abrir una embajada colombiana en Jerusalén, respondió a la publicación de Sa’ar tanto en inglés como en español <a href="https://x.com/ABDELAESPRIELLA/status/2069802956765925742" target="_blank" rel="noreferrer" title="https://x.com/ABDELAESPRIELLA/status/2069802956765925742">en X</a>.</p><p>“Colombia restablecerá y fortalecerá su relación con el Estado de Israel como nunca antes”, escribió De la Espriella. “Israel puede contar con Colombia como un amigo leal y un aliado firme. Que Dios bendiga a nuestras dos naciones”.</p><p>Durante su campaña, De la Espriella, quien se identificó como un ex ateo convertido al catolicismo, estableció vínculos con pastores de megaiglesias y contó con el respaldo de partidos políticos de la derecha cristiana.</p><p>Colombia reconoció al Estado de Israel en 1949 y abrió una embajada en Tel Aviv en 1957. Un acuerdo de libre comercio entre ambos países entró en vigor en 2020. El presidente Gustavo Petro cambió esa relación.</p><p>Durante la guerra entre Israel y Hamás, Petro acusó a Israel de genocidio, retiró la delegación diplomática de Colombia en 2024 y anunció el fin del acuerdo de libre comercio a principios de este año.</p><p>Iván Cepeda, el candidato de izquierda que contaba con el apoyo y respaldo de Petro, reconoció su derrota frente a De la Espriella, quien lo venció por un punto porcentual, o cerca de 251,000 votos.</p><p>De la Espriella, quien tiene ciudadanía estadounidense y colombiana, celebró su victoria como “El Tigre” la noche del domingo en Barranquilla. Cepeda, de 63 años, y Petro, de 66, exigieron un recuento y pidieron un mayor escrutinio.</p><p>“Ejerceremos una oposición democrática, vigilante y constructiva”, dijo Cepeda durante su discurso de reconocimiento de derrota.</p><p>De la Espriella también planea que Colombia se una al “Escudo de las Américas” del presidente Trump, también conocido como la Coalición de las Américas contra los Carteles, después de juramentarse como el 48.º presidente de Colombia el 7 de agosto en Bogotá.</p><p><b>Reportes relacionados</b></p><ul><li><a href="https://www.local10.com/news/2026/06/24/progressive-candidate-concedes-colombian-presidential-election-to-trump-endorsed-outsider/" target="_self" rel="" title="https://www.local10.com/news/2026/06/24/progressive-candidate-concedes-colombian-presidential-election-to-trump-endorsed-outsider/">El candidato progresista reconoce la derrota en las elecciones presidenciales colombianas ante un aspirante ajeno al sistema respaldado por Trump.</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/">La votación en Colombia podría reconfigurar el futuro de la Amazonía a medida que cambian los vientos políticos en América Latina.</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2KZYM3H76UWEXHEWEZMIOBSK4U.jpg?auth=fd0551abe376aefd149d1042d152217e4f1d0d45a87f9d8a182c53f0e3344454&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement arrives to vote in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. ((AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Israel’s foreign minister: Colombia’s De la Espriella is ‘a true friend of the Jewish people’]]></title><link>https://www.local10.com/news/world/2026/06/24/israels-foreign-minister-de-la-espriella-is-a-true-friend-of-the-jewish-people/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/israels-foreign-minister-de-la-espriella-is-a-true-friend-of-the-jewish-people/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Colombian President-elect Abelardo De la Espriella plans to restore the South American country’s relations with Israel when he takes office on Aug. 7. ]]></description><pubDate>Wed, 24 Jun 2026 19:06:01 +0000</pubDate><content:encoded><![CDATA[<p>Colombian President-elect Abelardo De la Espriella plans to restore the South American country’s relations with Israel when he takes office in August. </p><p><a href="https://www.local10.com/news/local/2026/06/24/ministro-de-relaciones-exteriores-de-israel-de-la-espriella-de-colombia-es-un-verdadero-amigo-del-pueblo-judio/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/ministro-de-relaciones-exteriores-de-israel-de-la-espriella-de-colombia-es-un-verdadero-amigo-del-pueblo-judio/">Leer en español</a></p><p>Gideon Sa’ar, Israel’s foreign minister, announced on Wednesday in Hebrew that he had a phone conversation with De La Espriella, whom he referred to as a “true friend of the Jewish people” and Israel.</p><p>“The president-elect reiterated in our conversation his commitment, which he also expressed during his country’s election campaign, to the alliance between Israel and Colombia that will be stronger than ever,” Sa’ar wrote <a href="https://x.com/gidonsaar/status/2069797068961411448" target="_self" rel="" title="https://x.com/gidonsaar/status/2069797068961411448">on X</a> in Hebrew. </p><p>De la Espriella, 47, who has said he planned to open a Colombian embassy in Jerusalem, responded to Sa’ar’s post in both English and Spanish <a href="https://x.com/ABDELAESPRIELLA/status/2069802956765925742" target="_self" rel="" title="https://x.com/ABDELAESPRIELLA/status/2069802956765925742">on X</a>. </p><p>“Colombia will restore and strengthen its relationship with the State of Israel like never before,” De la Espriella wrote. “Israel can count on Colombia as a loyal friend and steadfast ally. May God bless our two nations.”</p><p>During his campaign, De la Espriella, who identified as a former atheist who converted to Catholicism, connected with pastors from megachurches and had the backing of Christian-right political parties. </p><p>Colombia recognized Israel’s statehood in 1949 and opened an embassy in Tel Aviv in 1957. A free trade agreement between the two countries went into effect in 2020. President Gustavo Petro changed that. </p><p>During the Israel-Hamas war, Petro accused Israel of genocide, recalled Colombia’s diplomatic delegation in 2024, and announced the end of the free trade agreement earlier this year.</p><p>Iván Cepeda, the left-wing candidate who had Petro’s support and endorsement, conceded to De la Espriella, who defeated him by 1 percentage point, or about 251,000 votes.</p><p>De la Espriella, who has U.S. and Colombian citizenship, celebrated his victory as “El Tigre” on Sunday night in Barranquilla. Cepeda, 63, and Petro, 66, demanded a recount and pushed for more scrutiny. </p><p>“We will exercise a democratic, vigilant, and constructive opposition,” Cepeda said during his concession speech. </p><p>De la Espriella also plans to have Colombia join Trump’s “Shield of the Americas,” also known as the <a href="https://www.war.gov/News/Releases/Release/Article/4424650/statement-by-chief-pentagon-spokesman-sean-parnell-on-the-americas-counter-cart/" target="_self" rel="" title="https://www.war.gov/News/Releases/Release/Article/4424650/statement-by-chief-pentagon-spokesman-sean-parnell-on-the-americas-counter-cart/">Americas Counter Cartel Coalition</a>, or ACCC, after he is sworn in as the 48th president on Aug. 7 in Bogotá. </p><p><b>Related reports </b></p><ul><li><a href="https://www.local10.com/news/2026/06/24/progressive-candidate-concedes-colombian-presidential-election-to-trump-endorsed-outsider/" target="_self" rel="" title="https://www.local10.com/news/2026/06/24/progressive-candidate-concedes-colombian-presidential-election-to-trump-endorsed-outsider/">Progressive candidate concedes Colombian presidential election to Trump-endorsed outsider</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/">Colombia’s vote may reshape the Amazon’s future as political winds shift across Latin America</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2KZYM3H76UWEXHEWEZMIOBSK4U.jpg?auth=fd0551abe376aefd149d1042d152217e4f1d0d45a87f9d8a182c53f0e3344454&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement arrives to vote in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. ((AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Investigación revela problemas que llevaron al colapso del condominio de Surfside ]]></title><link>https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[En vísperas del quinto aniversario del colapso de Champlain Towers South en Surfside, investigadores principales dijeron que el colapso comenzó a inicios de junio de 2021]]></description><pubDate>Tue, 23 Jun 2026 22:18:41 +0000</pubDate><content:encoded><![CDATA[<p>En vísperas del quinto aniversario del colapso de Champlain Towers South en Surfside, que cobró la vida de 98 personas, investigadores principales del Instituto Nacional de Estándares y Tecnología (NIST, por sus siglas en inglés) <a href="https://www.nist.gov/news-events/news/2026/06/nist-releases-technical-findings-what-caused-2021-partial-collapse" target="_self" rel="" title="https://www.nist.gov/news-events/news/2026/06/nist-releases-technical-findings-what-caused-2021-partial-collapse">dijeron que el colapso comenzó a inicios de junio de 2021</a> cuando fallaron dos conexiones entre las columnas del garaje y la losa de la terraza de la piscina.</p><p>Una vez que falló la primera conexión, dijeron que otros elementos de la terraza de la piscina quedaron encargados de soportar sus cargas, pero no eran lo suficientemente fuertes para soportarlas.</p><p>“Cuando las estructuras de los edificios se diseñan de acuerdo con los códigos y estándares requeridos, tienen márgenes contra la falla, lo que significa que deberían poder soportar mucha más carga de la que se espera que soporten”, dijo Judith Mitrani-Reiser del Instituto Nacional de Estándares y Tecnología (NIST). “En el caso de Champlain Towers South, estos márgenes contra la falla eran demasiado estrechos desde el inicio”.</p><p>Las investigaciones del NIST son realizadas por equipos nacionales de seguridad en la construcción, y aunque el laboratorio federal de investigación ha producido investigaciones completas sobre fallas estructurales de gran escala —incluido el incendio del <a href="https://www.nist.gov/disaster-failure-studies/station-nightclub-fire-2003" target="_self" rel="" title="https://www.nist.gov/disaster-failure-studies/station-nightclub-fire-2003">club nocturno Station</a> y el<a href="https://www.nist.gov/world-trade-center-investigation" target="_self" rel="" title="https://www.nist.gov/world-trade-center-investigation"> ataque al World Trade Center</a>— lo ocurrido en Surfside fue una primera vez incluso para ellos, ya que fallas de edificios previas que han estudiado tenían causas evidentes, <a href="https://www.nist.gov/disaster-failure-studies/joplin-tornado" target="_self" rel="" title="https://www.nist.gov/disaster-failure-studies/joplin-tornado">como tormentas</a>, incendios o un ataque terrorista.</p><p>Glenn Bell del NIST explicó parte de lo que su investigación descubrió.</p><p>“Desviaciones severas y generalizadas del diseño estructural original del edificio respecto a los códigos y estándares de la época”, dijo.</p><p>Según un informe del administrador municipal de 2021, el edificio hermano del condominio, Champlain Towers North, fue diseñado “por la misma firma de ingeniería y construido al mismo tiempo”, lo que genera preguntas sobre si tiene las mismas fallas originales de diseño y construcción.</p><p>Allyn Kil-Shimer, de KCE Structural Engineers, es el ingeniero estructural contratado por la ciudad para ayudar con su investigación independiente sobre el colapso. También buscó pistas en el cercano Champlain Towers North.</p><p>“Champlain Towers North nos pidió que evaluáramos su edificio para asegurarnos de que no tuviera problemas similares a los que encontramos en Champlain Towers South”, dijo Kil-Shimer.</p><p>“Lo hicimos durante aproximadamente un año y medio, y encontramos los mismos, si no más, defectos de diseño y deficiencias de construcción en la estructura de Champlain Towers North que los que habíamos encontrado incluso en Champlain Towers South, así que con la propiedad de Champlain Towers, el grupo de condominios de Champlain Towers North, que ahora se llama Ocean Waves, esencialmente instalamos una serie de apuntalamientos de emergencia en muchos lugares, y diseñamos el diseño estructural para la remediación necesaria para atender esos problemas”, añadió.</p><p>Kil-Shimer dijo que, trabajando con los propietarios del edificio, comenzaron el proceso de remediación.</p><p>“Comenzamos la construcción, los contratistas iniciaron la construcción en ese momento, contratistas que seleccionamos de expertos de todo el país, y obtuvimos permisos de la ciudad de Surfside”, dijo. “Ha pasado un año y casi dos años, y esencialmente todas las deficiencias estructurales de construcción y diseño en Champlain Towers North que encontramos, tanto al investigar Champlain Towers North como al investigar Champlain Towers South, han sido remediadas satisfactoriamente en Champlain Towers North”.</p><p>También se le preguntó si es seguro vivir allí.</p><p>“En esencia, ahora tengo 86 años y tengo bisnietos, yo los dejaría vivir en el edificio”, añadió. “Por todo lo que hemos encontrado, el edificio es estructuralmente sólido y no solo cumple con la mayoría de los códigos que existen hoy, lo cual no es obligatorio, ahora cumple como mínimo con los códigos estructurales de construcción que existían cuando los edificios fueron diseñados”.</p><p><iframe class="scribd_iframe_embed" title="8877 COLLINS AVE-Champlain Towers North Field Report Revised 001 R1 - Copy - Copy" src="https://www.scribd.com/embeds/1054462803/content?start_page=1&view_mode=scroll&access_key=key-T0FyEzO1lsJYyk3WQ6T6" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> </p>]]></content:encoded></item><item><title><![CDATA[Mujer acusada de ahogar a su hija de 15 meses es declarada no culpable por motivos de salud mental]]></title><link>https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/</guid><dc:creator><![CDATA[David Dwork, Bridgette Matter]]></dc:creator><description><![CDATA[Las autoridades informaron que Precious Bland, de 38 años, ahogó a la menor en 2021, al asegurar que intentaba bautizar a todas las personas que se encontraban en la vivienda.]]></description><pubDate>Wed, 24 Jun 2026 14:13:08 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer que <a href="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/">enfrentaba un juicio por la muerte violenta de su hija de 15 meses</a> fue declarada no culpable por un trastorno mental.</p><p>Las autoridades informaron que Precious Bland, de 38 años, ahogó a la menor el 23 de agosto de 2021, al asegurar que intentaba bautizar a todas las personas que se encontraban en la vivienda.</p><p>Durante el incidente, el esposo de Bland, también de 38 años, y su hija de 16 años fueron apuñalados, pero sobrevivieron.</p><p>Las autoridades encontraron a las víctimas en una vivienda ubicada en Northwest 99th Street, cerca de la 30th Avenue, donde también hallaron a Bland con heridas de arma blanca que, según la investigación, ella misma se había provocado.</p><p>En la casa también se encontraban otros cuatro menores de 11 años o menos, quienes resultaron ilesos.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Usher says tour with Chris Brown is about more than 2 stars. He makes the case for R&B in stadiums]]></title><link>https://www.local10.com/entertainment/2026/06/24/usher-says-tour-with-chris-brown-is-about-more-than-2-stars-he-makes-the-case-for-rb-in-stadiums/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/usher-says-tour-with-chris-brown-is-about-more-than-2-stars-he-makes-the-case-for-rb-in-stadiums/</guid><dc:creator><![CDATA[By JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — As Usher prepares to launch a stadium tour with Chris Brown, he says the criticism and legal troubles surrounding the singer never factored into his decision to embark on the tour.]]></description><pubDate>Wed, 24 Jun 2026 19:28:14 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — As Usher prepares to launch a stadium tour with Chris Brown, he says the criticism and legal troubles surrounding the singer never factored into his decision to embark on the tour.</p><p>“Absolutely not,” Usher told The Associated Press. “He’s my brother, and he’s amazing as a performer. That’s who I see. He works hard for his fans, and his fans support him.”</p><p>Brown has remained one of R&B’s biggest stars despite years of legal troubles and controversy. Last year, he pleaded not guilty in London to charges stemming from an alleged 2023 assault at a nightclub after previously being released on bail to continue touring. He also pleaded guilty in 2009 to felony assault for attacking then-girlfriend Rihanna.</p><p>For Usher, their North American tour — which kicks off Friday in Denver — represents something much bigger than two of R&B's brightest stars sharing a stage.</p><p>The 33-date tour follows blockbuster solo runs for both artists. Fresh off headlining the Super Bowl halftime show in 2024, Usher’s “Past, Present, Future” tour sold more than 1.1 million tickets across North America, while Brown’s “Breezy Bowl XX” grossed nearly $300 million.</p><p>“It’s not about me and my brother coming together,” Usher said. “We come together in support of our fans of R&B.”</p><p>Throughout the interview, Usher repeatedly returned to one message: R&B has helped shape modern music while rarely receiving equal recognition.</p><p>“It deserves to be in a stadium,” he said. “It is not just for theaters. It is not just for arenas. We do this … too. We are major too. R&B is major too.”</p><p>Usher said the tour also honors the artists who laid the foundation for the genre, citing Buddy Bolden, James Brown, Jackie Wilson, Chuck Berry, Little Richard, Marvin Gaye, Donny Hathaway, Prince, Luther Vandross, along with influential figures including Earth, Wind & Fire and Babyface.</p><p>“We’re carrying it over there for them,” he said.</p><p>Rather than viewing the tour as a competition between two of the genre’s biggest performers, Usher said rehearsals have reflected the admiration they have for one another.</p><p>“When we run through the show, I look over and I see Chris standing up doing my portion and dancing,” he said. “When it would be my time, I’d be standing up rooting him on. I love his music. I am encouraged by his music in the same way I feel like he’s been encouraged and inspired by mine.”</p><p>Usher said the partnership fulfills a vision that dates to Brown’s earliest days in the music business.</p><p>“When he first started his career, having been there as a mentor, a person to support what he did, some portion of my 25-year-old self was kind of like, ‘Man, I’m still building. Let’s someday get to the point where there’s an opportunity for us to share the stage together,’” he said.</p><p>Now, Usher believes the collaboration could inspire more artists to rethink touring together.</p><p>“There is power in numbers,” he said. “After this becomes the success that I know it’s going to be, you will see more collaborations. You will see artists beginning to understand, ‘Wait a minute. We actually serve more of our fans when we bring them together, as opposed to trying to do it all by ourselves.’”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GK7YSJ7YX2UII5UIUBFEFODFLU.jpg?auth=3608a7f16194e6a25c99d50606fceaff120c326b4bc51bc7e2fca4a11bd04f63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Usher performs during a Prince tribute at the 62nd annual Grammy Awards in Los Angeles on Jan. 26, 2020, left, and Chris Brown performs at the BET Awards in Los Angeles on June 25, 2017. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Woman accused of drowning 15-month-old daughter found not guilty by reason of insanity]]></title><link>https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity/</guid><dc:creator><![CDATA[David Dwork, Bridgette Matter]]></dc:creator><description><![CDATA[A woman on trial for a violent night that claimed the life of her 15-month-old daughter, has been found not guilty by reason of insanity.]]></description><pubDate>Wed, 24 Jun 2026 03:20:36 +0000</pubDate><content:encoded><![CDATA[<p>A woman on trial <a href="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/">for a violent night that claimed the life of her 15-month-old daughter</a> has been found not guilty by reason of insanity.</p><p><a href="https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/">Leer en español</a></p><p>Officials said 38-year-old Precious Bland drowned the baby, claiming she was trying to baptize everyone in the house, on Aug. 23, 2021. </p><p>Bland’s 38-year-old husband and 16-year-old daughter were stabbed in the incident and survived.</p><p>“God is good. This doesn’t bring back my daughter,” she said after the verdict. “I’m thankful. I love my children. Just ready to get my life back together, my husband and my children just move forward.”</p><p>Authorities discovered the victims at a home located on Northwest 99th Street near 30th Avenue, where they also found Bland suffering from stab wounds determined to be self-inflicted. </p><p>Bland’s attorney said she was suffering from a COVID-19 induced psychosis.</p><p>“From the first day that I was hired to represent Precious Bland, having done the research because there’s so much that we don’t know about COVID, and this was one of the first cases in the country to go to trial on COVID-19 to the defense to murder,” said attorney Larry Handfield. </p><p>Four other children, all under the age of 11, were in the home at the time of the attack, but they were not harmed.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[As eyes are on the men at the World Cup, the Women's World Cup countdown has begun]]></title><link>https://www.local10.com/sports/2026/06/24/as-eyes-are-on-the-men-at-the-world-cup-the-womens-world-cup-countdown-has-begun/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/as-eyes-are-on-the-men-at-the-world-cup-the-womens-world-cup-countdown-has-begun/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[While most of the soccer world is focused on the men at the World Cup, the countdown has begun for the 2027 Women's World Cup in Brazil.]]></description><pubDate>Wed, 24 Jun 2026 19:56:01 +0000</pubDate><content:encoded><![CDATA[<p>While most of the soccer world is focused on the men at the World Cup, the countdown has begun for the 2027 Women's World Cup in Brazil.</p><p>The women's tournament is set to start June 24, 2027, hosted by a South American country for the first time. Brazil hosted the men's World Cup in 1950 and 2014.</p><p>“I think that the host country, it sleeps and breathes football. So, I think just the energy you’re going to see from the public, the general public, and obviously the teams touching down in Brazil, I mean, it’s such a unique, special country,” FIFA chief football officer Jill Ellis said at an event Wednesday in Miami. “I think the same energy you’re going to feel right now when you bring the world together, and you have an incredible product in women’s football, I mean, the level of quality the players is so extraordinary that I think, honestly, it will be an epic showcase of football and fandom.”</p><p>In addition to Miami, a countdown event was also held in Rio de Janeiro. Even in Vancouver, British Columbia, at Wednesday's World Cup match between Switzerland and co-host Canada, video signage flashed with ads for the upcoming women's tournament.</p><p>All eight cities that will host women's matches next year also hosted men's games in 2014: Rio de Janeiro, Sao Paulo, Belo Horizonte, Brasilia, Fortaleza, Porto Alegre, Recife and Salvador.</p><p>Qualification for the tournament has already begun. Brazil, which has an automatic spot as host, has never won the women's tournament and it remains to be seen whether Marta, the six-time FIFA world player of the year, will be on the national team. The 40-year-old Marta has never won a major international tournament.</p><p>Thirteen other teams have also qualified, including Australia, Philippines, Japan, North Korea, China, South Korea, Argentina, Colombia, New Zealand, Germany, France, Spain and Denmark.</p><p>“There is only one year left until the moment that will be marked in the history of our country. For the CBF (Brazilian soccer confederation) and for all Brazilians, it is a source of great pride to host the Women’s World Cup," federation president Samir Xaud said in a statement. “It will be an opportunity to show the world our passion for football and, above all, the strength of Brazilian women’s football. We are certain that this will be a transformative World Cup, capable of inspiring girls in all regions of Brazil and leaving a lasting legacy.”</p><p>The first Women's World Cup was hosted by China in 1991. The United States has won the most titles with four. Spain won the last title in 2023 at the tournament co-hosted by Australia and New Zealand.</p><p>Women's soccer has experienced exponential growth in the past decade, with new leagues, increasing viewership and revenues. The Women's World Cup in Brazil will be the last with 32 teams. In 2031 the event will include 48 teams, like the men's tournament.</p><p>The 2031 World Cup is expected to be hosted by the United States, Mexico, Costa Rica and Jamaica. The formal decision will likely be announced in November.</p><p>“I think when we went to 32 there was some noise, are we’re ready, are there going to be blowouts? We saw an incredibly competitive landscape. We saw debutantes making the knockout rounds. I think the global game is accelerating so fast that countries are closing the gap a lot faster," Ellis said. “Our job is to make sure teams come in there as prepared and ready as they can, so we have the most competitive World Cup. So I think the growth of the game is accelerating rapidly, and I think by 2031 we certainly will have a very competitive World Cup.”</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2ZEN2TPCVLEMV4JIN3RMFPGWOI.jpg?auth=327c27486095929eb39dc33fc1b5d7631b4aed8ddddef790dd1cfa772ee2d47a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TENXNVVPTFZV4RCCGVXOIZLXO4.jpg?auth=15baf0f1db3874235cbcff8df17fc24a6cf3e5327feb6ab50ccc00ace33b642d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SNP3EST6FZXE2JUVONJQJBEQ4.jpg?auth=1a7740afc40c4c8919a055b82e82e7f1927d80b551fa1bf2db52619328dcc37f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7YQ7TFYETUP25SKYUOOCLSUTBU.jpg?auth=519c08bd6de6506ccfca16f5e5acb8200c418f4c006c5b83879ba09035996fe8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content></item><item><title><![CDATA[Elección en Colombia podría redefinir el futuro de Amazonía ante el giro político en América Latina]]></title><link>https://www.local10.com/espanol/2026/06/24/eleccion-en-colombia-podria-redefinir-el-futuro-de-amazonia-ante-el-giro-politico-en-america-latina/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/eleccion-en-colombia-podria-redefinir-el-futuro-de-amazonia-ante-el-giro-politico-en-america-latina/</guid><dc:creator><![CDATA[Por STEVEN GRATTAN, Associated Press]]></dc:creator><description><![CDATA[BOGOTA (AP) — El ascenso de Abelardo de la Espriella, un empresario y abogado que se perfila como el próximo presidente de Colombia, genera interrogantes sobre si los cambios políticos que recorren América Latina podrían reconfigurar el futuro de la selva amazónica.]]></description><pubDate>Wed, 24 Jun 2026 19:37:42 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA (AP) — El ascenso de Abelardo de la Espriella, un empresario y abogado que se perfila como el próximo presidente de Colombia, genera interrogantes sobre si los cambios políticos que recorren América Latina podrían reconfigurar el futuro de la selva amazónica.</p><p>El resultado electoral en Colombia se produce mientras Perú parece estar a punto de elegir a Keiko Fujimori como presidenta tras una votación muy reñida. Mientras tanto, Brasil se prepara para una elección presidencial que podría llevar al país de vuelta hacia la derecha si Flávio Bolsonaro, hijo del expresidente Jair Bolsonaro, derrota al presidente Luiz Inácio Lula da Silva.</p><p>Las elecciones plantean la posibilidad de que los países con las mayores porciones de la Amazonía se orienten hacia políticas que pongan mayor énfasis en el crecimiento económico, las industrias extractivas y los esfuerzos por combatir el crimen organizado y reafirmar el control del Estado en regiones remotas.</p><p>“Hay una alineación interesante, particularmente en la región andina y en la cuenca amazónica en general”, señaló Elizabeth Dickinson, subdirectora para América Latina del International Crisis Group, refiriéndose a una creencia cada vez más difundida entre algunos gobiernos de que el desarrollo económico y la conservación pueden impulsarse de manera simultánea.</p><p>Los resultados electorales en Colombia mostraron que de la Espriella, quien recibió el respaldo del presidente de Estados Unidos, Donald Trump, derrotó a Iván Cepeda, un legislador respaldado por el presidente saliente Gustavo Petro, por 1 punto porcentual, o casi 251.000 votos. Cepeda reconoció la derrota el miércoles.</p><p>La selva amazónica se extiende por gran parte del norte de Sudamérica y ayuda a frenar el cambio climático al absorber grandes cantidades de dióxido de carbono, un gas de efecto invernadero que calienta el planeta. Desde hace años, los científicos han advertido que la pérdida continua de bosque podría empujar a distintas partes de la Amazonía hacia un punto de no retorno, más allá del cual grandes áreas podrían dejar de regenerarse como selva tropical.</p><p>Alrededor del 40% del territorio colombiano se encuentra dentro de la cuenca amazónica. En el gobierno de Petro, el país se consolidó como uno de los defensores más destacados a escala mundial de la protección de la selva y de una transición para alejarse de los combustibles fósiles.</p><p>Desarrollo económico y la Amazonía</p><p>Durante su campaña electoral, de la Espriella —apodado “El Tigre”— prometió reactivar el sector petrolero de Colombia, respaldó el fracking, un método para extraer petróleo y gas de formaciones rocosas subterráneas, y sostuvo que el país debería aprovechar más sus recursos naturales para impulsar el crecimiento económico. Defensores del medio ambiente advierten que ampliar la producción de petróleo y gas podría socavar los esfuerzos por reducir emisiones y aumentar la presión sobre zonas ambientalmente sensibles.</p><p>De la Espriella representa un marcado contraste con Petro, quien se opuso a nuevos contratos de exploración de combustibles fósiles y buscó posicionar a Colombia como una voz líder a nivel internacional en temas climáticos.</p><p>Perú, que alberga la segunda mayor porción de la selva amazónica después de Brasil, parece cerca de elegir a Fujimori. Al igual que de la Espriella, Fujimori ha dado señales de apoyar la expansión de la minería y otras industrias como motor del crecimiento económico, mientras grupos ambientalistas han expresado su preocupación por las posibles implicaciones para los bosques y las comunidades indígenas.</p><p>Brasil, que concentra aproximadamente el 60% de la Amazonía, se prepara para una contienda presidencial que podría tener grandes implicaciones para la protección del bosque. La elección llega después de que el país registrara un fuerte aumento de la deforestación durante el régimen de Bolsonaro, seguido de descensos bajo el presidente Luiz Inácio Lula da Silva, a medida que se reforzó la fiscalización ambiental.</p><p>La experiencia de Brasil muestra que las prioridades del gobierno pueden tener un impacto medible en la Amazonía, afirmó Cristiane Mazzetti, responsable de deforestación cero en Greenpeace Brasil.</p><p>“La administración electa fija prioridades presupuestarias, ocupa cargos en el gobierno y da forma a regulaciones para facilitar o dificultar la explotación depredadora y los delitos ambientales”, manifestó. “El resultado de esto es medible, como lo evidencia la tasa de deforestación en la Amazonía brasileña”.</p><p>El respaldo de Trump a de la Espriella en Colombia proviene de un mandatario estadounidense que ha revertido políticas climáticas, ha promovido la expansión de la producción de petróleo y gas y retiró a Estados Unidos del Acuerdo de París de 2015, el pacto internacional destinado a limitar el calentamiento global.</p><p>Sergio Guzmán, director de Colombia Risk Analysis, dijo que las preocupaciones ambientales podrían competir cada vez más con las demandas de inversión, producción de energía y crecimiento económico.</p><p>“Muchas de las preocupaciones de los ambientalistas sobre las emisiones y el fracking pasarán a un segundo plano frente a algunas de las preocupaciones económicas sobre la autosuficiencia energética, la inversión local y extranjera directa en petróleo, gas y minería”, afirmó.</p><p>Minería ilegal y comunidades indígenas</p><p>La minería ilegal de oro se ha convertido en uno de los mayores impulsores de la destrucción ambiental en distintas partes de la Amazonía, al contaminar ríos con mercurio, talar bosques y generar miles de millones de dólares para grupos criminales.</p><p>Dickinson indicó que muchos gobiernos han adoptado respuestas más duras frente a la minería ilegal, un tema que se ha vuelto cada vez más central en la política ambiental de la región.</p><p>“Es muy difícil estar en desacuerdo con la idea de ir tras la minería ilegal, una de las industrias más perjudiciales para la cuenca amazónica”, señaló, añadiendo que los gobiernos a menudo se han centrado en incautar equipos o retirar a mineros de sitios específicos, en lugar de desmantelar las redes criminales y financieras que están detrás.</p><p>“Lo que realmente no hemos logrado es la capacidad de hacer frente a los autores intelectuales de estas operaciones”, afirmó.</p><p>Decisiones que afectan territorios indígenas</p><p>Julio Cusurichi, un destacado líder indígena de la región amazónica de Perú, afirmó que las comunidades indígenas seguirán organizándose y pugnando por una mayor participación en las decisiones que afectan sus territorios.</p><p>“La biodiversidad, nuestros territorios, nuestro conocimiento y nuestra sabiduría pueden ayudar muchísimo al tema del cambio climático”, afirmó. “En nuestros territorios hemos demostrado que hacemos una gobernanza no solamente para nuestros pueblos, sino también para el planeta.”</p><p>En toda la Amazonía, las tierras indígenas con frecuencia suelen superponerse con áreas objetivo para la minería, el desarrollo petrolero y proyectos de infraestructura. Desde hace tiempo, organizaciones indígenas sostienen que, por lo general, los gobiernos no consultan adecuadamente a las comunidades antes de aprobar proyectos.</p><p>Dickinson señaló que las tensiones por la autonomía indígena y los proyectos extractivos se han vuelto cada vez más visibles en países como Perú y Ecuador.</p><p>Diversos analistas dicen que algunos de los indicadores más claros del enfoque ambiental de la administración de de la Espriella serán cómo maneje los procesos de consulta indígena, las licencias ambientales y las decisiones sobre nuevos proyectos de petróleo, gas y minería en ecosistemas sensibles.</p><p>“Permitir respirar a la humanidad”</p><p>Guzmán dijo que los planes de de la Espriella para aumentar la presión militar sobre grupos criminales y, potencialmente, reanudar la fumigación aérea de cultivos de coca, la planta utilizada para producir cocaína, también podrían tener consecuencias para las comunidades amazónicas.</p><p>Durante mucho tiempo, la fumigación aérea ha sido un tema controvertido en Colombia. Sus partidarios la ven como una herramienta para combatir el narcotráfico, mientras que sus críticos sostienen que puede dañar la vegetación circundante, afectar fuentes de agua y alentar a los cultivadores de coca a despejar nuevas áreas de bosque y adentrarse más en zonas remotas de la Amazonía.</p><p>Otros advierten contra la idea de asumir que las protecciones ambientales se debilitarán inevitablemente.</p><p>Los tribunales, el Congreso, las organizaciones indígenas y las instituciones ambientales de Colombia siguen siendo influyentes, mientras que los avances en el monitoreo satelital hacen cada vez más difícil ocultar la deforestación y el daño ambiental, dijeron analistas.</p><p>En Leticia, ciudad amazónica de Colombia, Arnaldo Rufino, un residente indígena ticuna, dijo que muchos habitantes temen que políticas que incentiven una mayor extracción en la selva puedan hacerse a costa del propio bosque.</p><p>Afirmó que los líderes políticos deberían centrarse en proteger la biodiversidad y la Amazonía, en lugar de impulsar proyectos que corren el riesgo de aumentar las presiones ambientales.</p><p>“Eso significa talar los árboles que permiten respirar a la humanidad”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QSJYYEM5HETOQOYXD7NUPVXYNY.jpg?auth=0b5cbaa38636e09bcc7fe274f9da369daa08a9fa8141f6fa70939c34a8573977&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Un bote, con gasolina que será transportada para alimentar maquinaria para la minería ilegal, maniobra frente a un área que fue objeto de minería y después reforestada por la Asociación Nuestra Casa Común, cerca de Paimado, Colombia, el 24 de septiembre de 2024. (AP Foto/Ivan Valencia, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Christian Pulisic feels 'great,' hopes to play for US in final World Cup group game vs Turkey]]></title><link>https://www.local10.com/sports/2026/06/24/christian-pulisic-feels-great-hopes-to-play-for-us-in-final-world-cup-group-game-vs-turkey/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/christian-pulisic-feels-great-hopes-to-play-for-us-in-final-world-cup-group-game-vs-turkey/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[IRVINE, Calif. (AP) — Christian Pulisic says he feels “great” now after missing one World Cup match with a calf injury, and he hopes to play for the U.S. in its final group match against Turkey on Thursday night.]]></description><pubDate>Wed, 24 Jun 2026 19:03:21 +0000</pubDate><content:encoded><![CDATA[<p>IRVINE, Calif. (AP) — Christian Pulisic says he feels “great” now after missing one World Cup match with a calf injury, and he hopes to play for the U.S. in its final group match against Turkey on Thursday night.</p><p>Pulisic played a dynamic first half in the Americans' historic 4-1 victory over Paraguay to open their home World Cup nearly two weeks ago, but the AC Milan midfielder came off at halftime after an injury from training stiffened up.</p><p>Pulisic said he nearly played in the U.S.' 2-0 victory over Australia last Friday but was held out to get closer to full fitness for the games ahead. He has returned to practice with his teammates this week after working out on his own last week before the trip to Seattle.</p><p>“I'm hoping to play a part in (the match against Turkey), for sure,” Pulisic said before the U.S. training session Wednesday at Great Park. “I’ll discuss that with my coaches and the medical staff. Obviously not a good chance I’ll probably go and play 90 (minutes) right away after you come back and miss a game, but we’ll see.”</p><p>U.S. coach Mauricio Pochettino hasn't said how he will treat the final group match, which is meaningless for both teams. The Americans are locked into first place in their group, while Turkey has been eliminated from knockout-round contention.</p><p>Pulisic hopes the plan includes at least some playing time for him as the U.S. ramps up for its Round-of-32 match in Santa Clara, California, on July 1. While Pulisic's calf injury robbed him of one chance on the World Cup stage, he felt certain he wouldn't be out for long.</p><p>“I never feared anything worse,” Pulisic said. “I was pushing, and I was really close to trying to be available for the last game, for sure. I did feel a little something (against Paraguay), but I definitely was able to push through in the first half and just get me through. But yeah, it wasn’t quite ready, but it wasn’t anything where I feared anything worse than what it was.”</p><p>With no stakes for the U.S. against Turkey, Pochettino seems likely to provide some rest to key players in his starting lineup while giving a few of his reserves possibly their only opportunity to hit the field. That sounds great to starting central defender Chris Richards, who thinks some time off wouldn't be a hindrance.</p><p>“Our trainings are pretty intense," Richards said. "I think fitness won't be an issue. I don't think sharpness will be, either. Obviously it's good to keep into some sort of rhythm, but I think these guys deserve it if they get the chance (Thursday). I think we'll be fine when it comes to the next game.”</p><p>Pulisic was visibly excited as a spectator during the Americans' win in Seattle, celebrating along with his teammates as they capably handled a second straight opponent for their team's first consecutive World Cup victories since 1930. The U.S. offensive performance without its most accomplished attacking player, particularly in the first half against Australia, pleased Pulisic greatly.</p><p>“It’s not surprising to me,” Pulisic said. “I see what this team can do. We have depth. We have really strong players in a lot of positions. I don’t need to do everything. It’s such a strong team. These guys, everyone has each other’s backs. That’s what so fun about it, and to see the way the team performance that we’ve put in, especially the way we’ve started the games, has been fun to watch.”</p><p>___</p><p>AP World Cup: https://apnews.com/FIFA-World-Cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/INO6LU6GHKTUPXA5CR6XRCNJDE.jpg?auth=f35714a375eb308c4cebe435f67f07a7cbd29bbda9e618baade9d760beb24290&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic attends a training session ahead of a FIFA World Cup match against Turkey in Irvine, Calif., Tuesday, June 23, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OTNZKCHXRODNZU6QAINMZTAYXU.jpg?auth=0ed1c78aaf399c66211d930326090c62c4317f892ac14979b3edaa7b7d5348b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic, left, and teammate Chris Richards attend a training session ahead of a FIFA World Cup match against Turkey in Irvine, Calif., Tuesday, June 23, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RMHMKFHESMHC33SMZLKG2ZPYPQ.jpg?auth=70885a5da221399123dfd21e3c70b33d58e476f23c12957b7e79c7d94aab4037&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) applauds after the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[South African civil groups warn of dire impact as US phases out HIV program funding]]></title><link>https://www.local10.com/business/2026/06/24/south-african-civil-groups-warn-of-dire-impact-as-us-phases-out-hiv-program-funding/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/south-african-civil-groups-warn-of-dire-impact-as-us-phases-out-hiv-program-funding/</guid><dc:creator><![CDATA[By MOGOMOTSI MAGOME, Associated Press]]></dc:creator><description><![CDATA[JOHANNESBURG (AP) — Civil society organizations in South Africa said Wednesday that adolescent girls and women are among the first vulnerable groups to feel the pinch of U.S. foreign aid cuts as the Trump administration phases out its more than $400 million support annually for the country’s HIV programs.]]></description><pubDate>Wed, 24 Jun 2026 18:59:42 +0000</pubDate><content:encoded><![CDATA[<p>JOHANNESBURG (AP) — Civil society organizations in South Africa said Wednesday that adolescent girls and women are among the first vulnerable groups to feel the pinch of U.S. foreign aid cuts as the Trump administration phases out its more than $400 million support annually for the country’s HIV programs.</p><p>The U.S. State Department has said that it would “begin a phased drawdown” of the President’s Emergency Plan for AIDS Relief, or PEPFAR, a program that has supported South Africa’s battle against HIV and AIDS for the last 20 years and is widely credited with saving more than 20 million lives over that period.</p><p>The phasing out of most programs is expected to be completed by the end of September, with critical personnel support continuing through March next year, according to the U.S. State Department.</p><p>South Africa has the highest number of people living with HIV, with approximately 8 million people, or about 12.7 % of its 63 million population.</p><p>The country was singled out for the halting of financial aid in addition to broader foreign aid cuts announced by U.S. President Donald Trump in an executive order issued in January 2025.</p><p>Trump announced a halt to all financial aid to the country the following month, citing political issues which included South Africa’s Black Economic Empowerment policies and widely disputed allegations of a genocide against the white minority Afrikaner community in the country.</p><p>He also cited South Africa's land expropriation laws as targeting white Afrikaners and condemned the country’s actions against Israel at the International Court of Justice, where it has accused Israel of committing a genocide in Gaza. Israel vehemently denies the allegation and has said that the attack by Hamas-led militants on southern Israel on Oct. 7, 2023, which killed around 1,200 people, was itself a genocidal act.</p><p>A U.S. State Department spokesperson told The Associated Press this week that the South African government had been informed that PEPFAR would be withdrawn if these issues weren't addressed, which included a requirement for senior government officials to “unequivocally condemn all race-based incitement to violence, including the ‘Kill the Boer’ song, more frequently.”</p><p>The anti-apartheid liberation song has been interpreted by some as calling for violence against Afrikaners.</p><p>According to the South African government, the PEPFAR funding for South Africa was equivalent to about 17% of its budget for HIV programs, but this didn't include the purchase of antiretroviral drugs, since 90% of this was self-funded and the other 10% funded by the Global Fund.</p><p>However, other HIV related programs in 27 districts around the country had been adversely affected, with some support facilities shutting down and front-line workers and volunteers losing their jobs.</p><p>“The department has long been working on a self-reliance plan to minimize the impact of funding withdrawal since the initial freeze on foreign assistance and a cancellation of USAID grants in January 2025,” South Africa health department spokesperson Foster Mohale said.</p><p>Last year, the country announced a $45 million emergency fund to address some of the gaps created by the withdrawal of PEPFAR.</p><p>According to civil society group Section27, which has assessed the impact of the funding withdrawals in three districts that have high HIV prevalence in South Africa, prevention services were hardly hit.</p><p>“As the health system started to feel the pressure, the response was to prioritize treatment continuity versus prevention,” Section27 senior legal researcher Tendai Mafuma said.</p><p>The Anova Health Institute said that it had discontinued its PEPFAR-funded programs and laid off about 3,000 health workers since last year.</p><p>“Community delivery of PrEP (preexposure prophylaxis) and prevention services has been heavily impacted,” said Dr. Kate Rees, public health medicine specialist at Anova. “Community delivery of prevention is important to reach the people that need it most.”</p><p>She said that priority populations which include children, adolescents and young people were among the most affected, along with key population which include men who have sex with men and people who use drugs, among others.</p><p>___</p><p>For more on Africa and development: https://apnews.com/hub/africa-pulse</p><p>___</p><p>The Associated Press receives financial support for global health and development coverage in Africa from the Gates Foundation. The AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VAXJPQYWL5B3UWYIFHEHMUY73A.jpg?auth=da5229f1ce9cfc1634bc3aef41515f852c6fbb0252a487bd40c2a642f690f7b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Women walk past a closed clinic run by WITS Reproductive Health Institute (RHI) as a sign on the gate reads "USAID has served the WITS RHI Key Populations Programme a notice to pause programme implementation. As of Tuesday, 28 January, we are unable to provide services until further notice." in Hillbrow, Johannesburg, South Africa, Feb. 27, 2025. (AP Photo/Themba Hadebe, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content></item><item><title><![CDATA[Ohio lawsuit alleges new NCAA rule unfairly denies high school Class of '22 athletes a 5th season]]></title><link>https://www.local10.com/sports/2026/06/24/ohio-lawsuit-alleges-new-ncaa-rule-unfairly-denies-high-school-class-of-22-athletes-a-5th-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/ohio-lawsuit-alleges-new-ncaa-rule-unfairly-denies-high-school-class-of-22-athletes-a-5th-season/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[Less than 24 hours after the NCAA Division I Cabinet approved a monumental change in eligibility rules, a group of 15 college basketball players filed a lawsuit in an Ohio state court claiming the new age-based model unfairly shuts them out of further competition.]]></description><pubDate>Wed, 24 Jun 2026 18:49:16 +0000</pubDate><content:encoded><![CDATA[<p>Less than 24 hours after the NCAA Division I Cabinet approved a monumental change in eligibility rules, a group of 15 college basketball players filed a lawsuit in an Ohio state court claiming the new age-based model unfairly shuts them out of further competition.</p><p>The NCAA will now allow athletes five seasons of competition over a five-year period that begins with their full-time enrollment or the academic year following their 19th birthday, whichever occurs first. The move will all but eliminate waivers or redshirt years for extended eligibility except for religious missions, pregnancy or active-duty military service. No longer will extensions be considered for athletes who are injured.</p><p>Athletes whose eligibility expired by spring 2026 under the traditional model — four years of competition over five years — will not be allowed a fifth year of competition under the new rules that go into effect this fall.</p><p>The lawsuit filed Wednesday in Cincinnati (Hamilton County) seeks temporary and permanent injunctive relief that would allow a fifth year of competition for athletes who graduated from high school in 2022 and began their college sports careers that fall and never redshirted.</p><p>The new eligibility rule “unjustifiably restrains their ability to earn money through use of their name, image, and likeness (‘NIL’) connected to their work as Division I athletes,” attorneys Ryan Downton and Charles Rittgers wrote in the complaint.</p><p>Similar lawsuits are expected to be filed in other states. A message seeking comment was left with an NCAA spokesperson.</p><p>Nine of the plaintiffs have played or planned to play next season at Ohio schools. The rest, according to the complaint, have played multiple games in the state.</p><p>The complaint said class of 2022 athletes competed for playing time against older athletes who had eligibility extended because of the COVID-19 pandemic. It also noted the NCAA allowed 2022 high school graduates to play a full professional season before enrolling in 2023 and that they are not excluded from playing in 2026-27.</p><p>“NCAA athletes have a reasonable expectation that they will be treated fairly by the NCAA and that NCAA rules will be applied consistently, regardless of the athlete’s background before they attend an NCAA school and regardless of the year in which they graduated from high school,” the complaint said.</p><p>The lawsuit points out that the plaintiffs don't challenge the concept of a defined eligibility period or the five-for-five rule itself.</p><p>“Rather, they challenge the NCAA’s application of the rule” that allows players they competed against from the high school class of 2017-20 and 2023-25 an additional year of competition while denying plaintiffs the same opportunity," the attorneys wrote. “The NCAA then compounded the problem by allowing former professional players to compete in their fifth year following high school graduation regardless of the number of professional games they had played, while denying plaintiffs the same opportunity for a fifth year of competition.”</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6OY4RG6DFOXL6ZILPS6TNYXOQY.jpg?auth=9a0b4ea24e6f8e7b06014dbc380f76f027e2a735610d87ef80488ad4fd20edec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo taken with a fisheye lens shows the NCAA logo displayed at mid-court before Albany's practice for a second-round game of the NCAA college basketball tournament March 21, 2013, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Experiencia de haitianos en México refleja debate sobre ciudadanía por nacimiento]]></title><link>https://www.local10.com/espanol/2026/06/24/experiencia-de-haitianos-en-mexico-refleja-debate-sobre-ciudadania-por-nacimiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/experiencia-de-haitianos-en-mexico-refleja-debate-sobre-ciudadania-por-nacimiento/</guid><dc:creator><![CDATA[Por JULIE WATSON, Associated Press]]></dc:creator><description><![CDATA[TIJUANA, México (AP) — El restaurante haitiano de Vivianne Petit Frere está a unas cuadras del imponente muro fronterizo de Estados Unidos en Tijuana.]]></description><pubDate>Wed, 24 Jun 2026 18:42:30 +0000</pubDate><content:encoded><![CDATA[<p>TIJUANA, México (AP) — El restaurante haitiano de Vivianne Petit Frere está a unas cuadras del imponente muro fronterizo de Estados Unidos en Tijuana.</p><p>Se llama Lakou Lakay; el nombre, en criollo haitiano, significa “hogar”, y refleja las raíces crecientes de su familia en su patria adoptiva, donde su nieta nació hace dos años, lo que la convirtió automáticamente en ciudadana mexicana.</p><p>Al igual que Estados Unidos, México otorga la ciudadanía a los niños nacidos dentro de sus fronteras.</p><p>El presidente Donald Trump insiste en que Estados Unidos es el único país que lo hace, mientras busca negar la ciudadanía por nacimiento a los niños cuyos padres viven en el país de manera ilegal o tienen un estatus legal temporal.</p><p>La Corte Suprema de Estados Unidos tiene previsto pronunciarse pronto sobre la constitucionalidad de su orden sobre la ciudadanía por nacimiento. Trump la firmó el 20 de enero de 2025, el primer día de su segundo mandato, en medio de la amplia ofensiva de su administración republicana contra la inmigración. La idea ha despertado escepticismo tanto entre jueces conservadores como liberales.</p><p>“¡Somos el único País en el Mundo lo suficientemente ESTÚPIDO como para permitir la ciudadanía por ‘derecho de nacimiento’!”, publicó Trump en Truth Social en abril.</p><p>En realidad, cerca de tres docenas de países, en su mayoría en las Américas, garantizan la ciudadanía automática a los niños nacidos en su territorio —entre ellos Canadá, Honduras, Brasil, Argentina, Venezuela y, por supuesto, México.</p><p>Petit Frere huyó de Haití en 2019. Viajó desde Brasil y atravesó a pie la selva panameña rumbo a México persiguiendo el llamado Sueño Americano, con la intención de cruzar la frontera y establecerse con familiares en Florida. Pero pronto descubrió que eso era una ilusión, mientras México le abría las puertas.</p><p>El nombre de su restaurante simboliza en su cultura haitiana un espacio compartido que brinda un sentido de pertenencia. En las paredes tiene enmarcados letreros en español, inglés y criollo que dejan claro que es más que un local donde se sirven sabrosos platillos tradicionales haitianos, como pescado con plátanos, y arroz con frijoles.</p><p>En poco más de cinco años en Tijuana, Petit Frere ha consolidado un negocio próspero, domina el español y está por obtener un título en trabajo social.</p><p>Y recibió a la primera mexicana de su familia: su nieta, Alexca.</p><p>No hay cifras sobre cuántos niños nacidos de no ciudadanos han recibido la ciudadanía mexicana por derecho de nacimiento. Decenas de miles de haitianos viven en México. En 2021, cuando México registró un aumento significativo de la migración haitiana, al menos el 10% de las mujeres haitianas que llegaban estaban embarazadas, según la Organización Internacional para las Migraciones.</p><p>Ciudadanía y nacimiento</p><p>En Estados Unidos, la ciudadanía por nacimiento quedó consagrada tras la Guerra Civil mediante la 14ª Enmienda de la Constitución, en parte para garantizar que los antiguos esclavos fueran ciudadanos.</p><p>El derecho se amplió a los hijos de inmigrantes a finales del siglo XIX, cuando la Corte Suprema dictaminó que casi cualquier persona nacida en Estados Unidos —sin importar el estatus legal de sus padres— tiene ciudadanía.</p><p>Muchos historiadores del derecho creen que la práctica se remonta a los siglos XVII y XVIII, cuando gobernantes europeos alentaban la migración hacia las colonias estadounidenses en expansión. Sin embargo, esos colonos querían que cualquiera de sus hijos nacidos en el extranjero conservara la ciudadanía europea.</p><p>Así, incluso mientras cambiaban los límites coloniales, “eres ciudadano siempre que nazcas dentro del dominio del rey, del monarca”, explicó César Cuauhtémoc García Hernández, profesor de derecho en la Universidad Estatal de Ohio. “Pero el vínculo legal entre el país de origen en Europa y los colonos se mantuvo fuerte gracias a la promesa de la ciudadanía por derecho de nacimiento”.</p><p>República Dominicana eliminó la ciudadanía por nacimiento</p><p>El Consejo Electoral dominicano ordenó oficialmente en 2007 negar la ciudadanía a todos los niños nacidos de padres sin estatus legal.</p><p>Seis años después, un tribunal dominicano aplicó la medida de forma retroactiva hasta 1929.</p><p>Más de una década después, hasta 130.000 personas seguían apátridas pese a la aprobación de una ley en 2014 para corregir la decisión judicial, luego de que esta recibiera una fuerte condena internacional, según el Center for Migration Studies of New York. La ley ahora afecta a la siguiente generación, que sigue siendo vulnerable a la deportación.</p><p>Una creciente familia mexicana</p><p>Petit Frere nació en San Martín francés, una isla caribeña que no ofrece ciudadanía automática por derecho de nacimiento. A los 6 años, ella y su mamá, que es haitiana, fueron deportadas a Haití.</p><p>Petit Frere dejó Haití en busca de una vida mejor. Se desanimó al descubrir que, cuando su hija adolescente salió de Haití para reunirse con ella en Tijuana tres años después, estaba embarazada de casi cinco meses. Ella misma había sido madre adolescente y esperaba un camino distinto para su hija.</p><p>Pero Alexca, una niña pequeña risueña que se carcajea y corre de un lado a otro, se ha ganado el corazón de su abuela. Petit Frere comentó que agradece que su nieta haya nacido en México y no en Haití, donde el aumento de la violencia de las pandillas ha dejado a más de 1 de cada 10 personas sin hogar.</p><p>Un pasaporte mexicano facilitará los viajes, señaló. Pocos países permiten a los titulares de pasaportes haitianos entrar sin visa.</p><p>“Como ciudadana mexicana, ella va a tener más oportunidades más disponibles para ella”, declaró Petit Frere.</p><p>Eso también es cierto para sus tres sobrinas, que nacieron en Brasil y allí obtuvieron automáticamente la ciudadanía, agregó.</p><p>Petit Frere contó que ella y su hija tenían residencia permanente en México antes de que naciera su nieta. Pero otros padres de la comunidad haitiana en Tijuana no la tenían. México permite que los padres de niños con ciudadanía por derecho de nacimiento se conviertan en residentes permanentes.</p><p>“Hay muchos niños en Tijuana que tienen 6, 7, 8 años ahora y son mexicanos y sus papás son haitianos que estaban en situación migratoria irregular pero ahora son residentes permanentes porque sus hijos nacieron aquí”, indicó.</p><p>Petit Frere inició los trámites para obtener la ciudadanía mexicana, lo que facilitaría expandir su negocio.</p><p>Petit Frere también es organizadora comunitaria en la Haitian Bridge Alliance, donde aboga por la comunidad migrante haitiana. Dijo que espera cursar otro título en migración internacional, posiblemente a través de una universidad de Estados Unidos.</p><p>“Los niños de inmigrantes son los mas destacados en este mundo”, señaló. Los esfuerzos por limitar la ciudadanía por nacimiento “es como de celosos”, añadió.</p><p>___________________________________</p><p>El corresponsal Tim Sullivan en Minneapolis contribuyó con esta nota.</p><p>__________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CC5JPLDY5ZQTGODHMRVRG6PFVU.jpg?auth=9125d649b4a7c55778e3a20f05db40006ddf7a4681933e2049803b8bc500e95f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vivianne Petit Frere en su restaurante de comida haitiana Lakou Lakay en Tijuana, México, el 17 de junio del 2026. (AP foto/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Progressive candidate concedes Colombian presidential election to Trump-endorsed outsider]]></title><link>https://www.local10.com/news/2026/06/24/progressive-candidate-concedes-colombian-presidential-election-to-trump-endorsed-outsider/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/progressive-candidate-concedes-colombian-presidential-election-to-trump-endorsed-outsider/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO and ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — Progressive candidate Iván Cepeda on Wednesday conceded Colombia’s presidential election to Abelardo de la Espriella, a conservative outsider who was endorsed by U.S. President Donald Trump.]]></description><pubDate>Wed, 24 Jun 2026 16:41:15 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — Progressive candidate Iván Cepeda on Wednesday conceded Colombia’s presidential election to Abelardo de la Espriella, a conservative outsider who was endorsed by U.S. President Donald Trump.</p><p>Election results showed de la Espriella, a businessman and lawyer who had never run for office, defeated Cepeda, a lawmaker, by 1 percentage point, or nearly 251,000 votes.</p><p>“We assume with serenity, responsibility, and absolute resolve — and let there be no doubt about it — the role that circumstances demand of us,” Cepeda said in an address to the nation. “We will exercise a democratic, vigilant and constructive opposition.”</p><p>The result effectively was an indictment of outgoing President Gustavo Petro’s government, whose policies Cepeda had promised to continue, including a largely failed effort to establish dialogue with multiple armed groups under a plan known as “total peace.”</p><p>Electoral authorities published all but a fraction of the vote count hours after polls closed Sunday. Petro and Cepeda did not accept those results, with the latter saying he would wait for a recount to do so.</p><p>De la Espriella, 47, will begin a 4-year term Aug. 7. His campaign did not immediately comment on Cepeda’s concession. He proclaimed himself the winner Sunday and asked Cepeda and Petro to accept the results.</p><p>His victory adds Colombia to a growing list of countries that have turned to political outsiders in search for solutions to complex social, security and economic challenges.</p><p>The self-proclaimed representative of “the never-before-seen” promised voters fearful of renewed internal conflict to take a heavy-handed approach to combating violent crime with strategies borrowed from Salvadoran President Nayib Bukele’s playbook, including building mega-prisons. Those tactics have lowered homicide rates in the Central American country but have fueled accusations of human rights abuses.</p><p>De la Espriella, nicknamed “The Tiger,” holds dual Colombian and U.S. citizenship, is a Trump supporter and a member of the Republican Party.</p><p>On Tuesday, he announced he is putting together his Cabinet. He also said he plans to add Colombia to the Trump-dubbed “Shield of the Americas,” a coalition of countries purportedly aimed at cracking down on criminal groups in Latin America.</p><p>More than 26 million people voted in the polarizing runoff, setting a historic record. Of those, over 426,000 people chose a third, no-name option on the ballot that allows voters to express dislike of both candidates. About 29,000 people cast blank ballots.</p><p>Cepeda, during his address to the nation, repeatedly expressed his intention to play an active role in the opposition once de la Espriella is sworn in, but he did not say whether he would accept a Senate seat reserved for the runner-up in the presidential election.</p><p>Cepeda, 63, is a philosopher and the son of a senator who was assassinated by military officers in 1994 during a stark moment of political violence in Colombia. The assassination led Cepeda to become a lifelong advocate for peace negotiations in the South American country, where an internal conflict has lasted decades.</p><p>“Today, we represent half of Colombia at the polls,” he said. “We are a fundamental part of the nation. We are a political, social, and cultural force present in every corner of the country.”</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/GJHSDW2OBE2UZKBYM5WQELRKAY.jpg?auth=29fe7af25af37d777673974eda4118ea35700e2a8c133832e22834967a049ab1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ivan Cepeda concedes defeat in the presidential election at a news conference in Bogota, Colombia, Wednesday, June 24, 2026. (AP Photo/Ivan 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/CBFIPUHALH5MCVH3MDRL4EMF3I.jpg?auth=762e9deadf0e57d4ba87e7d5b1c335aaf92f2ce20f08fe0d26b03be2eec79f4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ivan Cepeda concedes defeat in the presidential election at a news conference in Bogota, Colombia, Wednesday, June 24, 2026. (AP Photo/Ivan 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/CPKZJE54JWYFPPIYP3I32LWF7Y.jpg?auth=4a2c5e8a9078a0cfa52a1960e222705ef10a7864f04b298969318e03ce1afd46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ivan Cepeda concedes defeat in the presidential election at a news conference in Bogota, Colombia, Wednesday, June 24, 2026. (AP Photo/Ivan 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/GWJDGMWRMIGPZIIIW24OC7ODSY.jpg?auth=91f13acbf5669da47ecd9048c3d337db4555690c408b5e00a75c29a10e21e57d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ivan Cepeda arrives to give a news conference where he conceded defeat in the presidential election in Bogota, Colombia, Wednesday, June 24, 2026. (AP Photo/Ivan 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/5XM5DYKIN5BBTBTD7ZQUAVNE5U.jpg?auth=80d21e3c9b95cf407f0a4438b141c7266ee95d7491ce86e2750bcf2ae6990a5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of presidential candidate Ivan Cepeda of the ruling Historic Pact coalition react to early election results after polls closed duuring the runoff election in Bogota, Colombia, Sunday, June 21, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Video viral: Marlins buscan a “muy buen chico” que vio a perro atrapar un hot dog en loanDepot Park]]></title><link>https://www.local10.com/news/local/2026/06/24/video-viral-marlins-buscan-a-muy-buen-chico-que-vio-a-perro-atrapar-un-hot-dog-en-loandepot-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/video-viral-marlins-buscan-a-muy-buen-chico-que-vio-a-perro-atrapar-un-hot-dog-en-loandepot-park/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los Miami Marlins publicaron un cartel de “se busca” para encontrar a lo que llaman un “muy buen chico”: el perro que observó cómo otro can atrapó un hot dog en las gradas durante el juego del martes en loanDepot Park.]]></description><pubDate>Wed, 24 Jun 2026 18:39:08 +0000</pubDate><content:encoded><![CDATA[<p>Los Miami Marlins publicaron un cartel de “se busca” para encontrar a lo que llaman un “muy buen chico”.</p><p>El video viral surgió después de que un perro observara cómo otro can atrapó un hot dog en las gradas durante el juego del martes contra los Texas Rangers, en la parte alta de la séptima entrada en loanDepot Park.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">It&#39;s tough seeing others live out your dream 🐶🌭 <a href="https://t.co/iMSgfb2AaN">pic.twitter.com/iMSgfb2AaN</a></p>&mdash; MLB (@MLB) <a href="https://x.com/MLB/status/2069218730442137723?ref_src=twsrc%5Etfw">June 23, 2026</a></blockquote><p>¿La recompensa para el perro?</p><p>Un día soñado en el estadio.</p><p>Ahora la pregunta es: ¿cuáles son las probabilidades de que los aficionados puedan ayudar a encontrarlo y hacer posible ese día especial?</p><p>Llame al 305-480-2525 si tiene información sobre el paradero del perro.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Wanted: A very good boy<br><br>Reward: a dream day at <a href="https://x.com/loanDepotpark?ref_src=twsrc%5Etfw">@loanDepotpark</a> <a href="https://t.co/KusIXAjURi">https://t.co/KusIXAjURi</a> <a href="https://t.co/fn6tOdx65w">pic.twitter.com/fn6tOdx65w</a></p>&mdash; Miami Marlins (@Marlins) <a href="https://x.com/Marlins/status/2069468190300667996?ref_src=twsrc%5Etfw">June 23, 2026</a></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MBDYXGEJFFBDXIF47WKLUJLEMY.jpg?auth=4cbef7968d33f23ad6b20f5719bf0196852d8585f9cb6986c3608a79ad77b40b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FIFA World Cup fans from Brazil and Scotland start to arrive at Miami Stadium ahead of Group C match ]]></title><link>https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/</guid><dc:creator><![CDATA[Saira Anwer, Andrea Torres]]></dc:creator><description><![CDATA[After an odyssey from the United Kingdom and Boston to South Florida, hopeful Scottish fans were at the Miami Stadium on Wednesday morning, more than seven hours before the match against Brazil. ]]></description><pubDate>Wed, 24 Jun 2026 17:48:30 +0000</pubDate><content:encoded><![CDATA[<p>After an odyssey from the United Kingdom and Boston to South Florida, hopeful Scottish fans were at the Miami Stadium <a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/">on Wednesday</a> morning, more than seven hours before the match against Brazil. </p><p><a href="https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-comienzan-a-llegar-al-miami-stadium-antes-del-partido-del-grupo-c/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-comienzan-a-llegar-al-miami-stadium-antes-del-partido-del-grupo-c/">Leer en español</a></p><p>The heat didn’t dissuade the Tartan Army from showing off their kilts made out of 100% worsted wool outside of the stadium, better known as the Hard Rock Stadium in Miami Gardens. </p><p>Some Highland Scots were walking down the street with open beer cans in paper bags before lunchtime. They proved their reputation for hard drinking during a Miami Marlins game at LoanDepot Park and tested the supply at bars in Miami’s Little Havana neighborhood. </p><p>Fans’ demand for tickets was high. Entry-level resale prices ranged from $1,600 to $1,855. Tickets later averaged between $3,500 and $5,445. Premium seats reached $25,800. </p><p><b>Related story</b>: <a href="https://www.local10.com/sports/2026/06/24/a-black-jaguar-oracle-in-rio-de-janeiro-sniffs-brazil-to-beat-scotland-in-group-c-challenge/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/a-black-jaguar-oracle-in-rio-de-janeiro-sniffs-brazil-to-beat-scotland-in-group-c-challenge/">A black jaguar oracle in Rio de Janeiro sniffs Brazil to beat Scotland in Group C challenge</a></p><p>The ticket holders were wise to arrive early. Rideshares were limited to distant hubs, where fans had to hop into shuttles. They also had to brave lines without cover from the sun several times. </p><p>First, they had to cross <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/stadiums/miami/know-before-you-go" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/stadiums/miami/know-before-you-go">a strict</a> security screening before standing in line again to board yellow school buses. Once near the stadium, they had to walk again. </p><p>The oasis: A fan area with cashless venues. Stadium gates open at 3 p.m., just three hours before kickoff. For Group C teams, the World Cup’s group stage ends on Wednesday night. </p><p>After the two matches at 6 p.m., the two Group C teams with the most points will advance to the tournament’s next stage: <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">The Round of 32</a>. </p><p>Brazilians arrive with four points and Scotland with three points. Regardless of the winner on Wednesday night, both could still advance. Haiti plays against Morocco in Atlanta, Ga. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>Related story</b>: <a href="https://www.local10.com/news/weird-news/2026/06/24/ronaldinho-says-let-the-magic-begin-after-signing-with-italian-serie-c-club-ravenna-at-age-46/" target="_self" rel="" title="https://www.local10.com/news/weird-news/2026/06/24/ronaldinho-says-let-the-magic-begin-after-signing-with-italian-serie-c-club-ravenna-at-age-46/">Ronaldinho says ‘let the magic begin’ after signing with Italian Serie C club Ravenna at age 46</a></p><h3><b>Group C progress</b></h3><figure><img src="https://www.local10.com/resizer/v2/VBIKQQTZNRDVPC6EXUUPKOQ32E.jpg?auth=b01faefea96964489caf0c169823938913a869d14214ebc3b31dabb32e6ffd34&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>JUNE 19: </b>DAY 2</p><p><b>Brazil gets 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/3E7YOCVKZOJA2WBOQWXCHXJXMY.jpg?auth=5d0b21a0b79428ad0268c22d64d68a9754e2a9161aca1dbdd764162d895a41d3&smart=true&width=1200&height=900" alt="Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)" height="900" width="1200"/><figcaption>Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/">Matheus Cunha scores 2 goals as Brazil eliminates Haiti from World Cup with 3-0 win</a></li></ul><p><b>Morocco gets 3 points</b></p><ul><li><b>Pre-game coverage</b>: <a href="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/">Scotland fans have descended on Boston for the World Cup, and bars are struggling to keep up</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>JUNE 13:</b></a><b> DAY 1</b></p><p><b>Brazil and Morocco each get 1 point </b> </p><figure><img src="https://www.local10.com/resizer/v2/4RPQCEJKMCMZ352DVESTYRO3T4.jpg?auth=8366dacf1e73eec19711304b9f1bd05ce31f019bdc497b4891645aebb6426715&smart=true&width=1200&height=900" alt="Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)" height="900" width="1200"/><figcaption>Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)</figcaption></figure><ul><li><b>Game analysis: </b><a href="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/">Brazil rallies for 1-1 draw against Morocco in its World Cup opener behind Vinícius Júnior’s goal</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=i3Xe1ALvfgQ" target="_self" rel="" title="https://www.youtube.com/watch?v=i3Xe1ALvfgQ">Morocco’s Ismael Saibari scores</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=zKPmHQwyOtU" target="_self" rel="" title="https://www.youtube.com/watch?v=zKPmHQwyOtU">A Vinicius Jr. special!</a></li></ul><p><b>Scotland gets 3 points after playing against Haiti</b></p><figure><img src="https://www.local10.com/resizer/v2/E3BUB4HUC52T7HJZHFHHGRE6Z4.jpg?auth=aee87d45e5fc3b073e759f0064ba85d7b86fd23d1fe6565bb7a3df4f5868fa4d&smart=true&width=1200&height=900" alt="Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)" height="900" width="1200"/><figcaption>Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/">Scotland marks 28-year World Cup absence with 1-0 victory over Haiti in Group C</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=kg3_vkhWVf4" target="_self" rel="" title="https://www.youtube.com/watch?v=kg3_vkhWVf4">Scotland’s John McGinn scores</a></li><li><b>Pre-game story</b>: <a href="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/">Haiti’s long-awaited World Cup return comes with formidable challenge</a></li></ul><h3><b>Tournament’s schedule </b> </h3><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matcuphes: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded></item><item><title><![CDATA[A black jaguar oracle in Rio de Janeiro sniffs Brazil to beat Scotland in Group C challenge]]></title><link>https://www.local10.com/sports/2026/06/24/a-black-jaguar-oracle-in-rio-de-janeiro-sniffs-brazil-to-beat-scotland-in-group-c-challenge/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/a-black-jaguar-oracle-in-rio-de-janeiro-sniffs-brazil-to-beat-scotland-in-group-c-challenge/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[RIO DE JANEIRO (AP) — A new animal oracle for the World Cup has arrived, and it's the kind that few would challenge even if its prediction is wrong.]]></description><pubDate>Wed, 24 Jun 2026 17:22:00 +0000</pubDate><content:encoded><![CDATA[<p>RIO DE JANEIRO (AP) — A new animal oracle for the World Cup has arrived, and it’s the kind that few would challenge even if its prediction is wrong.</p><p>A black jaguar named Poty has made her pick at Rio de Janeiro’s BioParque for the highly anticipated World Cup Group C clash between Brazil and Scotland in Miami on Wednesday.</p><p>Residents and soccer fans watched closely on Monday as Poty took part in a lighthearted forecasting event, which placed her in front of two enrichment boxes representing the two rivals.</p><p>The jaguar sniffed both options before confidently selecting the Brazil box. However, she briefly returned to inspect the Scotland choice, a moment experts on Poty say shouldn’t be ignored.</p><p>“Maybe it indicates a tough game for us,” said BioParque biologist Caio de Souza Silva. “Maybe it’s a win, but it could also be a more complicated match. Hopefully we don’t concede a goal, but it may suggest a more physical game for Brazil.”</p><p>Brazil co-leads Group C with Morocco at 4 points each, but is ahead on goal difference. Scotland has three points and could advance regardless of the result. Morocco’s rival will be Haiti, which is yet to add points to its tally.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V5ZWVLS3GGSRMSIHSKJ747RDT4.jpg?auth=aa67d1a3687d2efdd8b408f8a44c0798c693d0955e64f79c3a80582645284617&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Matheus Cunha (9) celebrates after scoring his side's opening goal with Brazil's Vinicius Junior (7) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[Sabres agree to send Alex Tuch to the Capitals as part of sign-and-trade deal, AP source says]]></title><link>https://www.local10.com/sports/2026/06/24/sabres-agree-to-send-alex-tuch-to-the-capitals-as-part-of-sign-and-trade-deal-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/sabres-agree-to-send-alex-tuch-to-the-capitals-as-part-of-sign-and-trade-deal-ap-source-says/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description><![CDATA[BUFFALO, N.Y. (AP) — The Buffalo Sabres have agreed to a sign-and-trade deal in sending veteran forward Alex Tuch to the Washington Capitals, a person with knowledge of the move told The Associated Press on Wednesday.]]></description><pubDate>Wed, 24 Jun 2026 20:04:06 +0000</pubDate><content:encoded><![CDATA[<p>BUFFALO, N.Y. (AP) — The Buffalo Sabres have agreed to a sign-and-trade deal in sending veteran forward Alex Tuch to the Washington Capitals, a person with knowledge of the move told The Associated Press on Wednesday.</p><p>In order to make the trade, the Sabres first signed Tuch to an eight-year, $84 million contract, the person told the AP, and spoke on the condition of anonymity because the agreement and trade had not yet been announced.</p><p>The sign-and-trade option was all that was left for the Sabres to get anything in return for Tuch. Earlier in the day, Sabres general manager Jarmo Kekalainen said there was no progress in contract talks with Tuch, and was anticipating the player to hit the free-agent market once the NHL’s signing period opened next week.</p><p>By signing with Buffalo first, Tuch received the benefit of landing an eight-year contract. In free agency, he would have been limited to signing a seven-year deal with another team.</p><p>The 30-year-old Tuch is a 10-year NHL veteran who has topped 20 goals in four of his five seasons in Buffalo — including scoring 33 or more in each of the past two years.</p><p>In Buffalo, he had 139 goals and 309 points in 360 games in filling a top-line role. Overall, he has 200 goals and 448 points in 615 NHL games.</p><p>Trading Tuch comes a day after Buffalo lost another key contributor from a team that led to the Sabres winning their first Atlantic Division title and win its first playoff round since 2007.</p><p>The Sabres traded defenseman Bowen Byram and checking line forward Jordan Greenway to the Chicago Blackhawks. Buffalo acquired Chicago’s No. 4 pick and a second-round selection in this weekend’s draft, along with promising defenseman Louis Crevier.</p><p>Kekalainen revealed Byram expressed no interest in wanting to remain in Buffalo after his current contract expired next summer.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3M2N3GI7UXY5LF44PNMQPFLKGM.jpg?auth=57ca73eac9c82a1619288eb0a4814a8e2ade79977c5ca5f5140fe2f7ff9d569c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Buffalo Sabres right wing Alex Tuch (89) is stick checked by Vegas Golden Knights defenseman Kaedan Korczak (6) during the first period of an NHL hockey game, March 3, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content></item><item><title><![CDATA[Miami man accused of stabbing victim with steak knife, injuring woman at his home ]]></title><link>https://www.local10.com/news/local/2026/06/24/miami-man-accused-of-stabbing-victim-with-steak-knife-injuring-woman-at-his-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/miami-man-accused-of-stabbing-victim-with-steak-knife-injuring-woman-at-his-home/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 27-year-old man is facing an attempted murder charge after Miami police said he allegedly stabbed a 21-year-old man and injuring a woman during an altercation at his home early Tuesday morning. ]]></description><pubDate>Wed, 24 Jun 2026 14:22:49 +0000</pubDate><content:encoded><![CDATA[<p>A 27-year-old man is facing an attempted murder charge after Miami police said he allegedly stabbed a 21-year-old man and injured a woman during an altercation at his home early Tuesday morning. </p><p><a href="https://www.local10.com/news/local/2026/06/24/hombre-de-miami-es-acusado-de-apunalar-a-una-persona-con-un-cuchillo-para-carne-y-de-herir-a-una-mujer-en-su-vivienda/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/hombre-de-miami-es-acusado-de-apunalar-a-una-persona-con-un-cuchillo-para-carne-y-de-herir-a-una-mujer-en-su-vivienda/">Leer en español</a></p><p>The suspect was identified in an arrest report obtained by Local 10 News on Wednesday as Daeshone Vaughn Codner. </p><p>The incident occurred just before 12:30 a.m. Tuesday near the 300 block of Southwest 15th Avenue in the city’s Riverside neighborhood, authorities said.</p><p>According to the report, officers responded to a call about a man suffering from a stab wound and found the victim with a wound to the left side of his torso. </p><p>The report states that Miami Fire Rescue medics transported him to Jackson Memorial Hospital’s Ryder Trauma Center, where he underwent emergency surgery. Police said the victim was later moved to the intensive care unit and remained in critical but stable condition.</p><p>Police said they also found a 28-year-old woman with an eye injury at the scene.</p><p>According to witness statements in the report, an argument began on the home’s rear patio and escalated after the woman threw a drink at Codner. </p><p>Witnesses told detectives that Codner went back inside his home, retrieved a black steak knife from the kitchen, and later returned to the patio.</p><p>The report states that the woman told detectives Codner threw beer cans, glass bottles and plastic cups at her, striking her in the face and shoulder. </p><p>She said she fell to the ground and the other man stepped in to help, according to the report. </p><p>The woman also told investigators that when she attempted to call 911, Codner grabbed her phone and threw it, preventing her from doing so, the report states. </p><p>Police said surveillance video from Codner’s home shows him approaching the male victim while holding a knife. </p><p>According to the report, the footage shows the victim attempting to defend himself before Codner allegedly stabbed him once in the left side of his torso. Right after being stabbed, the victim grabbed his side and walked away, police confirmed. </p><p>The woman, who told detectives she had known Codner for about a month and previously had a casual sexual encounter with him, later identified him as the person who stabbed the victim and struck her with thrown objects.</p><p>When officers arrived, Codner allegedly refused commands to place his hands behind his back and resisted efforts to detain him, according to the report. Police also said he repeatedly kicked the interior of a patrol vehicle after his arrest, causing damage to the door.</p><p>After waiving his Miranda rights, Codner initially denied stabbing the victim but later stopped answering questions after detectives showed him surveillance video, the report states. </p><p>Jail records show Codner is facing one count each of attempted felony murder, tampering with a victim, battery, criminal mischief causing more than $200 but less than $1,000 in damage, and resisting an officer without violence.</p><p>As of Wednesday morning, he was being held without bond at the Turner Guilford Knight Correctional Center. Miami-Dade Circuit Judge Mindy Glazer also ordered Codner to not have any contact with both victims. </p><p>A motive for the stabbing remains unclear at this time. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JT6ZHWUS3BA55CTHGA6MUPOSEE.jpg?auth=b7de5dbd4e59caad8adc1ea2f3941cc1a0b6de17b258ba4aba8c0239d4fb1107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Film academy invites 529 new members, including Jenna Ortega, the Safdie brothers and Jacob Elordi]]></title><link>https://www.local10.com/entertainment/2026/06/24/film-academy-invites-529-new-members-including-jenna-ortega-the-safdie-brothers-and-jacob-elordi/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/film-academy-invites-529-new-members-including-jenna-ortega-the-safdie-brothers-and-jacob-elordi/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Academy of Motion Picture Arts and Sciences on Wednesday invited 529 members to the Oscar voting body, a new class that brings the group's membership to nearly double what it was a decade ago.]]></description><pubDate>Wed, 24 Jun 2026 18:30:37 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Academy of Motion Picture Arts and Sciences on Wednesday invited 529 members to the Oscar voting body, a new class that brings the group's membership to nearly double what it was a decade ago.</p><p>Among those who received invites are “One Battle After Another” nominee Teyana Taylor, Josh O'Connor, Jenna Ortega, Jacob Elordi and Simu Liu.</p><p>If all new members accept their invitations, the film academy will number 11,319, with 10,338 voting members. In 2016, the academy numbered closer to 6,000 members.</p><p>But to diversify its ranks, the Oscars organization has swelled in recent years. In 2015, the academy was 75% male and 92% white. That year, all 20 acting nominees were white, prompting the #OscarsSoWhite hashtag.</p><p>Following the induction of this year's new members, the academy will be 64% male and 75% white. One byproduct of the membership expansion has been an increase in international voters. Overseas members now account for 22% of the group.</p><p>The makeup of the new class is 42% women, 56% from underrepresented communities and 53% from countries outside the U.S.</p><p>“Membership selection is based on professional qualifications, with an ongoing commitment to representation, inclusion and equity remaining a priority,” the academy said in its announcement.</p><p>After several new classes that numbered closer to 1,000, the academy has in recent years grown at a more modest pace. Last year, 534 voters were added.</p><p>As it has grown in size, the academy has also added new categories to its annual awards ceremony. Earlier this year, the first award for casting was handed out. In 2028, the first Oscar for achievement in stunt design will be given.</p><p>Other new members include Anthony Ramos, Bill Skarsgård, Mia Goth, Jon Bernthal, Jemaine Clement, Ṣọpẹ́ Dìrísù and Stephen Fry. Among the invited filmmakers are Josh and Benny Safdie, “Weapons” director Zach Cregger and “Sirât” filmmaker Oliver Laxe.</p><p>The 99th Academy Awards will be held March 14, 2027, with Conan O'Brien returning as host for the third consecutive year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G7H7Y3OGYLWF2V7JKPXL33MWUA.jpg?auth=05a2b368809ac22ac2d036517bd595bbb879d5336074213d827bf93fdfab1c39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination image shows the following people in Los Angeles, from left, Jacob Elordi on March 15, 2026, Josh O'Connor on Nov. 17, 2025, Jenna Ortega on May 22, 2026, Simu Liu on May 9, 2026, and Teyana Taylor on April 29, 2026. (Photos by Jordan Strauss/Richard Shotwell/Chris Pizzello/Invision/AP)]]></media:description></media:content></item><item><title><![CDATA[Bill DeWitt III promoted from president to chief executive officer of the Cardinals]]></title><link>https://www.local10.com/sports/2026/06/24/bill-dewitt-iii-promoted-from-president-to-chief-executive-officer-of-the-cardinals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/bill-dewitt-iii-promoted-from-president-to-chief-executive-officer-of-the-cardinals/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ST. LOUIS (AP) — Bill DeWitt III was named chief executive officer of the St. Louis Cardinals on Wednesday after serving as team president since 2008.]]></description><pubDate>Wed, 24 Jun 2026 20:06:45 +0000</pubDate><content:encoded><![CDATA[<p>ST. LOUIS (AP) — Bill DeWitt III was named chief executive officer of the St. Louis Cardinals on Wednesday after serving as team president since 2008.</p><p>The Cardinals also announced the promotion of Anuk Karunaratne to president of business operations as part of a restructuring following Chaim Bloom’s appointment as president of baseball operations last September.</p><p>“In some ways, it’s not that big of a change, as all of us up here have been working together closely for a couple years now,” DeWitt III said. “But in formalizing these roles, we’re just firming up the leadership structure that will lay the foundation for the next wave of organizational and team success.”</p><p>DeWitt III, 58, oversaw the opening of Busch Stadium in 2006 and the development and launch of Ballpark Village Phase I in 2014 and Phase II in 2020.</p><p>Bill DeWitt Jr. continues as chairman and principal owner and will continue his involvement in team baseball and business matters.</p><p>“Nothing’s really changed,” DeWitt Jr. said. “I stay in touch with obviously Bill III. Baseball (operations) stays in touch with me. I talk all the time, so I may or may not be here, but I’m here in spirit and available 24/7 so I’m tightly in touch with all the things we’re looking to do.”</p><p>Karunaratne joined the Cardinals in 2024 as senior vice president of business operations. He previously was the Toronto Blue Jays’ executive vice president of business operations.</p><p>“We all know what the Cardinals can be at their best,” Karunaratne said. “That’s what we’re building towards, and ultimately that matters. It matters to this organization, it matters to this city, and it matters to every one of our fans. We’re ready, and we’re going to get after it.”</p><p>The Cardinals qualified for postseason play 17 times in DeWitt Jr.’s first 27 seasons at the helm of the franchise and drew at least 2.9 million fans in every full season from 1998 through 2023.</p><p>The club, however, has not having made the postseason since 2022. Attendance has dropped to 30-year lows.</p><p>“Like the business, there’s been a lot of change, and it’s change that has been accelerating, probably over the last five years, and I think right now baseball organization is in good shape with Chaim and some of the changes he’s made,” DeWitt III said. “I come at it more as somebody that is ready and sort of willing to go a little deeper into the organization on the baseball side than perhaps I have in the past and just really learn. When you’re in this role for 18 years, you know everybody in the business side, so when issues come up, what people’s opinions are, you’re collecting them where people are coming from. I want to get to that point on the baseball side.”</p><p>DeWitt III’s promotion continues a family legacy in the game of baseball that dates back to his grandfather.</p><p>“I love pointing out my grandfather’s role here, he was here about 20 years as treasurer, worked with Branch Rickey, and that’s a point of pride for me,” DeWitt III said. “It’s pretty cool. It isn’t too often that you see, particularly in an organization like this, have that much heritage in one family.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5FQYNSDHTRPJFRK7VDNIET6AVY.jpg?auth=ac653a0dac0ee99a32cbc2af8516e93f19cd241ac9f93eab54febb73615e4d0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals' Masyn Winn (0) celebrates with teammates afte a baseball game against the Kansas City Royals, Sunday, June 21, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X5PBWA3EHK3ORGCDK5MUMFSVYM.jpg?auth=725ce5b1c3949caf44a783cc0ce8b68ef691dd68423ce0a593347e8b5e9c2d73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals' Alec Burleson, center, Masyn Winn, right, and Nathan Church, right, celebrates with teammates after a baseball game against the New York Mets Tuesday, June 9, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 24 schedule for Day 14 of group matches ]]></title><link>https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have six games on Wednesday, as group-stage matches continue.]]></description><pubDate>Wed, 24 Jun 2026 14:13:00 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have six games on Wednesday, as group-stage matches continue.</p><p><a href="https://www.local10.com/news/local/2026/06/24/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-24-de-junio-para-el-dia-14-de-los-partidos-de-grupo/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-24-de-junio-para-el-dia-14-de-los-partidos-de-grupo/">Leer en español</a></p><p>Switzerland vs. Canada, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> match, is at 3 p.m. </p><p>Bosnia vs. Qatar, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> match, is at 3 p.m. </p><p>Morocco vs. Haiti, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> match, is at 6 p.m. </p><p>Scotland vs. Brazil, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> match, is at 6 p.m. </p><p>South Africa vs. South Korea, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, is at 9 p.m. </p><p>Czech Republic vs. Mexico, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>Related list:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32</a></p><h3><b>Group-stage progress</b></h3><p><b>Group L: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/">Ghana holds England</a></p><p><b>Group K</b>: <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Colombia advances to Round of 32</a></p><p><b>Group J</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Argentina advances to Round of 32 </a></p><p><b>Group I</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">France and Norway advance to Round of 32 </a></p><p><b>Group H: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Spain leads with 4 points</a></p><p><b>Group G:</b> <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Egypt leads with 4 points</a></p><p><b>Group F</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">The Netherlands gets 3 points</a></p><p><b>Group E</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Germany advances to Round of 32</a></p><p><b>Group D:</b> <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/">U.S. advances to Round of 32 </a></p><p><b>Group C</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/">Brazil eliminates Haiti</a></p><p><b>Group B: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Canada and Switzerland tie for 1st place</a></p><p><b>Group A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">Mexico advances to Round of 32</a></p><h3><b>Tournament’s schedule </b> </h3><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matcuphes: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Copa Mundial de la FIFA 2026: Este es el calendario del 24 de junio para el día 14 de los partidos de grupo]]></title><link>https://www.local10.com/news/local/2026/06/24/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-24-de-junio-para-el-dia-14-de-los-partidos-de-grupo/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/copa-mundial-de-la-fifa-2026-este-es-el-calendario-del-24-de-junio-para-el-dia-14-de-los-partidos-de-grupo/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los aficionados de la Copa Mundial de la FIFA 2026 tienen seis partidos para disfrutar el miércoles, mientras continúan los encuentros de la fase de grupos.]]></description><pubDate>Wed, 24 Jun 2026 18:17:03 +0000</pubDate><content:encoded><![CDATA[<p>Los aficionados al Mundial de la FIFA 2026 podrán disfrutar de seis partidos el miércoles, ya que continúan los encuentros de la fase de grupos.</p><p>Suiza contra Canadá, partido <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">del Grupo B</a> , se juega a las 15:00.</p><p>El partido entre Bosnia y Qatar, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a> , se jugará a las 15:00.</p><p>Marruecos contra Haití, partido <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">del Grupo C</a> , se juega a las 18:00.</p><p>El partido entre Escocia y Brasil, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a> , se jugará a las 18:00.</p><p>El partido entre Sudáfrica y Corea del Sur, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a> , se jugará a las 21:00.</p><p>El partido entre República Checa y México, correspondiente al <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a> , se jugará a las 9 pm.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 4 pm del 24 de junio en The Bandshell, en 7275 Collins Ave., para el partido entre Escocia y Brasil que comienza a las 6 pm.</p><p><b>Lista relacionada: </b><a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Equipos de atletismo que avanzan a la ronda de 32</a></p><h3><b>Progreso en la fase de grupos</b></h3><p><b>Grupo L: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/">Ghana empata con Inglaterra</a></p><p><b>Grupo K</b> : <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Colombia avanza a dieciseisavos de final.</a></p><p><b>Grupo J</b> : <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Argentina avanza a dieciseisavos de final.</a></p><p><b>Grupo I</b> : <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Francia y Noruega avanzan a dieciseisavos de final.</a></p><p><b>Grupo H: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">España lidera con 4 puntos.</a></p><p><b>Grupo G: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Egipto lidera con 4 puntos.</a></p><p><b>Grupo F</b> : <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">Países Bajos consigue 3 puntos</a></p><p><b>Grupo E</b> : <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Alemania avanza a dieciseisavos de final.</a></p><p><b>Grupo D: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/">Estados Unidos avanza a la ronda de 32.</a></p><p><b>Grupo C</b> : <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/">Brasil elimina a Haití</a></p><p><b>Grupo B: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Canadá y Suiza empatan en el primer lugar.</a></p><p><b>Grupo A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">México avanza a dieciseisavos de final.</a></p><h3><b>Calendario del torneo</b></h3><p><b>25 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , Curazao vs. Costa de Marfil, partido a las 16:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , Ecuador vs. Alemania, partido a las 16:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , Túnez vs. Países Bajos, partido a las 19:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , Japón vs. Suecia, partido a las 19:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , Turquía vs. Estados Unidos, partido a las 22:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , Paraguay vs. Australia, partido a las 22:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 15:00 a 01:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>26 de junio</b> : Hay seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Noruega vs. Francia, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Senegal vs. Irak, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Cabo Verde vs. Arabia Saudita, partido a las 20:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Uruguay vs. España, partido a las 20:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Nueva Zelanda vs. Bélgica, partido a las 23:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Egipto vs. Irán, partido a las 23:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>27 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Panamá vs. Inglaterra, partido a las 17:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Croacia vs. Ghana, partido a las 17:00 h. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Colombia vs. Portugal, partido a las 19:30 h. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Congo vs. Uzbekistán, partido a las 19:30 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Argelia vs. Austria, partido a las 22:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Jordania vs. Argentina, partido a las 22:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 16:00 a 01:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada</a> a las 19:30 h del 27 de junio. El estacionamiento es gratuito. El condado de Broward ofrece <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">transporte gratuito en autobús exprés</a> desde el estadio hasta el Miami Stadium, también conocido como Hard Rock, en Miami Gardens, para los poseedores de entradas para la Copa Mundial de la FIFA.</p><h3><b>Comienza la ronda de 32.</b></h3><p><b>28 de junio</b> : Hay un partido a las 15:00.</p><p><b>Fiesta para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>29 de junio</b> : Hay tres partidos a la 1 pm, 4:30 pm y 9 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>30 de junio</b> : Hay tres partidos a la 1 pm, a las 5 pm y a las 9 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>1 de julio</b> : Hay tres partidos a las 12:00, a las 16:00 y a las 21:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 11:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>2 de julio</b> : Hay tres partidos a las 15:00, 19:00 y 23:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>3 de julio</b> : Hay tres partidos a las 14:00, 18:00 y 21:30.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><h3><b>Comienza la ronda de octavos de final.</b></h3><p><b>4 de julio:</b> Hay dos partidos a la 1 pm y a las 5 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>5 de julio</b> : Hay dos partidos a las 16:00 y a las 20:00.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas el último día de 15:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>6 de julio</b> : Hay dos partidos a las 15:00 y a las 20:00.</p><p><b>7 de julio</b> : Hay dos partidos a las 12:00 y a las 16:00.</p><h3><b>Comienzan los cuartos de final</b></h3><p><b>9 de julio</b> : Hay un partido de cuartos de final a las 16:00.</p><p><b>10 de julio</b> : Hay un partido de cuartos de final a las 15:00.</p><p><b>11 de julio</b> : Hay dos partidos de cuartos de final a las 17:00 y a las 21:00.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada</a> a las 17:00 horas del 11 de julio. El aparcamiento es gratuito.</p><h3><b>Comienzan las semifinales</b></h3><p><b>14 de julio</b> : El festival de aficionados ha finalizado. Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm el 14 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><p><b>15 de julio</b> : Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 15 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><h3><b>Comienzan las finales</b></h3><p><b>18 de julio</b> : El partido por el tercer puesto se jugará a las 17:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a las 3 pm del 18 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final de bronce de las 5 pm.</p><p><b>Viaje al amanecer al estadio</b> : El Amerant Bank Arena ofrece estacionamiento gratuito para los poseedores de entradas para la Copa Mundial de la FIFA que utilicen <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">el servicio de autobús exprés gratuito</a> del condado de Broward para llegar al Miami Stadium, también conocido como Hard Rock, en Miami Gardens.</p><p><b>19 de julio</b> : El partido final es a las 15:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a la 1 pm del 19 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final que comienza a las 3 pm.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver la final el 19 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para los poseedores de entradas</a> . El estacionamiento es gratuito.</p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Información clave para los aficionados que asistan a los partidos en el Estadio de Miami.</a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Un guardia de seguridad fue acusado de robar un uniforme de árbitro de la FIFA de un hotel en Miami Beach.</a></li></ul><h3><b>Rastrea los grupos</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Colombia's vote may reshape the Amazon's future as political winds shift across Latin America]]></title><link>https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/</guid><dc:creator><![CDATA[By STEVEN GRATTAN, Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — The rise of Abelardo de la Espriella, a businessman and lawyer set to be Colombia's next president, is raising questions about whether political shifts underway across Latin America could reshape the future of the Amazon rainforest.]]></description><pubDate>Wed, 24 Jun 2026 19:39:19 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — The rise of Abelardo de la Espriella, a businessman and lawyer set to be Colombia's next president, is raising questions about whether political shifts underway across Latin America could reshape the future of the Amazon rainforest.</p><p>The Colombia election result comes as Peru appears poised to elect Keiko Fujimori as president following a closely contested vote. Meanwhile, Brazil is preparing for a presidential election that could push the country back to the right if Flávio Bolsonaro, son of former President Jair Bolsonaro, defeats President Luiz Inácio Lula da Silva.</p><p>The elections raise the possibility that countries with the largest shares of the Amazon could move toward policies that place greater emphasis on economic growth, extractive industries and efforts to combat organized crime and reassert state control in remote regions.</p><p>“There’s an interesting alignment, particularly across the Andes region and the broader Amazon basin,” said Elizabeth Dickinson, deputy director for Latin America at the International Crisis Group, referring to a growing belief among some governments that economic development and conservation can be pursued simultaneously.</p><p>Colombia's election results showed that de la Espriella, who was endorsed by U.S. President Donald Trump, defeated Iván Cepeda, a lawmaker who was endorsed by outgoing President Gustavo Petro, by 1 percentage point, or nearly 251,000 votes. Cepeda conceded on Wednesday.</p><p>The Amazon rainforest spans much of northern South America and helps slow climate change by absorbing large amounts of carbon dioxide, a greenhouse gas that warms the planet. Scientists have for years warned that continued forest loss could push parts of the Amazon toward a tipping point beyond which large areas may no longer be able to regenerate as rainforest.</p><p>Around 40% of Colombian territory sits within the Amazon basin. Under Petro, it emerged as one of the world’s most prominent advocates for rainforest protection and a transition away from fossil fuels.</p><p>Economic development and the Amazon</p><p>During his election campaign, de la Espriella — whose nickname is “The Tiger” — pledged to revive Colombia’s oil sector, supported fracking, which is a method of extracting oil and gas from underground rock formations, and argued that the country should make greater use of its natural resources to spur economic growth. Environmental advocates warn that expanding oil and gas production could undermine efforts to reduce emissions and increase pressure on environmentally sensitive areas.</p><p>De la Espriella represents a sharp contrast with Petro, who opposed new fossil fuel exploration contracts and sought to position Colombia as a leading voice internationally on climate issues.</p><p>Peru, which contains the second-largest share of the Amazon rainforest after Brazil, appears close to electing Fujimori. Like de la Espriella, Fujimori has signaled support for expanding mining and other industries as a driver of economic growth, while environmental groups have raised concerns about the potential implications for forests and Indigenous communities.</p><p>Brazil, which is home to roughly 60% of the Amazon, is preparing for a presidential race that could have major implications for forest protection. The election comes after the country experienced sharply rising deforestation under Bolsonaro, followed by declines under President Luiz Inácio Lula da Silva, as environmental enforcement was strengthened.</p><p>Brazil’s experience shows that government priorities can have a measurable impact on the Amazon, said Cristiane Mazzetti, zero deforestation lead at Greenpeace Brazil.</p><p>“The elected administration sets budgetary priorities, fills government positions and shapes regulations to either facilitate or hinder predatory exploitation and environmental crimes,” she said. “The result of this is measurable, as evidenced by the rate of deforestation in the Brazilian Amazon.”</p><p>Trump’s endorsement of Colombia's de la Espriella came as the U.S. president has rolled back climate policies, promoted expanded oil and gas production and withdrawn the U.S. from the 2015 Paris Agreement, the international pact aimed at limiting global warming.</p><p>Sergio Guzmán, director of Colombia Risk Analysis, said environmental concerns may increasingly compete with demands for investment, energy production and economic growth.</p><p>“Many of the concerns from environmentalists on emissions and fracking are going to take a second place to some of the economic concerns about energy self-sufficiency, investment and foreign direct investment in oil, gas and mining,” Guzmán said.</p><p>Illegal mining and Indigenous communities</p><p>Illegal gold mining has become one of the largest drivers of environmental destruction in parts of the Amazon, contaminating rivers with mercury, clearing forests and generating billions of dollars for criminal groups.</p><p>Dickinson said many governments have embraced tougher responses to illegal mining, an issue that has become increasingly central to environmental policy across the region.</p><p>“It’s very hard to disagree with the idea of going after illegal mining, one of the most detrimental industries for the Amazon basin,” she said, adding that governments have often focused on seizing equipment or removing miners from individual sites rather than dismantling the criminal and financial networks behind them.</p><p>“What we really haven’t reached is an ability to tackle the intellectual authors of these operations,” said Dickinson.</p><p>Decisions affecting Indigenous territories</p><p>Julio Cusurichi, a prominent Indigenous leader from Peru’s Amazon region, said Indigenous communities would continue organizing and advocating for a greater role in decisions affecting their territories.</p><p>“Our biodiversity, our territories, our knowledge and our wisdom can contribute greatly to addressing climate change,” he said. “In our territories, we have shown that we can provide governance not only for our peoples, but for the planet.”</p><p>Across the Amazon, Indigenous lands frequently overlap with areas targeted for mining, oil development and infrastructure projects. Indigenous organizations have long argued that governments often fail to adequately consult communities before approving projects.</p><p>Dickinson said tensions over Indigenous autonomy and extractive projects have become increasingly visible in countries including Peru and Ecuador.</p><p>Analysts say some of the clearest indicators of de la Espriella administration’s environmental approach will be how it handles Indigenous consultation processes, environmental licensing and decisions on new oil, gas and mining projects in sensitive ecosystems.</p><p>‘Allow humanity to breathe’</p><p>Guzmán said de la Espriella’s plans to increase military pressure on criminal groups and potentially resume aerial fumigation of coca crops — the plant used to produce cocaine — could also have consequences for Amazon communities.</p><p>Aerial fumigation has long been controversial in Colombia. Supporters view it as a tool to combat drug trafficking, while critics say it can damage surrounding vegetation, affect water sources and encourage coca growers to clear new areas of forest and move deeper into remote parts of the Amazon.</p><p>Others caution against assuming environmental protections will inevitably weaken.</p><p>Colombia's courts, Congress, Indigenous organizations and environmental institutions all remain influential, while advances in satellite monitoring make it increasingly difficult to hide deforestation and environmental damage, analysts said.</p><p>In Colombia’s Amazon city of Leticia, Indigenous Ticuna resident Arnaldo Rufino said many residents fear policies that encourage more extraction in the rainforest could come at the expense of the forest itself.</p><p>He said political leaders should focus on protecting biodiversity and the Amazon rather than pursuing projects that risk increasing environmental pressures.</p><p>“It means cutting down the trees that allow humanity to breathe,” Rufino said.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QAP76XYEGREYOVWP5NOGLS63E4.jpg?auth=d6c05920e44848626913cea4aed09947c576a7e2977f05bf981374af86f865ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A boat, with gasoline to be taken to illegal mining machinery, maneuvers past an area that was mined and is being reforested by Asociacion Nuestra Casa Comun, or Our Community House Association, near Paimado, Colombia, Sept. 24, 2024. (AP Photo/Ivan Valencia, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EXXLOIZ5FIJTZDLQHNOZQJV2R4.jpg?auth=aa82ed84d721cfdad383d38d2a4ae9810ffb036b511da9156c0e13ccbb587a68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement speaks to supporters from inside a bulletproof booth at a celebration rally after runoff election results showed him leading in Barranquilla, Colombia, June 21, 2026. (AP Photo/Ivan Valencia, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YTIUNCIITPY7HRG7XXIZJVVTDU.jpg?auth=1558351bc5be85026eb62bb370b18f894489c7da918ae0798c73bf4faf1419b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An illegal mining camp is visible from a Brazil Environmental Agency helicopter during an operation to try to contain illegal mining in Yanomami Indigenous territory, Roraima state, Brazil, Feb. 11, 2023. (AP Photo/Edmar Barros, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Edmar Barros</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B5UFPXCCBANMQ2H5OKP3IYJPKI.jpg?auth=335ae17a7f541a3b9bc32170385df1c6143df5df63354437491faca8ed3ff19d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A group of Indigenous women from across Ecuador's Amazon walk near a support beam for an oil pipeline as they travel through the region on what activists call a toxitour visiting oil fields in Sucumbios, Ecuador, Friday, March 6, 2026. (AP Photo/Dolores Ochoa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SVT7QAEHSZ3MMB2BYRPSNQRVZI.jpg?auth=799949898c91aa1833221e5b4a39f147a48c8d06e5a95ef83a431a3140d85306&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Javae River and the Boa Esperanca village of the Javae Indigenous group are visible on Bananal Island in Formoso do Araguaia, Tocantins state, Brazil, Friday, May 22, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5JFQOP5TC4LMEIHFQPPWHZOMAA.jpg?auth=0ee06e09528091cef3c388e88032762a0105da5a3cc58031a6a13d8512151740&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Men fish in the low levels of the Amazon River, on the outskirts of Leticia, Colombia, Oct. 21, 2024. (AP Photo/Ivan Valencia, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Rex, de perro vagabundo a oficial de la policía de Bolivia]]></title><link>https://www.local10.com/espanol/2026/06/24/rex-de-perro-vagabundo-a-oficial-de-la-policia-de-bolivia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/rex-de-perro-vagabundo-a-oficial-de-la-policia-de-bolivia/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Por su valor y lealtad, Rex —que hasta no hace mucho era un perro vagabundo— recibió el miércoles el grado honorífico de oficial de la Policía de Bolivia luego de unirse de forma voluntaria a los operativos de despeje de vías tras más de 50 días de protestas antigubernamentales.]]></description><pubDate>Wed, 24 Jun 2026 18:10:20 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Por su valor y lealtad, Rex —que hasta no hace mucho era un perro vagabundo— recibió el miércoles el grado honorífico de oficial de la Policía de Bolivia luego de unirse de forma voluntaria a los operativos de despeje de vías tras más de 50 días de protestas antigubernamentales.</p><p>El can, que no pertenece a una raza determinada, es grande y de pelaje café y negro. Tiene un caminar seguro y vivaz mientras mueve la cola a la par del efectivo policial que lo acompaña.</p><p>Lo que comenzó como un acercamiento casual en busca de alimento terminó en un fuerte vínculo con los efectivos, a quienes acompañó durante el desbloqueo de las principales rutas de Cochabamba, en el centro de Bolivia.</p><p>Con el paso de los días Rex demostró habilidades singulares. A diferencia de otras mascotas que huían de los estruendos provocados por las detonaciones de dinamita de los manifestantes, el perro permanecía firme. ”Él estaba siempre en la primera línea”, explicó a medios locales el coronel de la policía Wilson Flores, quien lideró el operativo.</p><p>El sábado el presidente boliviano Rodrigo Paz declaró el estado de excepción para frenar las movilizaciones que exigían su renuncia tras varios intentos de diálogo infructuosos.</p><p>El conflicto se extendió a cinco regiones del país y La Paz y Cochabamba fueron las más afectadas por los cortes de ruta que impidieron el paso de alimentos, combustible y oxígeno medicinal. Según reportes de la Defensoría del Pueblo, la crisis dejó un saldo de al menos 14 fallecidos, en su mayoría por no recibir atención médica oportuna.</p><p>Flores relató que el perro no tenía nombre y que Rex surgió en la urgencia del momento en que les gritó a sus colegas ”¡Agarren a Rex!”, para evitar que el animal corriera directo hacia una explosión.</p><p>Otros señalan que fue por el perro de la serie austriaca de televisión “Comisario Rex” de los años noventa.</p><p>Antes de la ceremonia Rex fue bañado, peinado y vestido con un uniforme de la policía boliviana. Además de recibir una condecoración por su valor, las autoridades policiales le asignaron un entrenador permanente en un acto en Cochabamba.</p><p>La policía lo ha declarado formalmente “héroe de cuatro patas” y destacó que, a pesar de tener libertad para marcharse, eligió quedarse fielmente junto al contingente.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ASX3ERHHWTQKD2PMHNYMBEVY6I.jpg?auth=263ec3bcebdcd996927fe9edfd5f37e085862ec4e6d58905e24e13f77224d56d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un perro callejero que fue adoptado por la policía durante una operación para despejar las carreteras bloqueadas por manifestantes antigubernamentales, al que llamaron Rex, es nombrado oficial durante una ceremonia en Cochabamba, Bolivia, el miércoles 24 de junio de 2026. (AP Foto/Dico Soliz)]]></media:description><media:credit role="author" scheme="urn:ebu">Dico Soliz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3RRLNPZSODJJOELDPRPK4KVP6Y.jpg?auth=6eb9bb578493b76844e7024fd88017f492bcbf3047a5492ce67940bc91943613&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un perro callejero que fue adoptado por la policía durante una operación para despejar las carreteras bloqueadas por manifestantes antigubernamentales, al que llamaron Rex, fue nombrado oficial durante una ceremonia en Cochabamba, Bolivia, el miércoles 24 de junio de 2026. (AP Foto/Dico Soliz)]]></media:description><media:credit role="author" scheme="urn:ebu">Dico Soliz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EFBAJ4F7S5PNVJV5ZUVG4WKWLM.jpg?auth=88ad2a03f939985c9337aa35353b360155497308469979cb55b0e07cbb065225&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un perro callejero, adoptado por la policía y al que llamó Rex, acompaña a los agentes para despejar las carreteras bloqueadas por manifestantes antigubernamentales en Llavini, Bolivia, el sábado 20 de junio de 2026. (AP Foto/Dico Soliz)]]></media:description><media:credit role="author" scheme="urn:ebu">Dico Soliz</media:credit></media:content></item><item><title><![CDATA[What Heat and Bucks fans are saying about the Giannis blockbuster trade]]></title><link>https://www.local10.com/sports/local/2026/06/24/what-heat-and-bucks-fans-are-saying-about-the-giannis-blockbuster-trade/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/24/what-heat-and-bucks-fans-are-saying-about-the-giannis-blockbuster-trade/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[Miami Heat fans across South Florida are celebrating after the team landed Giannis Antetokounmpo in a blockbuster trade, bringing one of the NBA’s biggest stars to South Florida.]]></description><pubDate>Wed, 24 Jun 2026 15:14:37 +0000</pubDate><content:encoded><![CDATA[<p>Miami Heat fans continued to celebrate Wednesday just one day after the team landed <a href="https://www.local10.com/topic/Giannis_Antetokounmpo/" target="_self" rel="" title="https://www.local10.com/topic/Giannis_Antetokounmpo/">Giannis Antetokounmpo</a> in a blockbuster trade, bringing one of the NBA’s biggest stars to South Florida.</p><p><a href="https://www.local10.com/news/local/2026/06/24/que-dicen-los-aficionados-del-heat-y-los-bucks-sobre-el-sonado-traspaso-de-giannis/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/que-dicen-los-aficionados-del-heat-y-los-bucks-sobre-el-sonado-traspaso-de-giannis/">Leer en español</a></p><p>“I was shocked. I was sleeping and then all my friends started texting me the news that we had got him,” Heat fan Victor Paneque said.</p><p>Known as the “Greek Freak,” Antetokounmpo is expected to bring star power and championship experience to a franchise looking to return to title contention.</p><p>“I was happy, grateful and also it’s pretty cool to see it,” said Heat fan Xavier Urbina.</p><p>The trade sends the 31-year-old from Milwaukee to Miami, exchanging Wisconsin winters for South Florida sunshine and ending months of speculation about his future.</p><p>“It was great. I was waiting for it,” Heat fan CC Bovee said. “I did not want him to go to the Celtics because I do not like the Boston Celtics.”</p><p>For many Heat supporters, the acquisition represents a major step forward after several seasons of falling short of championship expectations.</p><p>“Giannis has the courage, the playmaker, defense, offense. A ring,” Urbina said.</p><p>“I’m looking for Heat momentum, how we get better,” added Alvani Urbina. “The past couple of years without LeBron (James), (Dwyane) Wade retiring, (Chris) Bosh retiring” (have been tough). </p><p>Bovee believes Antetokounmpo’s style of play is a natural fit in Miami.</p><p>“His style will definitely fit in the Heat culture,” she said.</p><p>While Heat fans are celebrating, the move has left many Milwaukee supporters disappointed.</p><p>“He was so important to the city. I loved watching him play. I’m sad. I’m very sad,” Bucks fan Cal Branger said.</p><p>Branger and his wife, Isabelle, said they plan to continue cheering for Antetokounmpo despite the trade.</p><p>“Honestly, it kind of feels like a fever dream still,” Isabelle Branger said. “It feels like I got dumped a little bit, but the last two years there were whispers.”</p><p>“He’s one of the most exciting players to watch,” Cal Branger added. “Every time he goes to the basket or makes a great block. I would say enjoy him, please enjoy him.”</p><p>And don’t forget, you can watch Miami Heat games on Local 10 next season as WPLG Local 10 and the Heat announced a newly expanded media rights agreement, making Local 10 the home of HEAT basketball across South Florida! <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" rel="">CLICK HERE</a> for more information on how to watch!</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Qué dicen los aficionados del Heat y los Bucks sobre el sonado traspaso de Giannis]]></title><link>https://www.local10.com/news/local/2026/06/24/que-dicen-los-aficionados-del-heat-y-los-bucks-sobre-el-sonado-traspaso-de-giannis/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/que-dicen-los-aficionados-del-heat-y-los-bucks-sobre-el-sonado-traspaso-de-giannis/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[Los aficionados del Miami Heat en todo el sur de Florida están celebrando después de que el equipo adquirió a Giannis Antetokounmpo en un canje bomba, llevando a una de las mayores estrellas de la NBA al sur de Florida.]]></description><pubDate>Wed, 24 Jun 2026 18:05:34 +0000</pubDate><content:encoded><![CDATA[<p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Cape Verde goalkeeper Vozinha seeks new club after World Cup stardom, doesn't rule out Brazil move]]></title><link>https://www.local10.com/sports/2026/06/24/cape-verde-goalkeeper-vozinha-seeks-new-club-after-world-cup-stardom-doesnt-rule-out-brazil-move/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/cape-verde-goalkeeper-vozinha-seeks-new-club-after-world-cup-stardom-doesnt-rule-out-brazil-move/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[Vozinha, one of the sensations of the World Cup, is looking for a new club.]]></description><pubDate>Wed, 24 Jun 2026 19:24:58 +0000</pubDate><content:encoded><![CDATA[<p>Vozinha, one of the sensations of the World Cup, is looking for a new club.</p><p>And the 40-year-old Cape Verde goalkeeper hasn't ruled out playing in Brazil, where fans helped him reach immediate stardom on social media.</p><p>Vozinha said in an interview with Brazilian journalist and influencer Daniel Braune that his contract with second-division Portuguese club Chaves has ended and he wants to keep playing and is keen on finding a new team following his success in the tournament in the U.S., Mexico and Canada.</p><p>Vozinha attracted the attention of the soccer world after an outstanding performance in Cape Verde's 0-0 draw with European champion Spain in their opener on June 15. Cape Verde then drew 2-2 with Uruguay, one of South America's soccer powerhouses.</p><p>“I ended my contract with my previous club, Deportivo Chaves, and at the moment I still don't have anything,” he said. “I'm open to everything. Let's see what comes up.”</p><p>Vozinha said he wouldn't mind playing in Brazil, the country where another influencer, Casimiro Miguel, known as Cazé, helped him go from about 50,000 Instagram followers to nearly 16 million by promoting the goalkeeper's account.</p><p>“It would be good,” Vozinha said, smiling, in the interview published in Braune’s YouTube channel. “We’ll see.”</p><p>Vozinha said he definitely wants to try to make it to Brazil, at least to visit.</p><p>“If I have the opportunity, I'd like to go, also to thank everyone for all of their support," he said. "And I think that many of my teammates want to go as well.”</p><p>Vozinha said he spent time in Brazil when his former team in Angola, Progresso do Sambizanga, did its preseason in the country.</p><p>He said his idols while growing up included Belgian goalkeeper Michel Preud'homme, Dutchman Edwin van der Sar and Gianluigi Buffon of Italy.</p><p>His dream right now is to help Cape Verde — competing in the World Cup for the first time — advance from the group stage.</p><p>A win over Saudi Arabia on Friday in Houston will be enough to secure the team a spot in the round of 32, which would spark renewed celebrations in the nation of about half a million people off Africa’s West coast.</p><p>“My dream, and the dream of all Cape Verdeans, is to reach the next round,” he said. “It's huge just to be in the World Cup, and to advance when no one thought that we could even get a point, would be extraordinary.”</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V6ZZTIFDMOT2T6UBWZSRZ4LGDA.jpg?auth=5fbfeee59fc816eafb8984986ee3bea38b8886a4682e684e4013dd6cf782a223&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha waves to supporters following the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GLE4EOZYVKIPHH7JZ4MTBC6CAA.jpg?auth=1ab1a9366cdb6490e8293fccca8c17dad6c962b1c634b6a93ce071d482a18307&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha (1) dive stopped take the ball during the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4WJLR7OQGXTYPC6YJUDJKFHVRE.jpg?auth=729e9d006ad1fc6e28caf718224548342eccdcb6aaa7689fa249544923e420fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha, right, and teammates wave to supporters following the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WDI4O4S5TTL7E2H2WIL4CM57BM.jpg?auth=88ec9b27ad43b65bcd325bdfbe2c234e15eedfe46017de54a5aa2529e4475106&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha, center, celebrates at the end of the World Cup Group H soccer match between Uruguay and Cape Verde in Miami Gardens, Fla., Sunday, June 21, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NIQHVFDQSECGSQSDD6RJJ7ARIE.jpg?auth=e4cbb0b53380922012619f7507aebea0f5a7d1e781c8179a937899e1d5f64b39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maxi Araújo, de la selección de Uruguay, intenta disparar frente al arquero caboverdiano Vozinha, en un encuentro mundialista disputado el domingo 21 de junio de 2026 en Miami Gardens, Florida (AP Foto/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Investigation underway after man found dead inside SUV in Miami Gardens ]]></title><link>https://www.local10.com/news/local/2026/06/24/investigation-underway-after-man-found-dead-inside-suv-in-miami-gardens/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/investigation-underway-after-man-found-dead-inside-suv-in-miami-gardens/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miami Gardens police are investigating after what appeared to be a body was found inside a vehicle Wednesday morning.]]></description><pubDate>Wed, 24 Jun 2026 17:49:09 +0000</pubDate><content:encoded><![CDATA[<p>Miami Gardens police are investigating after they said a man was found dead inside an SUV Wednesday morning.</p><p><a href="https://www.local10.com/news/local/2026/06/24/investigan-hallazgo-de-hombre-muerto-dentro-de-suv-en-miami-gardens/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/investigan-hallazgo-de-hombre-muerto-dentro-de-suv-en-miami-gardens/">Leer en español</a></p><p>According to the Miami Gardens Police Department, officers responded around 9:55 a.m. to the 1400 block of Northwest 208th Street after receiving a report of an “unresponsive male.” </p><p>Investigators said a person arrived at the location to retrieve a vehicle when they found the man unresponsive inside another vehicle and immediately contacted police.</p><p>They said Miami-Dade Fire Rescue medics responded to the scene and pronounced the man deceased. </p><p>Authorities have not released information on the man’s age or identity. </p><p>Police said the circumstances surrounding the death remain under investigation. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DMTWB2B2NZB47FYQTICPX4PZZA.jpeg?auth=73396a20af8c2042795392699d12d5d81a0fd889002636cc47cbbcec16998eb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Investigan hallazgo de hombre muerto dentro de SUV en Miami Gardens]]></title><link>https://www.local10.com/news/local/2026/06/24/investigan-hallazgo-de-hombre-muerto-dentro-de-suv-en-miami-gardens/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/investigan-hallazgo-de-hombre-muerto-dentro-de-suv-en-miami-gardens/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La policía de Miami Gardens investiga después de que lo que parecía ser un cuerpo fue hallado dentro de un vehículo la mañana del miércoles.]]></description><pubDate>Wed, 24 Jun 2026 18:01:51 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Miami Gardens investiga después de que un hombre fue encontrado muerto dentro de una SUV la mañana del miércoles.</p><p>Según el Departamento de Policía de Miami Gardens, los agentes respondieron alrededor de las 9:55 a.m. a la cuadra 1400 de Northwest 208th Street tras recibir un reporte de un “hombre inconsciente”.</p><p>Los investigadores indicaron que una persona llegó al lugar para recoger un vehículo cuando encontró al hombre inconsciente dentro de otro vehículo y se comunicó de inmediato con la policía.</p><p>Indicaron que paramédicos de Miami-Dade Fire Rescue respondieron a la escena y declararon al hombre muerto.</p><p>Las autoridades no han divulgado información sobre la edad o la identidad del hombre.</p><p>La policía informó que las circunstancias que rodean la muerte continúan bajo investigación.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DMTWB2B2NZB47FYQTICPX4PZZA.jpeg?auth=73396a20af8c2042795392699d12d5d81a0fd889002636cc47cbbcec16998eb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Aficionados de Brasil y Escocia comienzan a llegar al Miami Stadium antes del partido del Grupo C]]></title><link>https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-comienzan-a-llegar-al-miami-stadium-antes-del-partido-del-grupo-c/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-comienzan-a-llegar-al-miami-stadium-antes-del-partido-del-grupo-c/</guid><dc:creator><![CDATA[Saira Anwer, Andrea Torres]]></dc:creator><description><![CDATA[Los cuatro equipos del Grupo C que compiten por avanzar a la ronda de 32 de la Copa Mundial de la FIFA 2026 son Brasil (5), Marruecos (11), Haití (84) y Escocia (36).]]></description><pubDate>Wed, 24 Jun 2026 17:58:40 +0000</pubDate><content:encoded><![CDATA[<p>Tras una odisea desde el Reino Unido y Boston hasta el sur de Florida, los esperanzados aficionados escoceses se dieron cita en el estadio de Miami <a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/">el miércoles por</a> la mañana, más de siete horas antes del partido contra Brasil.</p><p>El calor no disuadió al Tartan Army de lucir sus faldas escocesas hechas de lana peinada al 100% a las afueras del estadio, más conocido como el Hard Rock Stadium en Miami Gardens.</p><p>Algunos escoceses de las Tierras Altas caminaban por la calle con latas de cerveza abiertas en bolsas de papel antes del almuerzo. Hicieron gala de su fama de bebedores empedernidos durante un partido de los Miami Marlins en el LoanDepot Park y probaron la oferta en los bares del barrio de Little Havana en Miami.</p><p>Los que tenían boleto hicieron bien en llegar temprano. Los servicios de transporte compartido solo llegan a puntos de conexión lejanos, así que tendrán que caminar algunas cuadras. También tendrán que hacer fila al aire libre, sin protección contra el sol, para pasar un estricto control de seguridad.</p><p>Los aficionados tendrán que volver a hacer cola sin resguardarse, mientras esperan para subir a los autobuses escolares amarillos que los dejarán a las afueras del estadio, donde tendrán que volver a hacer cola.</p><p>La FIFA cuenta con una zona para aficionados fuera del estadio donde no se acepta efectivo. Las puertas del estadio abren a las 15:00, tan solo 3 horas antes del inicio del partido.</p><p>Para los equipos del Grupo C, la fase de grupos del Mundial finaliza el miércoles por la noche. Tras los dos partidos que se disputarán a las 18:00, los dos equipos con más puntos avanzarán a la siguiente fase del torneo: <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">los dieciseisavos de final</a> .</p><p>Brasil llega con cuatro puntos y Escocia con tres. Independientemente del ganador del miércoles por la noche, ambos podrían avanzar. Haití juega contra Marruecos en Atlanta, Georgia.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 4 pm del 24 de junio en The Bandshell, en 7275 Collins Ave., para el partido entre Escocia y Brasil que comienza a las 6 pm.</p><h3><b>Progreso del Grupo C</b></h3><figure><img src="https://www.local10.com/resizer/v2/VBIKQQTZNRDVPC6EXUUPKOQ32E.jpg?auth=b01faefea96964489caf0c169823938913a869d14214ebc3b31dabb32e6ffd34&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>19 DE JUNIO:</b> DÍA 2</p><p><b>Brasil consigue 3 puntos</b></p><figure><img src="https://www.local10.com/resizer/v2/3E7YOCVKZOJA2WBOQWXCHXJXMY.jpg?auth=5d0b21a0b79428ad0268c22d64d68a9754e2a9161aca1dbdd764162d895a41d3&smart=true&width=1200&height=900" alt="Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)" height="900" width="1200"/><figcaption>Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)</figcaption></figure><ul><li><b>Análisis del partido</b>&nbsp;:&nbsp;<a href="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/">Matheus Cunha anota 2 goles y Brasil elimina a Haití del Mundial con una victoria por 3-0.</a></li></ul><p><b>Marruecos consigue 3 puntos.</b></p><ul><li><b>Cobertura previa al partido</b>&nbsp;:&nbsp;<a href="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/">Los aficionados escoceses han llegado a Boston para la Copa del Mundo y los bares están teniendo dificultades para dar abasto.</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>13 DE JUNIO:</b></a><b> DÍA 1</b></p><figure><img src="https://www.local10.com/resizer/v2/4RPQCEJKMCMZ352DVESTYRO3T4.jpg?auth=8366dacf1e73eec19711304b9f1bd05ce31f019bdc497b4891645aebb6426715&smart=true&width=1200&height=900" alt="Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)" height="900" width="1200"/><figcaption>Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)</figcaption></figure><p><b>Brasil y Marruecos obtienen 1 punto cada uno.</b></p><ul><li><b>Análisis del partido:&nbsp;</b><a href="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/">Brasil remonta para lograr un empate 1-1 contra Marruecos en su debut en el Mundial gracias al gol de Vinícius Júnior.</a></li><li><b>Vídeo del partido de la FIFA</b>&nbsp;:&nbsp;<a href="https://www.youtube.com/watch?v=i3Xe1ALvfgQ" target="_self" rel="" title="https://www.youtube.com/watch?v=i3Xe1ALvfgQ">Ismael Saibari de Marruecos anota.</a></li><li><b>Vídeo del juego FIFA</b>&nbsp;:&nbsp;<a href="https://www.youtube.com/watch?v=zKPmHQwyOtU" target="_self" rel="" title="https://www.youtube.com/watch?v=zKPmHQwyOtU">¡Un especial de Vinicius Jr.!</a></li></ul><p><b>Escocia consigue 3 puntos tras jugar contra Haití.</b></p><figure><img src="https://www.local10.com/resizer/v2/E3BUB4HUC52T7HJZHFHHGRE6Z4.jpg?auth=aee87d45e5fc3b073e759f0064ba85d7b86fd23d1fe6565bb7a3df4f5868fa4d&smart=true&width=1200&height=900" alt="Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)" height="900" width="1200"/><figcaption>Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)</figcaption></figure><ul><li><b>Análisis del partido</b>&nbsp;:&nbsp;<a href="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/">Escocia celebra su 28.º aniversario de ausencia en la Copa del Mundo con una victoria por 1-0 sobre Haití en el Grupo C.</a></li><li><b>Vídeo del partido de FIFA</b>&nbsp;:&nbsp;<a href="https://www.youtube.com/watch?v=kg3_vkhWVf4" target="_self" rel="" title="https://www.youtube.com/watch?v=kg3_vkhWVf4">John McGinn de Escocia anota.</a></li><li><b>Historia previa al partido</b>&nbsp;:&nbsp;<a href="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/">El tan esperado regreso de Haití a la Copa del Mundo conlleva un desafío formidable.</a></li></ul><h3><b>Calendario del torneo</b></h3><p><b>25 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , Curazao vs. Costa de Marfil, partido a las 16:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , Ecuador vs. Alemania, partido a las 16:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , Túnez vs. Países Bajos, partido a las 19:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , Japón vs. Suecia, partido a las 19:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , Turquía vs. Estados Unidos, partido a las 22:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , Paraguay vs. Australia, partido a las 22:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 15:00 a 01:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>26 de junio</b> : Hay seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Noruega vs. Francia, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Senegal vs. Irak, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Cabo Verde vs. Arabia Saudita, partido a las 20:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Uruguay vs. España, partido a las 20:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Nueva Zelanda vs. Bélgica, partido a las 23:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Egipto vs. Irán, partido a las 23:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>27 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Panamá vs. Inglaterra, partido a las 17:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Croacia vs. Ghana, partido a las 17:00 h. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Colombia vs. Portugal, partido a las 19:30 h. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Congo vs. Uzbekistán, partido a las 19:30 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Argelia vs. Austria, partido a las 22:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Jordania vs. Argentina, partido a las 22:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 16:00 a 01:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada</a> a las 19:30 h del 27 de junio. El estacionamiento es gratuito. El condado de Broward ofrece <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">transporte gratuito en autobús exprés</a> desde el estadio hasta el Miami Stadium, también conocido como Hard Rock, en Miami Gardens, para los poseedores de entradas para la Copa Mundial de la FIFA.</p><h3><b>Comienza la ronda de 32.</b></h3><p><b>28 de junio</b> : Hay un partido a las 15:00.</p><p><b>Fiesta para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>29 de junio</b> : Hay tres partidos a la 1 pm, 4:30 pm y 9 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>30 de junio</b> : Hay tres partidos a la 1 pm, a las 5 pm y a las 9 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>1 de julio</b> : Hay tres partidos a las 12:00, a las 16:00 y a las 21:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 11:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>2 de julio</b> : Hay tres partidos a las 15:00, 19:00 y 23:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>3 de julio</b> : Hay tres partidos a las 14:00, 18:00 y 21:30.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><h3><b>Comienza la ronda de octavos de final.</b></h3><p><b>4 de julio:</b> Hay dos partidos a la 1 pm y a las 5 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>5 de julio</b> : Hay dos partidos a las 16:00 y a las 20:00.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas el último día de 15:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>6 de julio</b> : Hay dos partidos a las 15:00 y a las 20:00.</p><p><b>7 de julio</b> : Hay dos partidos a las 12:00 y a las 16:00.</p><h3><b>Comienzan los cuartos de final</b></h3><p><b>9 de julio</b> : Hay un partido de cuartos de final a las 16:00.</p><p><b>10 de julio</b> : Hay un partido de cuartos de final a las 15:00.</p><p><b>11 de julio</b> : Hay dos partidos de cuartos de final a las 17:00 y a las 21:00.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada</a> a las 17:00 horas del 11 de julio. El aparcamiento es gratuito.</p><h3><b>Comienzan las semifinales</b></h3><p><b>14 de julio</b> : El festival de aficionados ha finalizado. Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm el 14 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><p><b>15 de julio</b> : Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 15 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><h3><b>Comienzan las finales</b></h3><p><b>18 de julio</b> : El partido por el tercer puesto se jugará a las 17:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a las 3 pm del 18 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final de bronce de las 5 pm.</p><p><b>Viaje al amanecer al estadio</b> : El Amerant Bank Arena ofrece estacionamiento gratuito para los poseedores de entradas para la Copa Mundial de la FIFA que utilicen <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">el servicio de autobús exprés gratuito</a> del condado de Broward para llegar al Miami Stadium, también conocido como Hard Rock, en Miami Gardens.</p><p><b>19 de julio</b> : El partido final es a las 15:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a la 1 pm del 19 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final que comienza a las 3 pm.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver la final el 19 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para los poseedores de entradas</a> . El estacionamiento es gratuito.</p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Información clave para los aficionados que asistan a los partidos en el Estadio de Miami.</a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Un guardia de seguridad fue acusado de robar un uniforme de árbitro de la FIFA de un hotel en Miami Beach.</a></li></ul><h3><b>Rastrea los grupos</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Police seek senior reported missing in Fort Lauderdale ]]></title><link>https://www.local10.com/news/local/2026/06/24/police-seek-senior-reported-missing-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/police-seek-senior-reported-missing-in-fort-lauderdale/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Fort Lauderdale police are searching for a 70-year-old woman who they said has been missing since Tuesday. ]]></description><pubDate>Wed, 24 Jun 2026 16:33:58 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale police are searching for a 70-year-old woman who they said has been reported missing. </p><p><a href="https://www.local10.com/news/local/2026/06/24/la-policia-de-fort-lauderdale-busca-a-una-mujer-de-70-anos-que-segun-informaron-las-autoridades-esta-desaparecida-desde-el-martes/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/la-policia-de-fort-lauderdale-busca-a-una-mujer-de-70-anos-que-segun-informaron-las-autoridades-esta-desaparecida-desde-el-martes/">Leer en español</a></p><p>Police said Erna Alceus was last seen Tuesday near the 2900 block of Northwest 19th Street.</p><p>They said Alceus is known to travel by bus. </p><p>Detectives determined she was last seen boarding a bus around 9:15 a.m. Tuesday and later got off near Commercial Boulevard and Northwest 31st Avenue. </p><p>Police described Alceus as a Black woman who is 5 feet, 5 inches tall and weighs about 185 pounds. </p><p>They said she was last seen wearing a white or off-white dress, white sandals and carrying a white bag. Police said her hair was styled in a high bun.</p><p>Anyone with information on Alceus’ whereabouts is asked to contact their local police department.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HJWXSOFXD5HLRJRII3LLM5JHWU.jpg?auth=6872e123d30409e83c40df778d6618fa620e26fbed654e04ceb798b7befae2ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[La policía de Fort Lauderdale busca a una mujer de 70 años que, según informaron las autoridades, está desaparecida desde el martes.]]></title><link>https://www.local10.com/news/local/2026/06/24/la-policia-de-fort-lauderdale-busca-a-una-mujer-de-70-anos-que-segun-informaron-las-autoridades-esta-desaparecida-desde-el-martes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/la-policia-de-fort-lauderdale-busca-a-una-mujer-de-70-anos-que-segun-informaron-las-autoridades-esta-desaparecida-desde-el-martes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La policía de Fort Lauderdale busca a una mujer de 70 años que, según informaron las autoridades, está desaparecida desde el martes.]]></description><pubDate>Wed, 24 Jun 2026 17:53:19 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Fort Lauderdale busca a una mujer de 70 años que fue reportada como desaparecida.</p><p>La policía informó que Erna Alceus fue vista por última vez el martes cerca de la cuadra 2900 de Northwest 19th Street.</p><p>Indicaron que Alceus suele desplazarse en autobús.</p><p>Los detectives determinaron que fue vista por última vez abordando un autobús alrededor de las 9:15 a.m. del martes y que posteriormente descendió cerca de Commercial Boulevard y Northwest 31st Avenue.</p><p>La policía describió a Alceus como una mujer negra de 5 pies y 5 pulgadas de estatura y aproximadamente 185 libras de peso.</p><p>Indicaron que fue vista por última vez vistiendo un vestido blanco o color crema, sandalias blancas y llevando un bolso blanco. La policía informó que llevaba el cabello recogido en un moño alto.</p><p>Cualquier persona con información sobre el paradero de Alceus debe comunicarse con su departamento de policía local.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HJWXSOFXD5HLRJRII3LLM5JHWU.jpg?auth=6872e123d30409e83c40df778d6618fa620e26fbed654e04ceb798b7befae2ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Alibaba sues the US Defense Department in a bid to remove 'Chinese military company' designation]]></title><link>https://www.local10.com/business/2026/06/24/alibaba-sues-the-us-defense-department-in-a-bid-to-remove-chinese-military-company-designation/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/alibaba-sues-the-us-defense-department-in-a-bid-to-remove-chinese-military-company-designation/</guid><dc:creator><![CDATA[By DIDI TANG, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Chinese tech giant Alibaba has sued the U.S. Department of Defense, demanding that it be removed from the Pentagon's list of Chinese military companies that prohibits them from landing U.S. defense contracts and carries reputational damage.]]></description><pubDate>Wed, 24 Jun 2026 17:48:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Chinese tech giant Alibaba has sued the U.S. Department of Defense, demanding that it be removed from the Pentagon's list of Chinese military companies that prohibits them from landing U.S. defense contracts and carries reputational damage.</p><p>In the petition filed this week in the San Jose division of the U.S. District Court in the Northern District of California, Alibaba, which is publicly traded on the New York Stock Exchange, argued that the designation, announced on June 8, has “no basis in fact or law" and that the Pentagon failed to reach its conclusion through any fair process.</p><p>It is the latest lawsuit by a Chinese company against the Pentagon over such national security labels.</p><p>In 2021, with some in Washington seeing China as a growing military threat, Congress asked the department to create a list of Chinese companies directly controlled by the Chinese military and security forces, as well as those it believed had contributed to the country's defense industrial base.</p><p>The current list includes 188 entities ranging from state-owned defense businesses, to private-sector tech companies like Alibaba and the robotics company Unitree. The designations have drawn protests from both the Chinese government and some of the targeted companies.</p><p>On Monday, Beijing announced sanctions on 10 American military-related companies, raising the risk of elevating tensions between the two countries at a time when Beijing and Washington are seeking to stabilize relations.</p><p>WuXi AppTec Co., a company that provides research, development and manufacturing services to hundreds of U.S. pharmaceutical and life sciences companies, has also been added to the list. According to the Pentagon, the company is “indirectly owned” by China's state-owned Assets Supervision and Administration Commission. The Pentagon says it's also “indirectly affiliated” with the State Administration of Science, Technology and Industry for National Defense and the People's Liberation Army.</p><p>WuXi AppTec is challenging the decision in the federal district court in the District of Columbia. In the petition filed on June 11, the company said the label has “already caused and will continue to cause several and irreparable harms.” It called the designation “the product of political pressure and inaccurate, unsupported assertions.”</p><p>In a petition Tuesday, Alibaba said the company is losing backers in the U.S. and that the damage is significant because the company depends on the trust of its U.S. partners.</p><p>The Pentagon asserts that Alibaba not only is affiliated with the China's Assets Supervision and Administration Commission, but that it contributes to the nation's industrial defense complex through its affiliation with China's Ministry of Industry and Information Technology.</p><p>Alibaba said in its petition that it is governed by an independent board and holds no military certification or license. The company has no relationship with the Assets Supervision and Administration Commission, it said, and that like all companies operating in China, including U.S. companies, regulatory compliance with the ministry is mandatory.</p><p>“A regulator is not an affiliate,” reads the petition.</p><p>A U.S. judge last year ruled against DJI Technology, a Chinese drone maker, in its bid to be removed from the Pentagon's list. DJI is appealing the case.</p><p>__</p><p>AP Business Writer Chan Ho-him in Hong Kong contributed</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IX5ZLOVJARHFAMDO6GFYXFPNIA.jpg?auth=550b44726c8d4dbe76faba4547ebf58b2e9d9ed3f1c972092574536f8d5ec664&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man stands near a poster promoting the AI agent from Alibaba at the China International Supply Chain Expo in Beijing on Monday, June 22, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ASPHAHNTRSFFVL35I6RVTA7O6E.jpg?auth=105f7a2dccb101838d5eaaad3496e271d518b60408fa1faf59fce426bff5ca82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is pictured in Washington, Thursday, June 11, 2026. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Es temporada de polvo del Sahara, así se perfila este año]]></title><link>https://www.local10.com/news/local/2026/06/24/es-temporada-de-polvo-del-sahara-asi-se-perfila-este-ano/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/es-temporada-de-polvo-del-sahara-asi-se-perfila-este-ano/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Es la época del año en la que enormes nubes de polvo provenientes del desierto del Sahara, en África, recorren miles de kilómetros a través del océano Atlántico hasta llegar a las costas de Florida y del litoral estadounidense del Golfo.]]></description><pubDate>Wed, 24 Jun 2026 14:41:54 +0000</pubDate><content:encoded><![CDATA[<p>Es la época del año en la que enormes nubes de polvo provenientes del desierto del Sahara, en África, recorren miles de kilómetros a través del océano Atlántico hasta llegar a las costas de Florida y del litoral estadounidense del Golfo.</p><figure><img src="https://www.local10.com/resizer/v2/ZGWFULUOKNED7GQMI2Q37SYEFI.gif?auth=f255214c90cae0112b39ae564de8a2062d25c0f17b81cfa80009239eaa610866&smart=true&width=1200&height=900" alt="Dust forecast through Sunday evening (June 28th) from the ECMWF Copernicus Atmosphere Monitoring Service (CAMS). Credit: weathermodels.com." height="900" width="1200"/><figcaption>Dust forecast through Sunday evening (June 28th) from the ECMWF Copernicus Atmosphere Monitoring Service (CAMS). Credit: weathermodels.com.</figcaption></figure><p>Cuando este polvo llega, no solo modifica el aspecto del cielo —al crear durante el día una bruma blanquecina con tonos ocres y hacer que los atardeceres luzcan más intensos y coloridos—, sino que también influye en las condiciones meteorológicas, al reducir la probabilidad de las típicas tormentas vespertinas y, con frecuencia, deteriorar la calidad del aire.</p><p>Para nosotros en el sur de Florida, la mayor concentración de polvo del Sahara desde principios de junio llegará en los próximos días y permanecerá hasta inicios de la próxima semana, reduciendo las probabilidades de lluvia y aumentando el riesgo asociado al calor del verano, con sensaciones térmicas cercanas a los 105 grados.</p><p><b>¿Cómo se perfila el polvo en el Atlántico?</b></p><p>Pero en el Atlántico tropical en general, donde las nubes de polvo del Sahara del tamaño de continentes pueden dificultar la formación de posibles huracanes, los niveles de polvo se han mantenido muy por debajo del promedio de cara a las semanas que suelen marcar el pico de la temporada de polvo sahariano.</p><p>Desde principios de mayo, las concentraciones de polvo del Sahara en el Atlántico Norte tropical han sido las terceras más bajas registradas, solo por detrás de 2023 y 2019.</p><figure><img src="https://www.local10.com/resizer/v2/ZOPT7SIHAZGELDYGPBVWRJTQ2E.png?auth=cfb95da5b1bb922655cb44f55e970a908e5543df297e8ef36ea9c8cad0f9a74a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>El polvo del Sahara —conocido más específicamente como la Capa de Aire Sahariano (SAL, por sus siglas en inglés)— es uno de los factores que mantiene baja la actividad tropical durante los primeros meses de la temporada de huracanes. Cuando la SAL es intensa, no solo ayuda a disipar las tormentas organizadas al aportar grandes cantidades de aire seco y cargado de polvo, sino que la base de esta nube también incrementa la cizalladura del viento, lo que dificulta aún más el desarrollo de huracanes.</p><p>La temporada de polvo del Sahara suele disminuir rápidamente en agosto, por lo que deja de ser un factor importante durante el periodo de mayor actividad de la temporada de huracanes. Afortunadamente, este año el océano Atlántico presenta temperaturas inusualmente frescas y una cizalladura del viento mucho más intensa de lo habitual, impulsada por el fortalecimiento de El Niño, lo que ayudará a frenar la actividad tropical al inicio de la temporada.</p><p>Vale la pena seguir de cerca el comportamiento del polvo del Sahara durante los primeros meses de la temporada de huracanes, ya que concentraciones más bajas sobre el Atlántico tropical pueden ser un indicio de ondas tropicales africanas más débiles, conocidas como Ondas del Este Africanas, o de un debilitamiento de la corriente de vientos sobre África occidental, denominada Chorro del Este Africano (AEJ, por sus siglas en inglés), fenómenos que pueden influir en la formación de sistemas tropicales más adelante en la temporada.</p><p>Por ahora, la actual masa de polvo del Sahara, junto con una amplia franja de fuerte cizalladura del viento sobre el Atlántico tropical, mantendrá inhibido el desarrollo de sistemas tropicales organizados al menos hasta finales de la próxima semana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K2BSRIWPANCTPMKZQ4HWBZ6CGM.png?auth=59e4ff9dc1e48d8a497447a1ef92230cd3363ac2a542e204a267ec00e8802e73&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Saharan dust cloud pushing off northern Africa into the Atlantic on Monday. Credit: NASA.]]></media:description></media:content></item><item><title><![CDATA[Hard Rock Cafe ending Bayside Marketplace run after more than 3 decades]]></title><link>https://www.local10.com/news/local/2026/06/24/hard-rock-cafe-ending-bayside-marketplace-run-after-more-than-3-decades/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/hard-rock-cafe-ending-bayside-marketplace-run-after-more-than-3-decades/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A longtime Miami restaurant is preparing to close its doors.]]></description><pubDate>Wed, 24 Jun 2026 15:56:36 +0000</pubDate><content:encoded><![CDATA[<p>A longtime Miami restaurant is preparing to close its doors.</p><p>The Hard Rock Cafe at Bayside Marketplace will permanently close on Aug. 19, according to multiple reports and a Worker Adjustment and Retraining Notification (WARN) <a href="https://www.threads.com/@whatlayoff/post/DZ5hKnrFhq6" target="_self" rel="" title="https://www.threads.com/@whatlayoff/post/DZ5hKnrFhq6">notice filed with the state</a> on Saturday. </p><p><a href="https://www.local10.com/news/local/2026/06/24/hard-rock-cafe-pone-fin-a-su-etapa-en-bayside-marketplace-tras-mas-de-tres-decadas/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/hard-rock-cafe-pone-fin-a-su-etapa-en-bayside-marketplace-tras-mas-de-tres-decadas/">Leer en español</a></p><p>According to the notice, the closure will result in 117 employees losing their jobs, including servers, cooks, bartenders, bussers and managers.</p><p>The restaurant, located at 401 Biscayne Blvd., first opened in September 1993 and has operated for more than three decades at the popular waterfront shopping and entertainment destination in downtown Miami.</p><p>According to the <a href="https://www.bizjournals.com/southflorida/news/2026/06/22/hard-rock-cafe-to-close-after-thirty-years.html" target="_self" rel="" title="https://www.bizjournals.com/southflorida/news/2026/06/22/hard-rock-cafe-to-close-after-thirty-years.html">South Florida Business Journal</a>, a Hard Rock Cafe spokesperson said the restaurant’s lease is set to expire this year, and the decision was made not to renew it.</p><p>Sky 10 flew over the restaurant Wednesday, showing the iconic location as it prepares to shut down.</p><p>The Miami Herald <a href="https://www.miamiherald.com/miami-com/restaurants/article316233804.html" target="_self" rel="" title="https://www.miamiherald.com/miami-com/restaurants/article316233804.html">reported</a> that the Hard Rock Cafe at the Seminole Hard Rock Hotel &amp; Casino in Hollywood will remain open.</p><p>The Bayside location was one of the brand’s most recognizable South Florida restaurants after opening during the early 1990s as Hard Rock expanded beyond its original London cafe, which debuted in 1971.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GLCHPPRFIJFGXKOJCMC225WQZ4.jpeg?auth=e8932d154b14001f6f3c2cace0b5e67a7fe808fd51688c8dd123bf7f0e59e1e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hard Rock Cafe pone fin a su etapa en Bayside Marketplace tras más de tres décadas]]></title><link>https://www.local10.com/news/local/2026/06/24/hard-rock-cafe-pone-fin-a-su-etapa-en-bayside-marketplace-tras-mas-de-tres-decadas/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/hard-rock-cafe-pone-fin-a-su-etapa-en-bayside-marketplace-tras-mas-de-tres-decadas/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un restaurante emblemático de Miami se prepara para cerrar sus puertas.]]></description><pubDate>Wed, 24 Jun 2026 17:44:14 +0000</pubDate><content:encoded><![CDATA[<p>Un restaurante emblemático de Miami se prepara para cerrar sus puertas.</p><p>El Hard Rock Cafe de Bayside Marketplace cerrará permanentemente el 19 de agosto, según múltiples reportes y una notificación WARN (Worker Adjustment and Retraining Notification) <a href="https://www.threads.com/@whatlayoff/post/DZ5hKnrFhq6" target="_blank" rel="noreferrer" title="https://www.threads.com/@whatlayoff/post/DZ5hKnrFhq6">presentada ante el estado el sábado</a>.</p><p>Según la notificación, el cierre provocará la pérdida de empleo de 117 trabajadores, incluidos meseros, cocineros, cantineros, asistentes de servicio y gerentes.</p><p>El restaurante, ubicado en 401 Biscayne Blvd., abrió por primera vez en septiembre de 1993 y ha operado durante más de tres décadas en el popular destino de compras y entretenimiento frente al mar en el centro de Miami.</p><p>Según el <a href="https://www.bizjournals.com/southflorida/news/2026/06/22/hard-rock-cafe-to-close-after-thirty-years.html" target="_blank" rel="noreferrer" title="https://www.bizjournals.com/southflorida/news/2026/06/22/hard-rock-cafe-to-close-after-thirty-years.html">South Florida Business Journal</a>, un portavoz de Hard Rock Cafe indicó que el contrato de arrendamiento del restaurante vence este año y se tomó la decisión de no renovarlo.</p><p>Sky 10 sobrevoló el restaurante el miércoles, mostrando la icónica ubicación mientras se prepara para cerrar sus puertas.</p><p>El Miami Herald <a href="https://www.miamiherald.com/miami-com/restaurants/article316233804.html" target="_blank" rel="noreferrer" title="https://www.miamiherald.com/miami-com/restaurants/article316233804.html">informó</a> que el Hard Rock Cafe del Seminole Hard Rock Hotel &amp; Casino en Hollywood permanecerá abierto.</p><p>La ubicación de Bayside fue uno de los restaurantes más reconocibles de la marca en el sur de Florida después de abrir a principios de la década de 1990, cuando Hard Rock expandía su presencia más allá de su cafetería original en Londres, inaugurada en 1971.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GLCHPPRFIJFGXKOJCMC225WQZ4.jpeg?auth=e8932d154b14001f6f3c2cace0b5e67a7fe808fd51688c8dd123bf7f0e59e1e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[It’s Saharan dust season. Here’s how it’s shaping up]]></title><link>https://www.local10.com/weather/hurricane/2026/06/24/its-saharan-dust-season-heres-how-its-shaping-up/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/24/its-saharan-dust-season-heres-how-its-shaping-up/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[It’s the time of year giant plumes of dust heaved off the African continent from the Sahara Desert travel thousands of miles across the Atlantic, sprinkling down on the shoreline sands of Florida and the U.S. Gulf Coast.]]></description><pubDate>Wed, 24 Jun 2026 14:30:11 +0000</pubDate><content:encoded><![CDATA[<p>It’s the time of year giant plumes of dust heaved off the African continent from the Sahara Desert travel thousands of miles across the Atlantic, sprinkling down on the shoreline sands of Florida and the U.S. Gulf Coast.</p><p><a href="https://www.local10.com/news/local/2026/06/24/es-temporada-de-polvo-del-sahara-asi-se-esta-desarrollando/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/es-temporada-de-polvo-del-sahara-asi-se-esta-desarrollando/">Leer en español</a></p><p>The dust not only affects our skies when it arrives – dulling skies in the daytime with a milky, rust-like haze while sharpening sunsets with vibrant palettes – but also our weather, tamping down the odds of typical afternoon thunderstorms and often degrading air quality.</p><figure><img src="https://www.local10.com/resizer/v2/ZGWFULUOKNED7GQMI2Q37SYEFI.gif?auth=f255214c90cae0112b39ae564de8a2062d25c0f17b81cfa80009239eaa610866&smart=true&width=1200&height=900" alt="Dust forecast through Sunday evening (June 28th) from the ECMWF Copernicus Atmosphere Monitoring Service (CAMS). Credit: weathermodels.com." height="900" width="1200"/><figcaption>Dust forecast through Sunday evening (June 28th) from the ECMWF Copernicus Atmosphere Monitoring Service (CAMS). Credit: weathermodels.com.</figcaption></figure><p>For us in South Florida, the biggest push of Saharan dust since the start of June will arrive over the next few days and hang around into early next week, suppressing rain chances and raising the summer heat risk, with feels-like temperatures approaching 105 degrees.</p><h3><b>How is the dust shaping up across the Atlantic?</b></h3><p>But across the wider tropical Atlantic, where continent-sized clouds of Saharan dust can act like a thorn in the side of would-be hurricanes, the dust has been running well below average heading into what’s typically the peak weeks of the Saharan dust season. Since the start of May, Saharan dust concentrations across the tropical North Atlantic have been the third lowest on record (behind only 2023 and 2019).</p><figure><img src="https://www.local10.com/resizer/v2/ZOPT7SIHAZGELDYGPBVWRJTQ2E.png?auth=cfb95da5b1bb922655cb44f55e970a908e5543df297e8ef36ea9c8cad0f9a74a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The dust – more specifically known as the Saharan Air Layer or SAL – is one of the factors that keeps tropical activity low in the early months of the hurricane season. When the SAL is strong, it not only helps to extinguish organized thunderstorms through heaping helpings of dry, dusty air, but the base of the Saharan dust plume increases wind shear that doubles down against hurricane development.</p><p>Saharan dust season usually slacks off very quickly in August, so it becomes less of an overall player by the peak months of the hurricane season. Thankfully, this season, we have an unusually cool Atlantic and much stronger-than-average wind shear courtesy of a burgeoning El Niño to pick up the slack and help deter early-season tropical mischief.</p><p>It’s worth monitoring the progress of the Saharan dust during the early months of the hurricane season, as lower dust concentrations over the tropical Atlantic can portend weaker tropical disturbances known as African Easterly Waves or a weaker jet of winds over western Africa (the African Easterly Jet or AEJ) that can affect tropical seedlings later in the season.</p><p>For now, the current round of dust and belt of blistering wind shear over the tropical Atlantic will shut down organized activity at least into the latter part of next week.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K2BSRIWPANCTPMKZQ4HWBZ6CGM.png?auth=59e4ff9dc1e48d8a497447a1ef92230cd3363ac2a542e204a267ec00e8802e73&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Saharan dust cloud pushing off northern Africa into the Atlantic on Monday. Credit: NASA.]]></media:description></media:content></item><item><title><![CDATA[Es temporada de polvo del Sahara. Así se está desarrollando]]></title><link>https://www.local10.com/news/local/2026/06/24/es-temporada-de-polvo-del-sahara-asi-se-esta-desarrollando/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/es-temporada-de-polvo-del-sahara-asi-se-esta-desarrollando/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description></description><pubDate>Wed, 24 Jun 2026 17:40:18 +0000</pubDate><content:encoded><![CDATA[<p>It’s the time of year giant plumes of dust heaved off the African continent from the Sahara Desert travel thousands of miles across the Atlantic, sprinkling down on the shoreline sands of Florida and the U.S. Gulf Coast.</p><p>The dust not only affects our skies when it arrives – dulling skies in the daytime with a milky, rust-like haze while sharpening sunsets with vibrant palettes – but also our weather, tamping down the odds of typical afternoon thunderstorms and often degrading air quality.</p><figure><img src="https://www.local10.com/resizer/v2/ZGWFULUOKNED7GQMI2Q37SYEFI.gif?auth=f255214c90cae0112b39ae564de8a2062d25c0f17b81cfa80009239eaa610866&smart=true&width=1200&height=900" alt="Dust forecast through Sunday evening (June 28th) from the ECMWF Copernicus Atmosphere Monitoring Service (CAMS). Credit: weathermodels.com." height="900" width="1200"/><figcaption>Dust forecast through Sunday evening (June 28th) from the ECMWF Copernicus Atmosphere Monitoring Service (CAMS). Credit: weathermodels.com.</figcaption></figure><p>For us in South Florida, the biggest push of Saharan dust since the start of June will arrive over the next few days and hang around into early next week, suppressing rain chances and raising the summer heat risk, with feels-like temperatures approaching 105 degrees.</p><h3><b>How is the dust shaping up across the Atlantic?</b></h3><p>But across the wider tropical Atlantic, where continent-sized clouds of Saharan dust can act like a thorn in the side of would-be hurricanes, the dust has been running well below average heading into what’s typically the peak weeks of the Saharan dust season. Since the start of May, Saharan dust concentrations across the tropical North Atlantic have been the third lowest on record (behind only 2023 and 2019).</p><figure><img src="https://www.local10.com/resizer/v2/ZOPT7SIHAZGELDYGPBVWRJTQ2E.png?auth=cfb95da5b1bb922655cb44f55e970a908e5543df297e8ef36ea9c8cad0f9a74a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The dust – more specifically known as the Saharan Air Layer or SAL – is one of the factors that keeps tropical activity low in the early months of the hurricane season. When the SAL is strong, it not only helps to extinguish organized thunderstorms through heaping helpings of dry, dusty air, but the base of the Saharan dust plume increases wind shear that doubles down against hurricane development.</p><p>Saharan dust season usually slacks off very quickly in August, so it becomes less of an overall player by the peak months of the hurricane season. Thankfully, this season, we have an unusually cool Atlantic and much stronger-than-average wind shear courtesy of a burgeoning El Niño to pick up the slack and help deter early-season tropical mischief.</p><p>It’s worth monitoring the progress of the Saharan dust during the early months of the hurricane season, as lower dust concentrations over the tropical Atlantic can portend weaker tropical disturbances known as African Easterly Waves or a weaker jet of winds over western Africa (the African Easterly Jet or AEJ) that can affect tropical seedlings later in the season.</p><p>For now, the current round of dust and belt of blistering wind shear over the tropical Atlantic will shut down organized activity at least into the latter part of next week.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K2BSRIWPANCTPMKZQ4HWBZ6CGM.png?auth=59e4ff9dc1e48d8a497447a1ef92230cd3363ac2a542e204a267ec00e8802e73&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Saharan dust cloud pushing off northern Africa into the Atlantic on Monday. Credit: NASA.]]></media:description></media:content></item><item><title><![CDATA[Dior moves Paris men’s show earlier as heat wave grips city]]></title><link>https://www.local10.com/entertainment/2026/06/24/dior-moves-paris-mens-show-earlier-as-heat-wave-grips-city/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/dior-moves-paris-mens-show-earlier-as-heat-wave-grips-city/</guid><dc:creator><![CDATA[By THOMAS ADAMSON, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Dior moved its men’s Paris Fashion Week show to 9 a.m. Wednesday to avoid the extreme heat sweeping much of Western Europe. It still was not early enough.]]></description><pubDate>Wed, 24 Jun 2026 17:37:06 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Dior moved its men’s Paris Fashion Week show to 9 a.m. Wednesday to avoid the extreme heat sweeping much of Western Europe. It still was not early enough.</p><p>Guests arrived at the Musée Nissim de Camondo as a heat wave gripped Paris. Cold towels, strawberries and parasols were offered at the door.</p><p>Inside the mansion, where Northern Irish designer Jonathan Anderson showed his latest Dior men’s collection, the temperature rose quickly. Some guests appeared overcome and water was in limited supply.</p><p>The front row still delivered the expected star power. LaKeith Stanfield, Little Simz, James Marsden, Drew Starkey, Mike Faist, 070 Shake, Alexander Ludwig and Sam Nivola were among those at the show.</p><p>Anderson’s collection was about formality losing its grip — tuxedos loosened, denim ripped, sequins flashing, disco-ball boots stepping through a house built on old-world taste.</p><p>Dior described the mood as “a soiree turning into a house party.” Anderson called it “something quite formal becoming undone.”</p><p>That was the show’s clearest idea: the Dior man was not arriving at the party; he had stayed until morning.</p><p>The looks</p><p>Anderson opened with tailoring, but made it lighter and less fixed. Pinstripes and houndstooth were printed onto silk chiffon rather than woven, creating a look that was formal, yet transparent.</p><p>The collection pushed Dior’s codes into rougher territory. Sequined trousers resembled jeans, while ripped denim was finished with fine silver chains. A tuxedo came in a looser fit and pink denim shorts appeared under formal coats.</p><p>Accessories included crystal sunglasses, disco-ball boots and patchworked Japanese denim shirts.</p><p>The best looks worked because they kept Dior visible while disturbing it. A scarf motif came from 1979 Dior haute couture; silver embroidery borrowed from an 18th-century gentleman’s coat.</p><p>Boots were made to look deliberately disheveled, with tiny ladybirds across them.</p><p>It was not a rejection of Dior’s past. It was a way of making it move.</p><p>The setting</p><p>The Musée Nissim de Camondo gave the show weight.</p><p>The mansion, now closed for restoration, was built around Moïse de Camondo’s collection of 18th-century decorative arts, the same century that fascinated Christian Dior.</p><p>Anderson showed a collection about loosened formality in a house also caught between preservation and repair. Dior’s own notes described that “in-between” state as part of the point: beauty in imperfection.</p><p>The history of the place is also dark. Camondo’s son died in World War I, and later members of the family were deported and killed during the Holocaust.</p><p>The mansion now stands as both a museum and a memorial to loss.</p><p>Against that background, the show’s playfulness gave the clothes some tension. Anderson took things Dior already owns — the tuxedo, the Bar shape, couture embroidery, 18th-century decoration — and shifted them into a younger, messier register.</p><p>The result was one of Anderson’s clearest Dior outings so far.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S3QQKXJQTXTJQO2J7TYSCCLHLQ.jpg?auth=68d1946476b04288945db6d814d2ab106e2a418e82f17ac8017363ac9842b0c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations as part of the Dior Homme Spring Summer 2027 collection presented in Paris, France, Wednesday, June 24, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XTTW5MJFJQHVQ33FSCJJQ52U54.jpg?auth=cb066446bbeb09f1c788954321c19af1c1a20439630a1ba119470dddc0ab5b66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations as part of the Dior Homme Spring Summer 2027 collection presented in Paris, France, Wednesday, June 24, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AD7R7BPRWRVJVCFFDO3YQZSFTU.jpg?auth=63ff08f26392e1844afdfd797b1d075abf9d81af0d756d057f9d9849501161bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dylan Ennis poses for photographers at the photo call for the Dior Homme Spring Summer 2027 collection presented in Paris, France, Wednesday, June 24, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M5ZOCWVJHFGKODJWUDINMEM5DI.jpg?auth=ae53d829887fa0c89cb4e98e2a0ff6c959bb10beec308a6ab53479510ba26b92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jimin poses for photographers at the photo call for the Dior Homme Spring Summer 2027 collection presented in Paris, France, Wednesday, June 24, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q2NCJL3CMMPJ3LWESKZTFZQSXE.jpg?auth=513ee944841b8effbcf86a351f8122ff70dd25137fe6fb09a01a7724fac8ee29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jimin poses for photographers at the photo call for the Dior Homme Spring Summer 2027 collection presented in Paris, France, Wednesday, June 24, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[Soto's status is undetermined as Lindor gets ready to rejoin Mets, and Senga shifts to bullpen]]></title><link>https://www.local10.com/sports/2026/06/24/sotos-status-is-undetermined-as-lindor-gets-ready-to-rejoin-mets-and-senga-shifts-to-bullpen/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/sotos-status-is-undetermined-as-lindor-gets-ready-to-rejoin-mets-and-senga-shifts-to-bullpen/</guid><dc:creator><![CDATA[By JERRY BEACH, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Francisco Lindor is ready to rejoin the New York Mets — just as Juan Soto deals with a back injury that may sideline him beyond Wednesday.]]></description><pubDate>Wed, 24 Jun 2026 17:31:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Francisco Lindor is ready to rejoin the New York Mets — just as Juan Soto deals with a back injury that may sideline him beyond Wednesday.</p><p>Mets manager Carlos Mendoza said he couldn’t rule out a trip to the injured list for Soto, who exited a 9-6 loss to the Chicago Cubs after the fourth inning Tuesday night because of a tight back.</p><p>Soto, who was pictured on SNY wearing a wrap around his back in the dugout Tuesday, underwent imaging before Wednesday’s doubleheader. Mendoza said he hoped Soto could be available at some point Wednesday but acknowledged a level of concern for the superstar outfielder, who is in the second season of a 15-year, $765 million deal.</p><p>“We’ve got to wait,” Mendoza said. “Obviously not ideal when a player like him come out of a game. Those guys are tough and they know how important they are and they take pride on being in the lineup everyday and posting.</p><p>“I just didn’t like how he looked yesterday. We’ve got to wait.”</p><p>Soto’s injury may delay his reunion with Lindor, who is expected to be activated prior to Wednesday’s nightcap. The 32-year-old shortstop has been sidelined since suffering a strained left calf while running the bases against the Minnesota Twins on April 22 — the same day Soto returned from an 18-day stint on shelf due to a strained right calf.</p><p>Lindor played in his third rehab game Tuesday, when he was 2 for 5 while scoring twice for Triple-A Syracuse. He made the four-hour trip back to New York following the game, which factored into the Mets’ decision to hold off on activating him.</p><p>“Everything checked out well after the game last night but he got in late, so we told him to kind of recover this morning,” Mendoza said. “We anticipate him being in the lineup.”</p><p>Mendoza said the Mets will proceed cautiously with Lindor following the longest injured stint of his 12-year career. Lindor, who missed just 15 games the previous four years, will likely sit out Thursday’s game and will also see more time than usual at designated hitter.</p><p>Lindor and Soto have played just nine games together this season for the last-place Mets, who haven’t recovered from the 12-game losing streak they endured during Soto’s absence. New York, which hasn’t finished in last place since 2003, is seven games out of the final National League playoff spot.</p><p>“I’m just worried about Soto,” Mendoza said. “I’m not thinking about Lindor back, Soto out. It is what it is, right? Hopefully we can get those two in the lineup for a long time here for the rest of the season and we can make a run at it.”</p><p>Mendoza also announced beleaguered starter Kodai Senga has been shifted to the bullpen. Senga gave up seven runs over 3 2/3 innings Tuesday as his ERA rose to 10.08. He hasn’t earned a win since June 12, 2025, when he suffered a hamstring injury covering first base against the Washington Nationals.</p><p>Senga, a noted creature of habit, has made just one relief appearance for the Mets. He threw the final 1 2/3 innings of Game 6 of the 2024 NLCS against the Los Angeles Dodgers.</p><p>“We’re going to adjust his routine, he’s going to have to adjust his routine,” Mendoza said.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4KVOOFRXSFTUPICS55VIBUJ324.jpg?auth=8f1e0ac5e413fda6e04add4716c4604ca5dd8a13f1d34d03db3f1bb2cfafcea5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets' Juan Soto looks back after striking out during the eighth inning of a baseball game against the Philadelphia Phillies, Sunday, June 21, 2026, in Philadelphia. (AP Photo/Chris Szagola)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RMJ5I5X3Y37TU3LB22Z3JWJIP4.jpg?auth=78435e55af9a5c928f412edca8a2ecf9804cd14dce67fbe1ca9d3e30e9f61548&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An inured Francisco Lindor looks on from the New York Mets dugout during the eighth inning of a baseball game against the Cincinnati Reds, Monday, May 25, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FOQFRZS4BP4NAXM73FXMKMBCGM.jpg?auth=cedc2cdd16c90f3d7876fb8ad03cf29aadacd5e301920324fd6986199088ae10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets pitcher Kodai Senga throws against the Chicago Cubs during the first inning of a baseball game, Tuesday, June 23, 2026, in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content></item><item><title><![CDATA[Surfside conmemora cinco años desde el colapso de Champlain Towers South]]></title><link>https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[familiares, sobrevivientes, socorristas y miembros de la comunidad se reunieron en Surfside para rendir homenaje a quienes perdieron la vida en el colapso del edificio Champlain Towers South, uno de los derrumbes de edificios más mortales en la historia de Estados Unidos.]]></description><pubDate>Wed, 24 Jun 2026 13:44:25 +0000</pubDate><content:encoded><![CDATA[<p>Uno a uno, los nombres de las 98 víctimas fueron leídos en voz alta la madrugada de este miércoles, mientras familiares, sobrevivientes, socorristas y miembros de la comunidad se reunieron en Surfside para rendir homenaje a quienes perdieron la vida en el colapso del edificio Champlain Towers South, uno de los derrumbes de edificios más mortales en la historia de Estados Unidos.</p><p>El edificio residencial de 12 pisos se derrumbó durante la madrugada del 24 de junio de 2021, cuando muchos de sus residentes dormían. En la tragedia murieron 98 personas.</p><p>Durante la ceremonia <i>Lighting of the Torch</i> (Encendido de la Antorcha), se presentó una antorcha como símbolo de esperanza, resiliencia y memoria.</p><p>“Esta antorcha es más que una luz; es una promesa. Una promesa de que siempre recordaremos, honraremos y nunca permitiremos que estas vidas sean olvidadas”, expresó uno de los oradores.</p><p>Un bombero que participó en la ceremonia reforzó ese mensaje.</p><p>“Y que esa luz brille a través de todos nosotros”, dijo.</p><p>Solo tres personas fueron rescatadas con vida de entre los escombros tras el colapso. Entre ellas estaba Devin Gonzalez, quien tenía 16 años en ese momento. Su madre también sobrevivió.</p><p>Gonzalez perdió a su padre en la tragedia.</p><p>“El resto de mi familia... mi hermana sobrevivió porque esa noche no estaba en casa, pero mi padre fue una de las 98 personas que fallecieron. Él no logró salir”, relató.</p><p>Cinco años después, González aseguró que el dolor continúa, pero espera que las lecciones aprendidas tras el colapso ayuden a evitar que una tragedia similar vuelva a ocurrir.</p><p>“Sí, da rabia y duele, pero debemos enfocarnos en el futuro y en las cosas que podemos hacer para que algo así nunca vuelva a suceder”, afirmó.</p><p>Un especialista israelí en rescates, cuyo equipo está entrenado para localizar personas atrapadas en estructuras colapsadas, recordó que trabajaron día y noche para ayudar en todo lo posible.</p><p>“Es un honor poder ayudar. Es una mitzvá ayudar al prójimo, incluso si no lo conoces. Todos somos seres humanos y no importa dónde estemos. Estamos juntos para ayudarnos unos a otros: uno para todos y todos para uno”, señaló.</p><p>Para muchos de los socorristas que pasaron semanas buscando entre los escombros, los recuerdos siguen muy presentes.</p><p>“Cuando decimos que nunca vamos a olvidar, es porque nunca vamos a olvidar. Y quienes estuvimos aquí —los miles de socorristas y líderes comunitarios— jamás podremos olvidar”, expresó un bombero.</p><p>La ceremonia anual sirvió como homenaje a las 98 vidas perdidas y como recordatorio del profundo impacto que el colapso sigue teniendo en las familias, los sobrevivientes y la comunidad del sur de Florida.</p><p>Este aniversario ocurre después de que el <a href="https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/">Instituto Nacional de Estándares y Tecnología (NIST) </a>publicara un informe en el que concluye que el proceso que llevó al derrumbe comenzó semanas antes del colapso.</p><p>Según el informe, dos conexiones entre las columnas del estacionamiento y la plataforma de la piscina comenzaron a fallar a principios de junio de 2021. La combinación de un diseño estructural que no cumplía con los códigos de construcción y las modificaciones realizadas al edificio durante sus 40 años de existencia provocó que otras partes de la plataforma de la piscina no pudieran soportar la carga adicional, lo que derivó en un colapso progresivo.</p><p>Otra ceremonia conmemorativa se llevará a cabo este miércoles a las 10:00 a.m. en la intersección de 88th Street y Collins Avenue, en Surfside, y será transmitida en vivo.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Ex-Canes Rashaun Jones faces new case over K2 papers in Miami-Dade jail ]]></title><link>https://www.local10.com/news/local/2026/06/24/ex-canes-rashaun-jones-faces-new-case-over-k2-papers-in-jail/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/ex-canes-rashaun-jones-faces-new-case-over-k2-papers-in-jail/</guid><dc:creator><![CDATA[Bridgette Matter, Andrea Torres]]></dc:creator><description><![CDATA[Rashaun Jones, a former University of Miami Hurricanes player waiting for a retrial in the 2006 murder of UM Canes player Bryan Pata, appeared in Miami-Dade County court on Wednesday morning. ]]></description><pubDate>Wed, 24 Jun 2026 15:56:51 +0000</pubDate><content:encoded><![CDATA[<p>Rashaun Jones, a former University of Miami Hurricanes player waiting for a retrial in the 2006 murder of UM Canes player Bryan Pata, appeared in Miami-Dade County court on Wednesday morning. </p><p><a href="https://www.local10.com/news/local/2026/06/24/ex-jugador-de-los-canes-enfrenta-nuevo-caso-por-papeles-con-k2-en-carcel-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/ex-jugador-de-los-canes-enfrenta-nuevo-caso-por-papeles-con-k2-en-carcel-de-miami-dade/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies re-arrested Jones, 40, at 9 a.m. on Tuesday at the Metrowest Detention Center, where he was held without bond for the first-degree murder case, records show. </p><p>A Miami-Dade corrections officer reported that he and his K-9 found “a half sheet, and 17 individually torn sheets with suspected K2” on March 27, 2024, at Metrowest, according to a MDSO deputy’s report. </p><p>Jones, a jail inmate since Aug. 26, 2021, had the “half sheet of paper” in his shirt sleeve and “the individually torn sheets of paper” in his waistband, according to the MDSO deputy’s arrest report. </p><p>On Tuesday, a detective “downloaded the test results” from the MDSO’s crime laboratory analytical section drug unit and found that the papers had tested positive for ADB-BUTINACA, a potent synthetic cannabinoid, according to the deputy’s report. </p><p>Jones faced a new<a href="https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&amp;Search_String=&amp;URL=0900-0999/0944/Sections/0944.47.html" target="_self" rel="" title="https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&amp;Search_String=&amp;URL=0900-0999/0944/Sections/0944.47.html"> third-degree felony</a> charge of<b> </b>introducing, possessing, or controlling a controlled substance in a jail or correctional facility, according to county court records. </p><figure><img src="https://www.local10.com/resizer/v2/UMDRGM4Z3RHWDC2EGRJTM3C5X4.jpg?auth=5449e615954399a833c24b9da2712c86aa56938999e4f3b9adc273b5549fde07&smart=true&width=1200&height=900" alt="Corrections booked Rashaun Jones on Aug. 26, 2021 and he was in the custody of the Metrowest Detention Center on Wednesday, according to inmate records." height="900" width="1200"/><figcaption>Corrections booked Rashaun Jones on Aug. 26, 2021 and he was in the custody of the Metrowest Detention Center on Wednesday, according to inmate records.</figcaption></figure><p>Miami-Dade County Circuit Judge Cristina Miranda was set to preside over the new case. </p><p><b>RETRIAL DELAYS </b></p><p>Pata, a UM defensive lineman of Haitian descent who was a top NFL draft prospect, was fatally shot on Nov. 7, 2006, in the parking lot outside of his apartment in Kendall, records show. He was 22. </p><p>Detective Juan Segovia, a Miami-Dade Sheriff’s Office veteran, took over the cold case in 2020, and deputies arrested Jones <a href="https://miamisao.com/for-immediate-release-arrest-made-in-2006-brian-pata-cold-case-homicide-former-football-teammate-charged/" target="_self" rel="" title="https://miamisao.com/for-immediate-release-arrest-made-in-2006-brian-pata-cold-case-homicide-former-football-teammate-charged/">on Aug. 19, 2021</a> in Lake County.</p><p>Last year, <a href="https://www.espn.com/college-football/story/_/id/46305236/witness-long-delayed-u-murder-not-dead" target="_self" rel="" title="https://www.espn.com/college-football/story/_/id/46305236/witness-long-delayed-u-murder-not-dead">ESPN journalists found Paul Conner</a> — a key eyewitness the prosecution had repeatedly told the court was dead — was alive in Kentucky.</p><p>Jones’s trial started on Feb. 17. Segovia was a star witness for the prosecution. Miranda, who has also been presiding over the murder case, declared a mistrial on March 2 after the jury deadlocked. </p><p>Segovia took center stage again after the local law enforcement community learned that he was <a href="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/">accused of using Instagram to express his opinions</a> anonymously during the trial. </p><p>Miranda postponed the retrial after Jones’s defense filed an emergency motion regarding Segovia’s alleged misconduct.</p><p>On June 17, Miami-Dade State Attorney Katherine Fernandez Rundle filed <a href="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D" target="_self" rel="" title="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D">a motion</a> asking the judge for an order to “preserve” e-mails, text messages, or any other electronic messages between Jones’s defense attorneys, Attorney Jeremy McLymont, and “any media outlets,” court records show. </p><p><a href="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D" target="_self" rel="" title="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D">The motion</a> refers to a deposition on May 19 of George Jones, a jailhouse informant, who allegedly said “McLymont facilitated conversations with defense counsel, passed along messages, and arranged an in-person, unrecorded, private meeting on May 5″ at the Turner Guilford Knight Correction Center, records show. </p><p>In <a href="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D" target="_self" rel="" title="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D">the motion</a>, the prosecution mentions there could be “violations of privileged communications or dissemination of the personal information of law enforcement officers to the media” and asks the judge for an order “requiring” the defense to “provide” documents for an in-camera review. </p><p>A hearing to discuss the motions is at 10:30 a.m. on July 6, according to court records. </p><p><b>More stories on Jones</b></p><ul><li><a href="https://www.local10.com/news/local/2026/05/18/hearing-held-for-bryan-patas-accused-killer-as-lawyers-prepare-for-second-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/18/hearing-held-for-bryan-patas-accused-killer-as-lawyers-prepare-for-second-trial/">Hearing held for Bryan Pata’s accused killer as lawyers prepare for second trial</a></li><li><a href="https://www.local10.com/news/local/2026/05/07/retrial-for-um-football-players-accused-killer-delayed-after-claims-against-detective/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/07/retrial-for-um-football-players-accused-killer-delayed-after-claims-against-detective/">Retrial for UM football player’s accused killer delayed after claims against detective</a></li><li><a href="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/">Defense in Pata case claims detective violated order by commenting on Local 10 clips about trial</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Ex jugador de los Canes enfrenta nuevo caso por papeles con K2 en cárcel de Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/24/ex-jugador-de-los-canes-enfrenta-nuevo-caso-por-papeles-con-k2-en-carcel-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/ex-jugador-de-los-canes-enfrenta-nuevo-caso-por-papeles-con-k2-en-carcel-de-miami-dade/</guid><dc:creator><![CDATA[Bridgette Matter, Andrea Torres]]></dc:creator><description><![CDATA[Rashaun Jones, ex jugador de los Hurricanes de la Universidad de Miami que espera un nuevo juicio por el asesinato en 2006 del jugador de los Canes Bryan Pata, compareció la mañana del miércoles ante un tribunal del condado Miami-Dade.]]></description><pubDate>Wed, 24 Jun 2026 17:30:07 +0000</pubDate><content:encoded><![CDATA[<p>Rashaun Jones, ex jugador de los Hurricanes de la Universidad de Miami que espera un nuevo juicio por el asesinato en 2006 del jugador de los Canes Bryan Pata, compareció la mañana del miércoles ante un tribunal del condado Miami-Dade.</p><p>Los agentes de la Oficina del Sheriff de Miami-Dade volvieron a arrestar a Jones, de 40 años, a las 9 a.m. del martes en el Centro de Detención Metrowest, donde permanecía detenido sin derecho a fianza por el caso de asesinato en primer grado, según muestran los registros.</p><p>Un oficial de correcciones de Miami-Dade reportó que él y su unidad K-9 encontraron “media hoja y 17 hojas arrancadas individualmente con presunto K2” el 27 de marzo de 2024 en Metrowest, según un informe de un agente de la MDSO.</p><p>Jones, quien permanece encarcelado desde el 26 de agosto de 2021, tenía la “media hoja de papel” en la manga de su camisa y “las hojas arrancadas individualmente” en la cintura de sus pantalones, según el informe de arresto del agente de la MDSO.</p><p>El martes, un detective “descargó los resultados de las pruebas” de la unidad de análisis de drogas de la sección an</p><p>alítica del laboratorio criminalístico de la MDSO y determinó que los papeles dieron positivo para ADB-BUTINACA, un potente cannabinoide sintético, según el informe del agente.</p><p>Jones enfrenta un nuevo cargo grave de tercer grado por introducir, poseer o controlar una sustancia controlada en una cárcel o instalación correccional, según los registros del tribunal del condado.</p><figure><img src="https://www.local10.com/resizer/v2/UMDRGM4Z3RHWDC2EGRJTM3C5X4.jpg?auth=5449e615954399a833c24b9da2712c86aa56938999e4f3b9adc273b5549fde07&smart=true&width=1200&height=900" alt="Corrections booked Rashaun Jones on Aug. 26, 2021 and he was in the custody of the Metrowest Detention Center on Wednesday, according to inmate records." height="900" width="1200"/><figcaption>Corrections booked Rashaun Jones on Aug. 26, 2021 and he was in the custody of the Metrowest Detention Center on Wednesday, according to inmate records.</figcaption></figure><p>La jueza de circuito del condado Miami-Dade, Cristina Miranda, tenía previsto presidir el nuevo caso.</p><p><b>RETRASOS EN EL NUEVO JUICIO</b></p><p>Pata, un liniero defensivo de la UM de ascendencia haitiana que era considerado una de las principales promesas para el draft de la NFL, fue asesinado a tiros el 7 de noviembre de 2006 en el estacionamiento exterior de su apartamento en Kendall, según los registros. Tenía 22 años.</p><p>El detective Juan Segovia, veterano de la Oficina del Sheriff de Miami-Dade, asumió la investigación del caso sin resolver en 2020, y los agentes arrestaron a Jones <a href="https://miamisao.com/for-immediate-release-arrest-made-in-2006-brian-pata-cold-case-homicide-former-football-teammate-charged/" target="_blank" rel="noreferrer" title="https://miamisao.com/for-immediate-release-arrest-made-in-2006-brian-pata-cold-case-homicide-former-football-teammate-charged/">el 19 de agosto de 2021</a> en el condado Lake.</p><p>El año pasado, <a href="https://www.espn.com/college-football/story/_/id/46305236/witness-long-delayed-u-murder-not-dead" target="_blank" rel="noreferrer" title="https://www.espn.com/college-football/story/_/id/46305236/witness-long-delayed-u-murder-not-dead">periodistas de ESPN encontraron que Paul Conner</a>, un testigo clave que la fiscalía había dicho repetidamente al tribunal que estaba muerto, estaba vivo en Kentucky.</p><p>El juicio de Jones comenzó el 17 de febrero. Segovia fue un testigo estrella de la fiscalía. Miranda, quien también ha estado presidiendo el caso de asesinato, declaró un juicio nulo el 2 de marzo después de que el jurado no lograra alcanzar un veredicto.</p><p>Segovia volvió a ocupar el centro de atención después de que la comunidad local de las fuerzas del orden supiera que fue <a href="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/">acusado de utilizar Instagram para expresar sus opiniones</a> de forma anónima durante el juicio.</p><p>Miranda aplazó el nuevo juicio después de que la defensa de Jones presentara una moción de emergencia relacionada con la presunta conducta indebida de Segovia.</p><p>El 17 de junio, la fiscal estatal de Miami-Dade, Katherine Fernandez Rundle, presentó <a href="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D" target="_blank" rel="noreferrer" title="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D">una moción</a> solicitando a la jueza una orden para “preservar” correos electrónicos, mensajes de texto u otros mensajes electrónicos entre los abogados defensores de Jones, el abogado Jeremy McLymont, y “cualquier medio de comunicación”, según muestran los registros judiciales.</p><p><a href="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D" target="_blank" rel="" title="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D">La moción</a> hace referencia a una declaración tomada el 19 de mayo a George Jones, un informante encarcelado, quien presuntamente afirmó que “McLymont facilitó conversaciones con el abogado defensor, transmitió mensajes y organizó una reunión privada, presencial y no grabada el 5 de mayo” en el Centro Correccional Turner Guilford Knight, según los registros.</p><p>En <a href="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D" target="_blank" rel="noreferrer" title="https://www2.miamidadeclerk.gov/cjis/viewDocument?qs=oxkE7YNCU3LBc0GxwimDcW2CBAYje60GpyxAql6sAXE6g8iRzBlxIz%252B9wj%252BVGiiwVatpKFSdJk%252B5E7XNChRHVQD2mFgw1f1LjPWnr%252FkX68tfLJjKNaLZR%252FEvtkmK7sNyBOFTJ51NdlMmAbVzBvjiI02w7hYta9c6H1QLmOX0IcyRCWLlLPhFU6q92OyQADFaNcTaeevREq80eTIlCz56Pg%253D%253D">la moción</a>, la fiscalía menciona que podría haber “violaciones de comunicaciones privilegiadas o divulgación de información personal de agentes de las fuerzas del orden a los medios de comunicación” y solicita a la jueza una orden que “requiera” a la defensa “proporcionar” documentos para una revisión confidencial por parte del tribunal.</p><p>Una audiencia para discutir las mociones está programada para las 10:30 a.m. del 6 de julio, según los registros judiciales.</p><p><b>Más historias sobre Jones</b></p><ul><li><a href="https://www.local10.com/news/local/2026/05/18/hearing-held-for-bryan-patas-accused-killer-as-lawyers-prepare-for-second-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/18/hearing-held-for-bryan-patas-accused-killer-as-lawyers-prepare-for-second-trial/">Se celebró una audiencia para el acusado del asesinato de Bryan Pata mientras los abogados se preparan para un segundo juicio.</a></li><li><a href="https://www.local10.com/news/local/2026/05/07/retrial-for-um-football-players-accused-killer-delayed-after-claims-against-detective/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/07/retrial-for-um-football-players-accused-killer-delayed-after-claims-against-detective/">Se pospuso el nuevo juicio del presunto asesino del jugador de fútbol americano de la Universidad de Miami tras las acusaciones contra el detective.</a></li><li><a href="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/">La defensa en el caso Pata alega que el detective violó una orden judicial al comentar videos de Local 10 sobre el juicio.</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[A member of the cultlike Zizians group is charged in the killings of her parents in Pennsylvania]]></title><link>https://www.local10.com/news/2026/06/24/a-member-of-the-cultlike-zizians-group-is-charged-in-the-killings-of-her-parents-in-pennsylvania/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/a-member-of-the-cultlike-zizians-group-is-charged-in-the-killings-of-her-parents-in-pennsylvania/</guid><dc:creator><![CDATA[By HOLLY RAMER, Associated Press]]></dc:creator><description><![CDATA[A member of the cultlike group known as Zizians has been charged with murder in the shooting of her parents at their Pennsylvania home on her 30th birthday, and a prosecutor said Wednesday that authorities don’t believe she was acting alone.]]></description><pubDate>Wed, 24 Jun 2026 17:50:34 +0000</pubDate><content:encoded><![CDATA[<p>A member of the cultlike group known as Zizians has been charged with murder in the shooting of her parents at their Pennsylvania home on her 30th birthday, and a prosecutor said Wednesday that authorities don’t believe she was acting alone.</p><p>Michelle Zajko, who has been jailed in Maryland on other charges since February 2025, has been charged with murder, burglary and conspiracy charges in the deaths of Rita and Richard Zajko, Delaware County District Attorney Tanner Rouse said at a news conference. The prosecutor said she did not act alone.</p><p>Rouse said that Zajko is known to have been among those who killed her parents “to the extent that if she wasn’t the one who actually pulled the trigger, she was certainly aligned with those who did.”</p><p>Online court records didn’t immediately indicate whether Zajko had an attorney in the Pennsylvania case as of Wednesday. An attorney representing her in Maryland did not immediately respond to a message seeking comment, and the Delaware County Public Defender's office declined to comment.</p><p>The couple was shot to death in their home on New Year’s Eve after police say a neighbor’s doorbell camera captured video of a car pulling up to their home in Chester Heights, a voice shouting “Mom!” and another voice exclaiming, “Oh my God! Oh, God, God!”</p><p>Michelle Zajko has denied any involvement, and in court filings suggested her father might have killed her mother and then himself.</p><p>“I didn’t murder my parents,” she wrote in an April 2025 “ Open Letter to the World.”</p><p>Authorities, however, had long described Zajko as a person of interest in the double homicide, two of the six deaths linked to a group of young, highly intelligent computer scientists who appear to share radical beliefs about veganism, animal rights, gender identity and artificial intelligence.</p><p>Since 2022, members have been tied to the death of one of their own during an attack on a California landlord, the landlord’s subsequent killing, the Zajkos’ deaths in Pennsylvania, and a highway shootout in Vermont that left a border agent and another Zizian dead.</p><p>Zajko, who is charged with providing the gun used to kill U.S. Border Patrol Agent David Maland in January 2025, was arrested in Maryland a few weeks later along with Daniel Blank and Jack “Ziz” LaSota, whom authorities describe as the group’s leader. Police who responded to a landowner's complaint about suspicious people parked in box trucks on his property described them as having “ties with the Zizians Cult” and said they would be questioned about crimes across the country.</p><p>All three face state charges of trespassing and illegal gun and drug possession, while LaSota faces a federal charge of illegal gun possession by a fugitive. A judge recently granted a defense request for a competency evaluation in the federal case.</p><p>In court filings, LaSota’s attorneys said their client eschews the term Zizian and denies that she and her friends have formed a cult. Zajko has claimed authorities arrested the group in Maryland to prevent them from exonerating Teresa Youngblut, who has pleaded not guilty in Vermont to murder and could face the death penalty if convicted.</p><p>Zajko was living in Vermont at the time of her parents’ deaths and was questioned there by police shortly after they died. A few weeks later, officers briefly took her into custody at a Pennsylvania hotel but released her without charges. LaSota, staying at the same hotel, was charged with obstructing the homicide investigation and disorderly conduct.</p><p>Zajko had been estranged from her parents in the year leading up to their deaths, the prosecutor said. They were killed hours after Rita Zajko texted her daughter in an attempt to reconcile. “Her mother reached out and explained that she was sorry for the rift that had grown between them,” the prosecutor said. “That text went unanswered.”</p><p>A few hours later, at least two people entered the home. “The lights go on in the home, and Richard and Rita Zajko are executed,” he said.</p><p>____</p><p>Ramer reported from Concord, New Hampshire.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BUGXYG2BSETNGF2TIZYRNH6GU4.jpg?auth=26a347fa23936270955edd566649ee71d8dd1a632b6b7513d0e97b40e9817ad9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this image from video, Michelle Zajko, who is associated with a cultlike group known as Zizians that is linked to several deaths across the U.S., is escorted into court for a pretrial hearing on trespassing, gun and drug charges in Cumberland, Md., Friday, Jan. 16, 2026. (AP Photo/Mark Scolforo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Scolforo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MS7RP7GFFXRCBCBKW6CHHYVPBA.jpg?auth=2a1e454ae55e44f282d2cc65d07d2974d36b4f89a0770bfa0b012c855866f7d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this combination of undated photos provided by the Pennsylvania State Police, Richard Zajko, left, and his wife Rita Zajko, who police say were shot to death in their home in suburban Philadelphia on Dec. 31, 2022, are shown. (Pennsylvania State Police via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/W2FQUYR3TGF7OXULV4VZ5IYQWM.jpg?auth=84f8a52e484b6e4be4df24b507350185d5d5c5b2f432ca7cdd0882630941e1f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This Jan. 29, 2025 photo shows a Chester Heights, Pa., home, the scene of the 2022 killing of Richard and Rita Zajko, (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Brasil arresta a una española en otro caso de extranjeros denunciados por racismo]]></title><link>https://www.local10.com/espanol/2026/06/24/brasil-arresta-a-una-espanola-en-otro-caso-de-extranjeros-denunciados-por-racismo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/brasil-arresta-a-una-espanola-en-otro-caso-de-extranjeros-denunciados-por-racismo/</guid><dc:creator><![CDATA[Por ELÉONORE HUGHES, Associated Press]]></dc:creator><description><![CDATA[RÍO DE JANEIRO (AP) — La policía federal de Brasil detuvo a una ciudadana española en el aeropuerto internacional Guarulhos de Sao Paulo por racismo el miércoles, el caso más reciente de una serie de arrestos de turistas extranjeros por motivos similares.]]></description><pubDate>Wed, 24 Jun 2026 19:40:47 +0000</pubDate><content:encoded><![CDATA[<p>RÍO DE JANEIRO (AP) — La policía federal de Brasil detuvo a una ciudadana española en el aeropuerto internacional Guarulhos de Sao Paulo por racismo el miércoles, el caso más reciente de una serie de arrestos de turistas extranjeros por motivos similares.</p><p>Brasil tiene algunas de las leyes antirracismo más estrictas de América Latina. Insultar a una persona por motivos de raza conlleva una pena de prisión de dos a cinco años y una multa.</p><p>La tripulación de un vuelo de LATAM Airlines que llegaba desde la ciudad nororiental de Sao Luis llamó a la policía, que arrestó a la ciudadana española cuando desembarcaba, después de que presuntamente hiciera comentarios racistas dirigidos a los trabajadores que descargan el equipaje del avión, informó la policía en un comunicado.</p><p>La aerolínea señaló que no había justificación para la agresión dirigida contra sus empleados y condenó todas las formas de racismo y discriminación.</p><p>En enero, los medios locales informaron que la policía arrestó a la ciudadana argentina Agostina Páez en Río después de que fuera filmada imitando a un mono frente a un mesero en un club nocturno. El video del incidente se viralizó.</p><p>A Páez se le prohibió inicialmente salir de Brasil, pero finalmente regresó a Argentina en abril, donde imágenes la mostraron reuniéndose con la senadora Patricia Bullrich, una aliada cercana del presidente argentino Javier Milei. Ambas celebraron su regreso a Argentina. Los procedimientos legales siguen en curso.</p><p>La policía arrestó a otro argentino, Eduardo Ignacio Murias, en Minas Gerais en mayo, después de que presuntamente fotografiara y filmara a un niño pequeño sin autorización y compartiera las imágenes acompañadas de mensajes racistas en español. El medio local G1 informó el 17 de junio que un tribunal imputó a Murias, quien permanece en prisión preventiva.</p><p>La policía también arrestó a un ciudadano chileno en mayo por insultos racistas y homofóbicos contra miembros de la tripulación de un vuelo entre Guarulhos y Fráncfort, según un comunicado del 15 de mayo. El sospechoso intentó abrir la puerta del avión durante el vuelo y, cuando la tripulación lo inmovilizó, profirió insultos racistas y homofóbicos contra los profesionales, indicó el comunicado.</p><p>__________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/627SOKSD25A3KQAUNZUBJCCADY.jpg?auth=f4d92e2705ff7707db71edc1db9a48773f3c76534b269782bd1193e6e9cb590d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vista de la terminal 3 en el Aeropuerto Internacional de Sao Paulo en Guarulhos, Brasil, el 20 de mayo de 2014. (AP Foto/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Daniel Muñoz scores and Colombia edges Congo 1-0 to reach the knockout stage at the World Cup]]></title><link>https://www.local10.com/news/local/2026/06/24/daniel-munoz-scores-and-colombia-edges-congo-1-0-to-reach-the-knockout-stage-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/daniel-munoz-scores-and-colombia-edges-congo-1-0-to-reach-the-knockout-stage-at-the-world-cup/</guid><dc:creator><![CDATA[The Associated Press]]></dc:creator><description><![CDATA[Daniel Muñoz helped Colombia break through Congo’s stingy defense and advance to the knockout stage of the World Cup with a 1-0 win on Tuesday night.]]></description><pubDate>Wed, 24 Jun 2026 14:57:17 +0000</pubDate><content:encoded><![CDATA[<p>Daniel Muñoz helped Colombia break through Congo’s stingy defense and advance to the knockout stage of the World Cup with a 1-0 win on Tuesday night.</p><p>Muñoz scored in the 76th minute after the Colombians had been held back by a strong performance from Congo goalkeeper Lionel Mpasi, who made five difficult saves in the first 20 minutes.</p><p>Mpasi had no chance to stop Muñoz’s left-footed strike from inside the area after the ball deflected off a defender. It was Muñoz’s second goal in the tournament, and the Crystal Palace fullback was named the man of the match.</p><p>“We played with intensity and aggression, and we stuck to our style,” Muñoz said. “We earned these three points as a team and for all the fans who came out to support us. This victory gives us a morale boost. We don’t want to settle for this.”</p><figure><img src="https://www.local10.com/resizer/v2/YGGCYVUCMBDLTE7PW5Q6ICDCRI.jpg?auth=7c467362fc4a4afb001f38e34eebec779d74182e72a4c6258f1e7e89e398dd83&smart=true&width=1200&height=900" alt="Daniel Muñoz celebrates after scoring the only goal of the Group K match against Congo on Tuesday night in Zapopan, near Guadalajara, Mexico. Photo by Fernando Llano/ The Associated Press" height="900" width="1200"/><figcaption>Daniel Muñoz celebrates after scoring the only goal of the Group K match against Congo on Tuesday night in Zapopan, near Guadalajara, Mexico. Photo by Fernando Llano/ The Associated Press</figcaption></figure><p>Congo twice came close to equalizing in stoppage time, with Colombia goalkeeper Camilo Vargas making a superb save of a long-range strike by Nathanael Mbuku and then stopping a header by Chancel Mbemba off the ensuing corner kick.</p><p>“We probably could have scored more goals, but Congo made it difficult and it was tense there until the end,” Colombia coach Néstor Lorenzo said. “But I think we were the deserved winners.”</p><p>Colombia star forward Luis Díaz had two goals called back in quick succession late in the second half, one for a foul in the 79th minute and another for offside in the 80th.</p><p>Congo had opened its first World Cup in 52 years with a surprising 1-1 draw against Cristiano Ronaldo and Portugal.</p><p>Colombia has six points from two matches in Group K, two ahead of Portugal and five clear of Congo. Portugal routed Uzbekistan 5-0 behind a pair of goals by Ronaldo earlier Tuesday in Houston.</p><figure><img src="https://www.local10.com/resizer/v2/OTJRL4U7NNHI7B7RAP3N45GXZI.jpg?auth=f66fdcfe66f88fabfdbea514a501e8f3f86a4b893893d0ed180f15bb2d923535&smart=true&width=1200&height=900" alt="Colombian goalkeeper Camilo Vargas reacts to victory against Congo on Tuesday night in Zapopan, near Gaudalajara, Mexico. Photo by Fernando Llano/The Associated Press" height="900" width="1200"/><figcaption>Colombian goalkeeper Camilo Vargas reacts to victory against Congo on Tuesday night in Zapopan, near Gaudalajara, Mexico. Photo by Fernando Llano/The Associated Press</figcaption></figure><p>Colombia needs at least a draw against Portugal on Saturday to win the group. That result would also be enough to send Portugal to the knockout stage.</p><p>Colombia, which did not qualify for the 2022 World Cup, is ranked 11th in the world, third best among South American teams behind Brazil and Argentina. Los Cafeteros opened with a 3-1 win over Uzbekistan. Congo, ranked 47th, had its World Cup preparations affected because of an Ebola outbreak.</p><p>Many Congo fans were prevented from traveling for the tournament because of restrictions tied to Ebola.</p><p>One fan who missed the first game because of quarantine requirements was Michel Nkuka Mboladinga, who gained fame during the Africa Cup of Nations for posing as a statue of Congo’s assassinated independence hero Patrice Lumumba. He made it to the game in Guadalajara, maintaining his statue pose throughout the match.</p><figure><img src="https://www.local10.com/resizer/v2/MIW5HSLCWVDRXJZKXXHA7CKZ74.jpg?auth=6b356b40746271979abfe26e158366d61aefbe71af8b530ad77f873882efbc3d&smart=true&width=1200&height=900" alt="Daniel Muñoz reacts to a failed goal attempt during a Group K match against Congo on Tuesday night in Zapopan, near Guadalajara, Mexico. The pain was temporary. Muñoz later scored the match's winning goal and Colombia advanced to the Round of 32. Photo by Natacha Pisarenko/ The Associated Press" height="900" width="1200"/><figcaption>Daniel Muñoz reacts to a failed goal attempt during a Group K match against Congo on Tuesday night in Zapopan, near Guadalajara, Mexico. The pain was temporary. Muñoz later scored the match's winning goal and Colombia advanced to the Round of 32. Photo by Natacha Pisarenko/ The Associated Press</figcaption></figure><p>Colombia had never been involved in a scoreless draw in 23 World Cup appearances.</p><p>The team’s play improved on Tuesday after Juan Quintero came off the bench to replace James Rodríguez, who joined Colombia greats Freddy Rincón and Carlos Valderrama with 10 World Cup appearances.</p><p>It was all Colombia at the start, with Los Cafeteros creating several scoring opportunities that Mpasi turned away.</p><figure><img src="https://www.local10.com/resizer/v2/4O3BO7TSTZGH3HZ6TNAAVHXKJU.jpg?auth=08dea401e5341a105b1c820db787a6605f80568318581aae9129e45da57b1297&smart=true&width=1200&height=900" alt="Congo's goalkeeper Lionel Mpasi reacts to Colombia's Luis Diaz after he attempted to score a goal on Tuesday night in Zapopan, near Guadalajara, Mexico. Photo by Silvia Izquierdo/ The Associated Press" height="900" width="1200"/><figcaption>Congo's goalkeeper Lionel Mpasi reacts to Colombia's Luis Diaz after he attempted to score a goal on Tuesday night in Zapopan, near Guadalajara, Mexico. Photo by Silvia Izquierdo/ The Associated Press</figcaption></figure><p>The goalkeeper saved long-range shots by Rodríguez, Johan Mojica and Gustavo Puerta, and close-range attempts by Díaz and Muñoz. He also came up with a big stop on a close-range strike by Díaz in the 50th minute.</p><p>“Our goalkeeper was excellent today, but I’m not surprised. He’s been having excellent matches with us,” Congo coach Sébastien Desabre said. “Collectively the defense had a hard time but we did defend well overall, except for the goal. We must recognize that Colombia is superior, even though we could have equalized in the end. Now we have a decisive match ahead of us.”</p><p><b>Related coverage </b></p><ul><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">FIFA World Cup 2026 Group K: Colombia advances to Round of 32</a></li><li><a href="https://www.local10.com/sports/2026/06/23/ronaldo-becomes-first-player-to-score-in-six-world-cups-with-two-goals-against-uzbekistan/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/23/ronaldo-becomes-first-player-to-score-in-six-world-cups-with-two-goals-against-uzbekistan/">Ronaldo becomes first player to score in six World Cups with two goals against Uzbekistan</a><b> </b></li><li><a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-2026-here-is-the-june-24-schedule-for-day-14-of-group-matches/">FIFA World Cup 2026: Here is the June 24 schedule for Day 14 of group matches</a></li><li><a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32</a></li></ul><h3><b>Today’s schedule </b> </h3><p>FIFA World Cup 2026 fans have six games on Wednesday, as group-stage matches continue.</p><p>Switzerland vs. Canada, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> match, is at 3 p.m. </p><p>Bosnia vs. Qatar, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> match, is at 3 p.m. </p><p>Morocco vs. Haiti, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> match, is at 6 p.m. </p><p>Scotland vs. Brazil, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> match, is at 6 p.m. </p><p>South Africa vs. South Korea, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, is at 9 p.m. </p><p>Czech Republic vs. Mexico, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>Related list:</b> <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Track teams advancing to Round of 32</a></p><h3><b>Group-stage progress</b></h3><p><b>Group L: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/">Ghana holds England</a></p><p><b>Group K</b>: <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Colombia advances to Round of 32</a></p><p><b>Group J</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Argentina advances to Round of 32 </a></p><p><b>Group I</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">France and Norway advance to Round of 32 </a></p><p><b>Group H: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Spain leads with 4 points</a></p><p><b>Group G:</b> <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Egypt leads with 4 points</a></p><p><b>Group F</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">The Netherlands gets 3 points</a></p><p><b>Group E</b>: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Germany advances to Round of 32</a></p><p><b>Group D:</b> <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-d-australia-gets-3-points-united-states-gets-3-points/">U.S. advances to Round of 32 </a></p><p><b>Group C</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/">Brazil eliminates Haiti</a></p><p><b>Group B: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Canada and Switzerland tie for 1st place</a></p><p><b>Group A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">Mexico advances to Round of 32</a></p><h3><b>Tournament’s schedule </b> </h3><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matcuphes: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4IQRVBAF7JDEPFFMW4TJRTXQ24.jpg?auth=464c6dea58b0332e85966419583736efa7b35248647d05ea5dcbf2ab4a5ec79e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel Muñoz celebrates after scoring the only goal of the Group K match against Congo on Tuesday night in Zapopan, near Guadalajara, Mexico. Photo by Ricardo Mazalan/ The Associated Press]]></media:description><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Boy on scooter collides with school bus in northwest Miami-Dade, deputies say]]></title><link>https://www.local10.com/news/local/2026/06/24/child-on-scooter-hit-by-bus-in-northwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/child-on-scooter-hit-by-bus-in-northwest-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor, Jackie Pascale]]></dc:creator><description><![CDATA[A boy who was riding a scooter collided with a school bus Wednesday morning in northwest Miami-Dade, first responders confirmed to Local 10 News.]]></description><pubDate>Wed, 24 Jun 2026 13:11:24 +0000</pubDate><content:encoded><![CDATA[<p>A boy who was riding a scooter collided with a school bus Wednesday morning in northwest Miami-Dade, first responders confirmed to Local 10 News.</p><p><a href="https://www.local10.com/news/local/2026/06/24/nino-en-scooter-choca-contra-autobus-escolar-en-el-noroeste-de-miami-dade-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/nino-en-scooter-choca-contra-autobus-escolar-en-el-noroeste-de-miami-dade-dicen-agentes/">Leer en español</a></p><p>The crash was reported just before 7:30 a.m. in the area of Northwest 122<sup>nd</sup> Street and 27<sup>th</sup> Avenue, near a school bus transportation center.</p><p>Surveillance video obtained by Local 10 News shows the bus driver preparing to turn onto 27th Avenue.</p><p>The scooter rider and bus driver both stop. But just as the child on the scooter kicked off, the bus rolled forward, colliding with the scooter. </p><p>Detective Samantha Choon, with the Miami-Dade Sheriff’s Office, said the scooter struck the side of the school bus.</p><p>The boy was seen limping off the roadway as someone exited the bus to check on him. </p><p>Miami-Dade Fire Rescue officials told Local 10 that they transported the child to a trauma center after the crash. Choon said the boy was not injured, but was taken to the hospital as a precaution. </p><p>According to Miami-Dade County Public Schools, no students were onboard the bus at the time. </p><p>A nearby business owner told Local 10 that this isn’t the first time an accident has occurred in front of the transportation center, as a scooter was struck by a bus just a couple months ago. </p><p>Authorities did not immediately confirm who had the right of way at the time of Wednesday’s collision. </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[Niño en scooter choca contra autobús escolar en el noroeste de Miami-Dade, dicen agentes]]></title><link>https://www.local10.com/news/local/2026/06/24/nino-en-scooter-choca-contra-autobus-escolar-en-el-noroeste-de-miami-dade-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/nino-en-scooter-choca-contra-autobus-escolar-en-el-noroeste-de-miami-dade-dicen-agentes/</guid><dc:creator><![CDATA[Amanda Batchelor, Jackie Pascale]]></dc:creator><description><![CDATA[Un niño que conducía un scooter chocó contra un autobús escolar la mañana del miércoles en el noroeste de Miami-Dade, confirmaron los equipos de primera respuesta a Local 10 News.]]></description><pubDate>Wed, 24 Jun 2026 16:56:12 +0000</pubDate><content:encoded><![CDATA[<p>Un niño que conducía un scooter chocó contra un autobús escolar la mañana del miércoles en el noroeste de Miami-Dade, confirmaron los equipos de primera respuesta a Local 10 News.</p><p>El accidente fue reportado poco antes de las 7:30 a.m. en el área de Northwest 122nd Street y 27th Avenue, cerca de un centro de transporte de autobuses escolares.</p><p>Un video de vigilancia obtenido por Local 10 News muestra al conductor del autobús preparándose para girar hacia la 27th Avenue.</p><p>Tanto el conductor del scooter como el conductor del autobús se detienen. Pero justo cuando el niño en el scooter arrancó, el autobús avanzó y chocó contra el scooter.</p><p>La detective Samantha Choon, de la Oficina del Sheriff de Miami-Dade, dijo que el scooter impactó el costado del autobús escolar.</p><p>Se vio al niño alejarse de la vía cojeando mientras una persona salía del autobús para verificar su estado.</p><p>Funcionarios de Miami-Dade Fire Rescue informaron a Local 10 que trasladaron al menor a un centro de trauma después del accidente. Choon indicó que el niño no resultó herido, pero fue llevado al hospital como medida de precaución.</p><p>Según las Escuelas Públicas del Condado Miami-Dade, no había estudiantes a bordo del autobús en ese momento.</p><p>El propietario de un negocio cercano dijo a Local 10 que no es la primera vez que ocurre un accidente frente al centro de transporte, ya que un scooter fue impactado por un autobús hace apenas un par de meses.</p><p>Las autoridades no confirmaron de inmediato quién tenía el derecho de paso en el momento de la colisión del miércoles.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Lakers will re-sign Austin Reaves to a 4-year, $185 million deal, AP source says]]></title><link>https://www.local10.com/sports/2026/06/24/lakers-will-re-sign-austin-reaves-to-a-4-year-185-million-deal-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/lakers-will-re-sign-austin-reaves-to-a-4-year-185-million-deal-ap-source-says/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[EL SEGUNDO, Calif. (AP) — Austin Reaves is re-signing with the Los Angeles Lakers on a four-year contract worth $185 million, a person with knowledge of the deal told The Associated Press on Wednesday.]]></description><pubDate>Wed, 24 Jun 2026 18:03:33 +0000</pubDate><content:encoded><![CDATA[<p>EL SEGUNDO, Calif. (AP) — Austin Reaves is re-signing with the Los Angeles Lakers on a four-year contract worth $185 million, a person with knowledge of the deal told The Associated Press on Wednesday.</p><p>The person spoke on condition of anonymity because the deal is not yet official for Reaves, who cements his status as one of the most successful undrafted players in recent NBA history with this contract.</p><p>Reaves is declining his $14.9 million player option for the upcoming season to reach this deal with the team that signed him out of Oklahoma after the draft in 2021. The shifty guard has grown into one of the NBA's most effective scorers and playmakers, increasing his scoring average in every season of his five-year career.</p><p>The 28-year-old Reaves averaged 23.3 points, 5.5 assists and 4.7 rebounds last season despite missing two significant chunks of the year with injuries that followed him into the postseason. He has also developed a close bond with his Lakers backcourt partner, NBA scoring champion Luka Doncic.</p><p>Reaves would have been one of the NBA's top free agents on the open market this summer. Instead, he remains firmly alongside Doncic while the Lakers and LeBron James determine their next steps. Los Angeles also has been discussing the future with impending free agents Rui Hachimura, Luke Kennard and Jaxson Hayes during the exclusive negotiating window with a team's own free agents.</p><p>After the Pacific Division champion Lakers' season ended with a second-round loss to the Oklahoma City Thunder while Doncic was sidelined by a hamstring injury, general manager Rob Pelinka made it clear Reaves likely wasn't going anywhere, saying the team and Reaves had both already essentially decided to work out an extension. Reaves grew up in Arkansas as a Lakers fan, and he is a fan favorite in Los Angeles.</p><p>“He started his journey here as a Laker, and has made it very clear to us that he wants his journey to continue as a Laker,” Pelinka said. “And we feel the same way."</p><p>The Lakers also formalized their draft-night trade on Wednesday, acquiring the rights to 24th overall pick Cameron Carr in a deal with the New York Knicks. Los Angeles gave up cash considerations and the draft rights to Spain's Sergio De Larrea, who was picked by the Lakers with the 25th selection Tuesday night.</p><p>Carr, a 6-foot-5 wing who scored 18.9 points per game for Baylor last season, will wear No. 43 with the Lakers.</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LSZMBS4VYCD5T6ZEM667PNTD64.jpg?auth=0d682da707929c80bbda513512206431c944a0f07007f914c0dc13c1100e3b99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers guard Austin Reaves (15) shoots after getting past Oklahoma City Thunder center Chet Holmgren, center, and Shai Gilgeous-Alexander, right, in the first half of Game 1 in a second-round NBA basketball playoffs series May 5, 2026 in Oklahoma City. (AP Photo/Kyle Phillips, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Phillips</media:credit></media:content></item><item><title><![CDATA[Agility Robotics heads to Wall Street in a $2.5B bet on staffing warehouses with humanoids]]></title><link>https://www.local10.com/business/2026/06/24/agility-robotics-heads-to-wall-street-in-a-25b-bet-on-staffing-warehouses-with-humanoids/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/agility-robotics-heads-to-wall-street-in-a-25b-bet-on-staffing-warehouses-with-humanoids/</guid><dc:creator><![CDATA[By MATT O'BRIEN, Associated Press]]></dc:creator><description><![CDATA[A maker of humanlike robots that carry totes around warehouses is going public on Wall Street in a test of whether there's a market for putting AI-powered humanoid machines to work.]]></description><pubDate>Wed, 24 Jun 2026 16:43:36 +0000</pubDate><content:encoded><![CDATA[<p>A maker of humanlike robots that carry totes around warehouses is going public on Wall Street in a test of whether there's a market for putting AI-powered humanoid machines to work.</p><p>Agility Robotics, based in Salem, Oregon, announced Wednesday a planned merger with an investment firm that will value the company at $2.5 billion as it becomes the first publicly traded company entirely devoted to building and selling humanoids.</p><p>Its competitors include Tesla, whose CEO Elon Musk has pitched its humanoid prototype Optimus as the future of the carmaker.</p><p>Designed to pick up and move heavy bins and totes, Agility's product line, called Digit, is the “first humanoid robot employed and commercially operational in warehouse and industrial facilities,” said Michael Klein, co-founder and chairman of Churchill Capital Group, which runs the special-purpose acquisition company that intends to merge with Agility by the end of the year.</p><p>Klein said on an investor call Wednesday that the company has backing from Amazon, Nvidia, SoftBank and Taiwanese electronics manufacturer Foxconn. Its early customers include Toyota, industrial parts supplier Schaeffler, and Mercado Libre, the Latin American e-commerce giant.</p><p>While Agility describes its robot as a humanoid, the company's co-founder and chief robot officer Jonathan Hurst told investors Wednesday that “we’ve never set out to build a machine that looks like a person.” Unlike other humanoids, like Tesla's Optimus, Digit's legs are more birdlike than human in a design that's meant to better fit the work they do. Its hands are more like grippers or claws.</p><p>Agility CEO Peggy Johnson said Digit specializes in manual labor that for humans would be repetitive, dirty and prone to injury.</p><p>“The demand here is large and increasing,” she said on an investor call. “We have companies reshoring production, older workers retiring, and younger generations just not opting for these types of menial jobs.”</p><p>While earlier generations of industrial robots are typically so large and fast-moving that they must be fenced off from human workers, Hurst said upcoming versions of Digit will be able to work alongside humans in warehouses and manufacturing facilities.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QAHYX3DDEEMF2WLOOO474CCFBM.jpg?auth=6c14a7a56503eaa030f22e34c1cccc279346a18cbd8085e3c649d57dec5ebe69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Agility Robotics' warehouse robot Digit performs maneuvers at the company's office in Pittsburgh on Aug. 16, 2023. (AP Photo/Matt Freed, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Freed</media:credit></media:content></item><item><title><![CDATA[Judge temporarily blocks subpoenas in criminal probe of transgender care at New York hospitals]]></title><link>https://www.local10.com/health/2026/06/24/judge-temporarily-blocks-subpoenas-in-criminal-probe-of-transgender-care-at-new-york-hospitals/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/24/judge-temporarily-blocks-subpoenas-in-criminal-probe-of-transgender-care-at-new-york-hospitals/</guid><dc:creator><![CDATA[By LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A judge temporarily blocked federal prosecutors in Texas from getting access to the medical records of transgender patients treated at New York hospitals on Wednesday, saying they were part of an improper government effort to “demonize and eradicate an entire population of transgender” people.]]></description><pubDate>Wed, 24 Jun 2026 18:39:29 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A judge temporarily blocked federal prosecutors in Texas from getting access to the medical records of transgender patients treated at New York hospitals on Wednesday, saying they were part of an improper government effort to “demonize and eradicate an entire population of transgender” people.</p><p>Judge Katherine Polk Failla ruled a day after hearing oral arguments in Manhattan, calling the government's pursuit of the most sensitive medical records of a “uniquely vulnerable group” of patients treated over a six-year period to be “most egregious” and unconstitutional.</p><p>Failla accused the Justice Department of turning to criminal probes as a way to obtain otherwise private records about those undergoing transgender care after judges across the country repeatedly rejected similar requests through civil means.</p><p>The Justice Department had sought the records as part of a probe of potential “misbranding” of drugs approved by the U.S. Food and Drug Administration.</p><p>The Justice Department declined comment after Failla's ruling, which concluded that the subpoenas violated Constitutional protections against government overreach in criminal probes and against improper searches and seizures.</p><p>Omar Gonzalez-Pagan, a lawyer for the plaintiffs, called the ruling “a victory for the basic privacy of our clients and all families like theirs across New York City.” He added in a statement that using subpoenas to attain the identities and sensitive health information of transgender young people “should send chills down the spine of every American.”</p><p>Failla ruled in a lawsuit filed this month on behalf of minors, their parents and young adults who received medically necessary gender-affirming care in New York City.</p><p>According to the lawsuit, NYU Langone Hospitals was one of several institutions to receive a federal grand jury subpoena on May 7 from the U.S. Attorney's Office for the Northern District of Texas. The records of transgender patients were to be sent electronically to a special agent of the FDA's Kansas City office of criminal investigation.</p><p>Failla said there were at least 40 individuals who received treatment at NYU Langone alone during the Jan. 1, 2020 to May 5, 2026 period covered by the subpoenas.</p><p>At a Tuesday hearing, Failla was critical of the federal government, saying executive orders addressing transgender issues contained “language some people might consider inflammatory.”</p><p>She said it seemed from an “atmospheric perspective” that the government was “rounding up” vulnerable individuals by finding out the most personal information about them and then “giving them no comfort they're not going to be ostracized or even harmed.”</p><p>“There are episodes of this in our history and they are not nice episodes,” Failla said. “Some may see it as a rounding up of people for all bad purposes.”</p><p>Most major medical groups say access to gender-affirming care is important for people with gender dysphoria. Transgender teens, parents and providers have described it as life-saving for children who are depressed or suicidal because their gender identities do not match the gender assigned them at birth.</p><p>Gender-affirming care can include counseling, medications that block puberty, hormone therapy to produce physical changes or surgeries, although those are rare for minors.</p><p>Twenty-seven states have limited or banned gender-affirming care for minors, and the U.S. Supreme Court ruled in June 2025 that they could do so under the U.S. Constitution.</p><p>President Donald Trump has aggressively sought to roll back transgender rights. During his second term, the U.S. Department of Health and Human Services has moved to use its regulatory power to block gender-affirming care for minors, and the DOJ has demanded access to providers’ private records, putting pressure on hospitals that often rely on federal funding to operate.</p><p>At the outset of reading a lengthy ruling to the parties participating in an electronic proceeding, Failla noted that the “current administration” had issued orders in the first few days of its existence in which it “sought to demonize and eradicate an entire population of transgender individuals.”</p><p>Before finishing an hour later, Failla had granted class-action status to the plaintiffs and ruled that the Justice Department had violated the Fourth and Fifth Amendments to the Constitution. She set a July 8 hearing to hear additional evidence before deciding whether to impose a preliminary injunction, the next step in the legal process after Wednesday's temporary restraining order.</p><p>___</p><p>Associated Press Writer Kimberlee Kruesi in Providence, Rhode Island, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPI64WOL3IYVY3IMAP75DBS6I4.jpg?auth=17c8f55d51a08a71adcc4a6577e45b9c81f9a5393908f4cf4f6a194890abb04a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Justice logo is seen on a podium before a news conference, May 4, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[2 men convicted in Coral Springs firefighter’s murder sentenced to life in prison ]]></title><link>https://www.local10.com/news/local/2026/06/24/2-men-convicted-in-coral-springs-firefighters-murder-sentenced-to-life-in-prison/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/2-men-convicted-in-coral-springs-firefighters-murder-sentenced-to-life-in-prison/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The two men convicted of killing Coral Springs firefighter Christopher Randazzo were sentenced to life in prison on Wednesday. ]]></description><pubDate>Wed, 24 Jun 2026 16:35:11 +0000</pubDate><content:encoded><![CDATA[<p>The two men <a href="https://www.local10.com/news/local/2026/05/22/coral-springs-firefighter-murder-brings-family-closure-as-two-men-found-guilty-in-2019-killing/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/22/coral-springs-firefighter-murder-brings-family-closure-as-two-men-found-guilty-in-2019-killing/">convicted of killing Coral Springs firefighter Christopher Randazzo </a>were sentenced to life in prison on Wednesday. </p><p><a href="https://www.local10.com/news/local/2026/06/24/sentencian-a-cadena-perpetua-a-dos-hombres-condenados-por-el-asesinato-de-bombero-de-coral-springs/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/sentencian-a-cadena-perpetua-a-dos-hombres-condenados-por-el-asesinato-de-bombero-de-coral-springs/">Leer en español</a></p><p>Torrey Holston and Jose Romero were convicted in May of killing the 39-year-old.</p><p>In October 2019, Randazzo’s body was found near the Southern Seas Resort in Lauderdale-by-the-Sea. His iPhone, sneakers, wallet and keys were taken after he was shot in the back of the head.</p><p>Although both men were found guilty of murder, they were not found guilty of possessing a gun or discharging a firearm.</p><figure><img src="https://www.local10.com/resizer/v2/X7VJBZ6PVJFIXG53LACTPYMMPI.jpg?auth=0d9bf5a7f5d8848bf5b53686f3b5a1c3b9949c2231696a0dc96a232897f16f25&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“I think the jury was clear and unanimous on the involvement of both. It perhaps couldn’t find beyond a reasonable doubt who is the actual (gunman),” Judge Michael A. Usan said.</p><p>Romero’s attorney, Jim Lewis, told Local 10 in May that an appeal is being considered and said trying both men together was a “detriment.”</p><p>“We had always asked to be separate. Jose Romero was never alleged to carry a gun in this incident. The co-defendant was, so to some extent, we paid the price,” Lewis said.</p><p>Prosecutors were not seeking the death penalty in the case, but both men faced mandatory life sentences.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Sentencian a cadena perpetua a dos hombres condenados por el asesinato de bombero de Coral Springs]]></title><link>https://www.local10.com/news/local/2026/06/24/sentencian-a-cadena-perpetua-a-dos-hombres-condenados-por-el-asesinato-de-bombero-de-coral-springs/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/sentencian-a-cadena-perpetua-a-dos-hombres-condenados-por-el-asesinato-de-bombero-de-coral-springs/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Los dos hombres condenados por matar al bombero de Coral Springs Christopher Randazzo fueron sentenciados a cadena perpetua el miércoles.]]></description><pubDate>Wed, 24 Jun 2026 16:39:25 +0000</pubDate><content:encoded><![CDATA[<p>Los dos hombres condenados por matar al bombero de Coral Springs Christopher Randazzo fueron sentenciados a cadena perpetua el miércoles.</p><p>Torrey Holston y Jose Romero fueron declarados culpables en mayo por la muerte del hombre de 39 años.</p><p>En octubre de 2019, el cuerpo de Randazzo fue encontrado cerca del Southern Seas Resort en Lauderdale-by-the-Sea. Su iPhone, sus zapatillas, su billetera y sus llaves fueron robados después de que recibió un disparo en la parte posterior de la cabeza.</p><p>Aunque ambos hombres fueron declarados culpables de asesinato, no fueron declarados culpables de poseer un arma ni de disparar un arma de fuego.</p><figure><img src="https://www.local10.com/resizer/v2/X7VJBZ6PVJFIXG53LACTPYMMPI.jpg?auth=0d9bf5a7f5d8848bf5b53686f3b5a1c3b9949c2231696a0dc96a232897f16f25&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Creo que el jurado fue claro y unánime sobre la participación de ambos. Quizás no pudo determinar más allá de una duda razonable quién fue el verdadero autor del disparo”, dijo el juez Michael A. Usan.</p><p>El abogado de Romero, Jim Lewis, dijo a Local 10 en mayo que se está considerando una apelación y afirmó que juzgar a ambos hombres juntos fue un “perjuicio”.</p><p>“Siempre habíamos pedido ser juzgados por separado. Nunca se alegó que Jose Romero llevara un arma en este incidente. Sí se alegó del coacusado, por lo que hasta cierto punto pagamos el precio”, dijo Lewis.</p><p>Los fiscales no estaban solicitando la pena de muerte en el caso, pero ambos hombres enfrentaban sentencias obligatorias de cadena perpetua.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Clark and Scheffler switch from tough US Open to rain-softened Travelers Championship]]></title><link>https://www.local10.com/sports/2026/06/24/clark-and-scheffler-switch-from-tough-us-open-to-rain-softened-travelers-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/clark-and-scheffler-switch-from-tough-us-open-to-rain-softened-travelers-championship/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CROMWELL, Conn. (AP) — Two days of rain gave way to a clearing sky Wednesday at the Travelers Championship, a reminder that his week could be a soft re-entry into the post-U.S. Open world.]]></description><pubDate>Wed, 24 Jun 2026 16:38:57 +0000</pubDate><content:encoded><![CDATA[<p>CROMWELL, Conn. (AP) — Two days of rain gave way to a clearing sky Wednesday at the Travelers Championship, a reminder that his week could be a soft re-entry into the post-U.S. Open world.</p><p>Scottie Scheffler says that doesn't make it any easier, just different.</p><p>Scheffler, who won this signature event two years ago, joins U.S. Open champion Wyndham Clark, runner-up Sam Burns and most of the best players on the PGA Tour at rain-softened TPC River Highlands, a course that tends to produce birdies even without rain.</p><p>“I really do enjoy kind of harder tests and sometimes the battle is fun as well,” Scheffler said. "This golf course I think is interesting in a sense of you hit some different clubs off the tee, there’s some strategy involved, but you got to show up and make birdies.</p><p>“When you look at the closing stretch on this golf course, especially if you’re in contention on Sunday, you’re not going to be able to just limp in,” he said. “You got to go out there and you got to make birdies and hit some really, really great shots in order to win this tournament.”</p><p>That's what Keegan Bradley did last year when he rallied over the closing stretch to overcome Tommy Fleetwood — a two-shot swing on the final hole — to win the Travelers. It was a victory that put Bradley squarely in the conversation of whether the Ryder Cup captain should pick himself. Ultimately, he didn't.</p><p>Fleetwood was crushed making bogey on the final hole as Bradley made birdie, particularly because he had yet to win on U.S. soil. He took care of that in much more grander style two months later by winning the Tour Championship for the FedEx Cup.</p><p>“As disappointed and gutted as I was I felt like I got a lot of support from it,” Fleetwood said of the runner-up finish last year. “I’ve seen Rory (McIlroy) talk about it before, like you go through those upsets and you wait for the next day and you realize maybe it’s not as bad as you think and you have to get back to work no matter what.”</p><p>McIlroy headed back home to London instead of playing the Travelers, the third time this year he has chosen not to play a $20 million signature event.</p><p>That's not a requirement, and it won't be in 2028 when the PGA Tour embarks on a bold, new competition model that essentially divides the tour into two circuits — the Championship Series of some 24 events (including majors) and $20 million purses, and the Challenger Series for players to try to earn their way into the top tier.</p><p>Key to the change is the Championship Series will be 120 players on average, instead of 72 players that now compete at the Travelers Championship and other signature events. That appeals to Scheffler as much as anything else.</p><p>“I think what people want is to get the best players playing together more often,” Scheffler said. “I’m not sure if the smaller fields were a huge fan favorite, so getting fields back to 120-man fields, getting a cut back, I think it’s a good change.”</p><p>Eight of his 20 titles on the PGA Tour have had smaller fields, including the 64-man Match Play Championship he won in 2024 when he first rose to No. 1 in the world. That includes a pair of postseason events, and five signature events.</p><p>“I think when you look at larger fields it will be much harder to win tournaments,” Scheffler said. “It will be different than the old days on tour where you could win a tournament where there wasn’t many of the top players playing.”</p><p>Scheffler said winning any of the tournaments on the Championship Series in 2020 will be significant.</p><p>“You'll have beaten pretty much all of the best players in the world in order to do it,” he said. “So I’m excited about it.”</p><p>Scheffler is the only player to go from a major title to a signature event victory in consecutive weeks, in 2024 at the Masters and RBC Heritage. That task now falls to Clark, who is coming down from the high of winning his second U.S. Open title at Shinnecock Hills last week.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KIYJILUHSQDNGAWH5VBDLX23YA.jpg?auth=cdbeda930871d6f4c28b36514fadb7c318281f9a7c781be02b661ab65f9a5327&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler watches his tee shot on the sixth hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5QHM2W3OW3DNIY6GEOMO5AODOY.jpg?auth=64cc17d0844950d36e5e674b1b6d7c2355591c9603f43a126ba620645977f1f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark holds the trophy after winning the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JKDWC7FHWL4UBK4XHHULWKNH7E.jpg?auth=092e139b9c96256dbebaea14322c35a77c762644ee0166926ba489baae2929e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tommy Fleetwood, of England, celebrates after a birdie on the second hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Federal judge bars Trump from implementing proof of citizenship requirement to vote]]></title><link>https://www.local10.com/news/politics/2026/06/24/federal-judge-bars-trump-from-implementing-proof-of-citizenship-requirement-to-vote/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/federal-judge-bars-trump-from-implementing-proof-of-citizenship-requirement-to-vote/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH and MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[A federal judge on Wednesday permanently barred President Donald Trump’s administration from implementing most of his first executive order on elections, part of which sought to require people to show documentary proof of citizenship when they register to vote.]]></description><pubDate>Wed, 24 Jun 2026 19:42:21 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge on Wednesday permanently barred President Donald Trump’s administration from implementing most of his first executive order on elections, part of which sought to require people to show documentary proof of citizenship when they register to vote.</p><p>The ruling by U.S. District Court Judge Denise Casper in Boston effectively converts a preliminary injunction she issued a year ago, in which she temporarily blocked many of Trump’s efforts to overhaul elections, into a permanent ban.</p><p>Casper rejected the Republican administration’s argument that the lawsuit to block the changes brought by Democratic state attorneys general was premature because the rules had yet to be put in place. Instead, she agreed that the Constitution gives states and Congress the authority to regulate elections, and that Trump’s requirements violated the separation of powers.</p><p>The Constitution "does not grant the President any specific powers over elections,” wrote Casper.</p><p>Among other proposed changes, Trump’s order would have required people to provide documentary proof of citizenship when registering to vote, prevented mail ballots from being counted if they arrive after Election Day, even if they were postmarked by then, and punished states that failed to comply by withholding certain federal money.</p><p>In a statement, New York Attorney General Letitia James said she was grateful the court had blocked Trump's "unconstitutional attempt to seize control of our elections" and would continue to defend voting rights in this year's midterm elections.</p><p>“Generations of Americans fought tirelessly for the right to vote, and we honor their legacy by protecting that right against anyone who tries to undermine it," said James, a Democrat.</p><p>California Attorney General Rob Bonta, whose state was the lead plaintiff in the case, said the ruling reaffirmed the constitutional principle that it s up to the states and Congress to set election rules.</p><p>“While we are proud of this result, we are clear-eyed that President Trump’s attacks on voting rights and our elections show no signs of slowing down,” Bonta, a Democrat, said in a statement. "So let me be clear: we will keep fighting back every step of the way.”</p><p>Requests for comment sent to the White House and he U.S. Department of Justice were not immediately returned.</p><p>The ruling was the latest in a series against the elections executive order Trump signed just months after taking office for his second term. The Republican president has since signed another executive order on elections that seeks to create a national voter list and limit mail balloting. That directive also faces multiple legal challenges.</p><p>Last fall, a federal judge in Washington, D.C., overseeing a separate challenge to the first election executive order by civil rights and Democratic Party-aligned groups blocked the government from taking steps to include the proof-of-citizenship requirement on the federal voter registration form. That judge later barred Trump's defense secretary from requiring documentary proof of citizenship when military personnel register to vote or request ballots.</p><p>In an apparent nod to the difficulty of implementing a proof-of-citizen requirement by executive order, Trump is pushing legislation in the Republican-controlled Congress to create such a mandate. The SAVE America Act has passed the House but has stalled in the Senate, leading Trump to advocate for eliminating the filibuster that is blocking the legislation.</p><p>On Wednesday, he abruptly canceled the expected signing of a bipartisan housing bill, saying he would not sign legislation until Congress passes his proof of citizenship requirement for voting.</p><p>The president and many of his Republican allies have been promoting the narrative that voting by noncitizens is a major problem, when in fact it's quite rare. The federal voter registration form already requires people to attest that they are U.S. citizens. Violating that is punishable as a felony that can lead to prison or deportation.</p><p>In another major voting case, the U.S. Supreme Court is due to issue an opinion soon on whether mail ballots must arrive by Election Day. That could immediately change the rules in 14 states that allow grace periods ranging from days to weeks if the ballots are postmarked by Election Day.</p><p>Casper, who was nominated by Democratic President Barack Obama, is the chief judge for the U.S. District Court for the District of Massachusetts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TZFMHETED3H7C4JXJ4ELXHPEEE.jpg?auth=3de41abd2ff948b1efc3737db1b7d6ae875fefbb788db3191c8259da1f88409f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cast their votes at the Upper Marlboro Community Center Tuesday,, June 23, 2026, in Upper Marlboro, Md. (AP Photo/Gail Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Gail Burton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54SZNSJEWAIEGVVQ23OQMEIABQ.jpg?auth=62ea0096ca36b880c5d08f056a2126e6b0fd3d041e660bcd0bed0db3a32b56f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voter casts a ballot during New York’s primary election on Tuesday, June 23, 2026, in New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content></item><item><title><![CDATA[Associate Producer]]></title><link>https://www.local10.com/careers/2026/06/24/associate-producer-3/</link><guid isPermaLink="true">https://www.local10.com/careers/2026/06/24/associate-producer-3/</guid><description><![CDATA[Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department.  ]]></description><pubDate>Wed, 24 Jun 2026 16:08:24 +0000</pubDate><content:encoded><![CDATA[<p><u><b>As of June 23, 2026</b></u></p><p><u><b>Job Listing</b></u><b>: Associate Producer </b></p><p><b>Responsibilities:</b></p><p>Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department. The producer will also coordinate the program in the control room. Must be able to use knowledge of current events to participate in editorial process and write scripts.</p><p><b>Qualifications:</b></p><ul><li>Knowledge of television news</li><li>Excellent interpersonal and communication skills required</li><li>Ability to work flexible hours including nights, weekends and holidays</li><li>Ability to work in a fast-paced high-energy environment with daily deadlines and changing priorities</li><li>3-5 years’ experience as a writer or producer in a commercial news operation required</li><li>College degree in journalism or broadcasting preferred</li><li>News computer knowledge necessary</li></ul><p> <i>***All of the essential functions of this position are not necessarily described in this posting.</i></p><p><i>***We are an Equal Opportunity Employer and will consider all qualified candidates regardless of race, color, religion, national origin, age, gender, marital status, disability, or political affiliation. Any offer of employment is conditioned on successful completion of a pre-employment drug screen, investigative background check, employment/education verifications and reference checks. A valid driver’s license is required.</i></p><p><b>Please follow link below to apply for Associate Producer Position:</b></p><p><a href="https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8976" rel="">https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8976</a></p><p>Emily Hales</p><p>Executive Producer</p><p><b>WPLG/TV</b></p><p>3401 W. Hallandale Beach Blvd.</p><p>Pembroke Park, FL 33023</p><p><a href="mailto:ehales@wplg.com" rel="">ehales@wplg.com</a></p><p>No phone calls please.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPPJMX4BHJDQFMV66ISUWVBKVE.jpg?auth=0db37ab6179236b8be376383ad9969fbcacfca660c6366d72cc4fea34bda11b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Associate Producer]]></title><link>https://www.local10.com/careers/2026/06/24/associate-producer-2/</link><guid isPermaLink="true">https://www.local10.com/careers/2026/06/24/associate-producer-2/</guid><description><![CDATA[Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department.]]></description><pubDate>Wed, 24 Jun 2026 16:06:58 +0000</pubDate><content:encoded><![CDATA[<p><u><b>As of June 23, 2026</b></u></p><p><u><b>Job Listing</b></u><b>: Associate Producer </b></p><p><b>Responsibilities:</b></p><p>Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department. The producer will also coordinate the program in the control room. Must be able to use knowledge of current events to participate in editorial process and write scripts.</p><p><b>Qualifications:</b></p><ul><li>Knowledge of television news</li><li>Excellent interpersonal and communication skills required</li><li>Ability to work flexible hours including nights, weekends and holidays</li><li>Ability to work in a fast-paced high-energy environment with daily deadlines and changing priorities</li><li>3-5 years’ experience as a writer or producer in a commercial news operation required</li><li>College degree in journalism or broadcasting preferred</li><li>News computer knowledge necessary</li></ul><p> <i>***All of the essential functions of this position are not necessarily described in this posting.</i></p><p><i>***We are an Equal Opportunity Employer and will consider all qualified candidates regardless of race, color, religion, national origin, age, gender, marital status, disability, or political affiliation. Any offer of employment is conditioned on successful completion of a pre-employment drug screen, investigative background check, employment/education verifications and reference checks. A valid driver’s license is required.</i></p><p><b>Please follow link below to apply for Associate Producer Position:</b></p><p><a href="https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8966" rel="">https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8966</a></p><p>Emily Hales</p><p>Executive Producer</p><p><b>WPLG/TV</b></p><p>3401 W. Hallandale Beach Blvd.</p><p>Pembroke Park, FL 33023</p><p><a href="mailto:ehales@wplg.com" rel="">ehales@wplg.com</a></p><p>No phone calls please.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPPJMX4BHJDQFMV66ISUWVBKVE.jpg?auth=0db37ab6179236b8be376383ad9969fbcacfca660c6366d72cc4fea34bda11b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Associate Producer]]></title><link>https://www.local10.com/careers/2026/06/24/associate-producer/</link><guid isPermaLink="true">https://www.local10.com/careers/2026/06/24/associate-producer/</guid><description><![CDATA[Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department.  ]]></description><pubDate>Wed, 24 Jun 2026 16:04:31 +0000</pubDate><content:encoded><![CDATA[<p><u><b>As of June 23, 2026</b></u></p><p><u><b>Job Listing</b></u><b>: Associate Producer </b></p><p><b>Responsibilities:</b></p><p>Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department. The producer will also coordinate the program in the control room. Must be able to use knowledge of current events to participate in editorial process and write scripts.</p><p><b>Qualifications:</b></p><ul><li>Knowledge of television news</li><li>Excellent interpersonal and communication skills required</li><li>Ability to work flexible hours including nights, weekends and holidays</li><li>Ability to work in a fast-paced high-energy environment with daily deadlines and changing priorities</li><li>3-5 years’ experience as a writer or producer in a commercial news operation required</li><li>College degree in journalism or broadcasting preferred</li><li>News computer knowledge necessary</li></ul><p> <i>***All of the essential functions of this position are not necessarily described in this posting.</i></p><p><i>***We are an Equal Opportunity Employer and will consider all qualified candidates regardless of race, color, religion, national origin, age, gender, marital status, disability, or political affiliation. Any offer of employment is conditioned on successful completion of a pre-employment drug screen, investigative background check, employment/education verifications and reference checks. A valid driver’s license is required.</i></p><p><b>Please follow link below to apply for Associate Producer Position:</b></p><p><a href="https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8972" rel=""><b>https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8972</b></a></p><p>Emily Hales</p><p>Executive Producer</p><p><b>WPLG/TV</b></p><p>3401 W. Hallandale Beach Blvd.</p><p>Pembroke Park, FL 33023</p><p><a href="mailto:ehales@wplg.com" rel="">ehales@wplg.com</a></p><p>No phone calls please.</p><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/LPPJMX4BHJDQFMV66ISUWVBKVE.jpg?auth=0db37ab6179236b8be376383ad9969fbcacfca660c6366d72cc4fea34bda11b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Rural area in Northern California jolted by its biggest quake since 1940]]></title><link>https://www.local10.com/news/2026/06/24/rural-area-in-northern-california-jolted-by-its-biggest-quake-since-1940/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/rural-area-in-northern-california-jolted-by-its-biggest-quake-since-1940/</guid><dc:creator><![CDATA[By OLGA R. RODRIGUEZ and CHRISTOPHER WEBER, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — A rural area of Northern California experienced its strongest earthquake since 1940 on Wednesday morning, causing some injuries but no immediate reports of major damage, officials said.]]></description><pubDate>Wed, 24 Jun 2026 19:40:35 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — A rural area of Northern California experienced its strongest earthquake since 1940 on Wednesday morning, causing some injuries but no immediate reports of major damage, officials said.</p><p>The epicenter of the quake, with a preliminary magnitude of 5.6, was about 7 miles (12 kilometers) northwest of the agricultural town of Willits, according to the U.S. Geological Survey. It was widely felt, including in the coastal city of Fort Bragg. The initial quake was centered inland about 50 miles (80 kilometers) east of Fort Bragg at 8:10 a.m. PT, and the USGS said it was about 5 miles (8 kilometers) deep.</p><p>The area in Mendocino County dotted with small, agricultural towns is 140 miles (225 kilometers) northeast of San Francisco.</p><p>Heather Rose, a Mendocino County spokesperson, said that hospitals had reported some injuries but that she had no details on their nature or extent. She said officials plan to meet later Wednesday when more information could be released.</p><p>Power outages are affecting more than 6,000 residents of six towns near the epicenter, the Mendocino County Executive Office said in a statement, and encouraged people to stay off the highways and roads to allow work crews to inspect for damage and make repairs.</p><p>Brie Leon and her colleagues had just opened Club Calpella Restaurant when the building started shaking, rattling plates and liquor bottles.</p><p>“I had just turned the open sign on and went back into the kitchen, and that’s when it happened,” she said. “It almost felt like something hit the building.”</p><p>The restaurant is in Calpella, California, a town about 10 miles (16 kilometers) south of the epicenter and in a region of Mendocino County that has been struck by smaller quakes this year.</p><p>This was the biggest earthquake in nearly nine decades in the region, which is not on a major fault, said Lucy Jones, a veteran California seismologist.</p><p>“The area is not without earthquakes, but they’re usually smaller than this,” Jones said. She added that aftershocks are likely, but they’ll “probably stay on the low side.”</p><p>Three other quakes under a 2.7 magnitude struck near the epicenter within an hour.</p><p>Leon said the quake knocked frames off the walls and bottles off the shelves in the restaurant and the stockroom next door. She and other servers were cleaning up not long after to welcome customers for breakfast.</p><p>“It wasn’t a big, big quake, but things went everywhere,” she said.</p><p>Alan Harris and his family were at home in Kelseyville, about 40 miles (64 kilometers) southeast of the epicenter, when he received an earthquake alert on his cellphone. Soon after, the house began shaking.</p><p>“I yelled downstairs immediately to my wife and daughter to make sure they were hanging on,” Harris said. “It was scary. You could hear things crashing, mostly on the third floor of the house.”</p><p>A security camera inside Harris’ home shook vigorously as the quake struck. A few loud, crashing sounds can be heard on the video footage before Harris calls out: “Is everyone OK?”</p><p>It lasted only about 30 seconds. Framed photos fell off the walls and a computer monitor was knocked over, Harris said. Nothing appeared badly damaged, he added, noting he found no structural damage to the house.</p><p>Nearly 657,000 earthquake early warning alerts were sent by the MyShake App throughout Northern California, the California Governor’s Office of Emergency Services said. Cal OES had not received any reports of damage or injuries but it was coordinating with authorities to evaluate impacts, the office said in a statement.</p><p>___</p><p>Weber reported from Los Angeles. Associated Press reporter Russ Bynum contributed from Savannah, Georgia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/47SPCV5OFM2LAHYW5G3P7RIFGE.jpg?auth=361bc110382e7fc39a01fe0abf4ff7febb80943d3a59d49e02be427f714c541e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parts of Northern California were rocked by a moderate quake early Wednesday. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[Conoce la Guía de Preparación para Huracanes 2026 de Local 10 News en español]]></title><link>https://www.local10.com/weather/hurricane/2026/05/20/conoce-la-guia-de-preparacion-para-huracanes-2026-de-local-10-news-en-espanol/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/05/20/conoce-la-guia-de-preparacion-para-huracanes-2026-de-local-10-news-en-espanol/</guid><description><![CDATA[Ya llegó la Guía de Preparación para Huracanes 2026 de Local 10 News en español.]]></description><pubDate>Wed, 20 May 2026 14:54:45 +0000</pubDate><content:encoded><![CDATA[<p>Ya llegó la Guía de Preparación para Huracanes 2026 de Local 10 News en español.</p><p> <iframe class="scribd_iframe_embed" title="Conoce la Guía de Preparación para Huracanes 2026 de Local 10 News en español" src="https://www.scribd.com/embeds/1054773443/content?start_page=1&view_mode=scroll&access_key=key-CaatSzn8U9TPQMoGLl0a" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View Conoce la Guía de Preparación para Huracanes 2026 de Local 10 News en español on Scribd" href="https://www.scribd.com/document/1054773443/Conoce-la-Guia-de-Preparacion-para-Huracanes-2026-de-Local-10-News-en-espanol#from_embed" style="color: #098642; text-decoration: underline;"> </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KU62I3MXNZH2HBJPHYK6WZJROM.jpg?auth=83467a3e2ee0485880e476d3cfeaaf911fa4b2bc9e3b73d5bbbdf6c7a75fd543&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Local 10’s 2026 Hurricane Survival Guide]]></title><link>https://www.local10.com/weather/hurricane/2026/05/20/local-10s-2026-hurricane-survival-guide/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/05/20/local-10s-2026-hurricane-survival-guide/</guid><description><![CDATA[Stay prepared for the Atlantic Hurricane Season with the Local 10 Weather Authority’s 2026 Hurricane Survival Guide.]]></description><pubDate>Wed, 20 May 2026 14:46:06 +0000</pubDate><content:encoded><![CDATA[<p>Stay prepared for the Atlantic Hurricane Season with the Local 10 Weather Authority’s 2026 Hurricane Survival Guide in English and <a href="https://www.local10.com/weather/hurricane/2026/05/20/conoce-la-guia-de-preparacion-para-huracanes-2026-de-local-10-news-en-espanol/" target="_self" rel="" title="https://www.local10.com/weather/hurricane/2026/05/20/conoce-la-guia-de-preparacion-para-huracanes-2026-de-local-10-news-en-espanol/"><i>en Español</i>.</a></p><p> <iframe class="scribd_iframe_embed" title="2026 Local 10 Weather Authority Hurricane Guide " src="https://www.scribd.com/embeds/1054772004/content?start_page=1&view_mode=scroll&access_key=key-10VgGP3DHdtrwMQnRwuy" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View 2026 Local 10 Weather Authority Hurricane Guide on Scribd" href="https://www.scribd.com/document/1054772004/2026-Local-10-Weather-Authority-Hurricane-Guide#from_embed" style="color: #098642; text-decoration: underline;"> </p><p>What’s included in the guide:</p><ul><li>Hurricane Family Plan</li><li>Supply Kit Checklist</li><li>Are You In A Storm Surge Area?</li><li>Tri-County Evacuation Zones</li><li>Tri-County Shelters, including Pet Friendly Shelters</li><li>Special Needs Shelters</li><li>Plan Ahead For Your Pets</li><li>Emergency Transportation Information</li><li>What to Keep and What to Throw Out If the Electricity Goes Out</li></ul><p>and more ...</p><p><a href="https://www.local10.com/weather/hurricane/2025/07/28/hurricane-season-how-to-be-prepared-if-youre-a-caregiver-to-someone-with-dementia/" rel="" title="https://www.local10.com/weather/hurricane/2025/07/28/hurricane-season-how-to-be-prepared-if-youre-a-caregiver-to-someone-with-dementia/"><b>Click here</b></a><b>&nbsp;</b>for information on how to be prepared if you’re a caregiver to someone with dementia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/56WGOKYV2BGYNGE3G6SOHWA3XA.jpg?auth=2a732fb6f91a8fee7f58e76b97fe97e694f27763c1dcf4be9e54b160f128d932&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[June 24: Afternoon inland storms possible, low severe threat]]></title><link>https://www.local10.com/weather/2026/06/24/june-24-afternoon-inland-storms-possible-low-severe-threat/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/24/june-24-afternoon-inland-storms-possible-low-severe-threat/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[Summer heat and humidity into the early afternoon with heat index values near 100 degrees across South Florida, still below heat advisory levels. ]]></description><pubDate>Wed, 24 Jun 2026 15:31:26 +0000</pubDate><content:encoded><![CDATA[<p>Summer heat and humidity into the early afternoon with heat index values near 100 degrees across South Florida, still below heat advisory levels. As the sea breeze moves onshore, a few showers will form closer to the coast before storms develop further inland into the mid-afternoon. There is a level 1, marginal risk for severe weather for central Florida and parts of South Florida so any stronger storm could produce damaging wind gusts, frequent lightning and heavy rain. Storms will move toward southwest Florida into the evening, though cloud cover will linger along the east coast, keeping temperatures down. Expect a partly cloudy sky overnight with lows in the upper 70s and lower 80s by Thursday morning with a coastal shower chance.</p><p>Our rainy season pattern will continue through the end of the week with pop up showers and storms each day. Saharan dust is forecast to arrive by the weekend which will help to limit storms each afternoon. It will be hazy, hot and humid with highs in the lower 90s into early next week. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FIFA World Cup 2026 Group K: Colombia advances to Round of 32  ]]></title><link>https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group K competing to move forward to the FIFA World Cup 2026 Round of 32 are Portugal (6), the Democratic Republic of Congo (46), Uzbekistan (60), and Colombia (13).]]></description><pubDate>Fri, 05 Dec 2025 19:43:07 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group K competing to move forward to the FIFA World Cup 2026 Round of 32 are Portugal (6), the Democratic Republic of Congo (46), Uzbekistan (60), and Colombia (13).</p><figure><img src="https://www.local10.com/resizer/v2/WJ3YYUEIYVBP5E6LS35MMTYMKI.jpg?auth=9ec144f7dabca683e246794a9d871ac3c034342e60590900ae8a00772f4c1f85&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>The next matches</b></p><p><b>JUNE 27: </b>DAY 3</p><p>Congo vs. Uzbekistan is at 7:30 p.m. </p><p>MIAMI STADIUM: Colombia vs. Portugal at 7:30 p.m.</p><h3><b>Group-stage progress</b></h3><p><b>JUNE 23: </b>DAY 2</p><p><b>Colombia advances to Round of 32 after 1-0 victory against Congo </b></p><figure><img src="https://www.local10.com/resizer/v2/YGGCYVUCMBDLTE7PW5Q6ICDCRI.jpg?auth=7c467362fc4a4afb001f38e34eebec779d74182e72a4c6258f1e7e89e398dd83&smart=true&width=1200&height=900" alt="Daniel Muñoz celebrates after scoring the only goal of the Group K match against Congo on Tuesday night in Zapopan, near Guadalajara, Mexico. Photo by Fernando Llano/ The Associated Press" height="900" width="1200"/><figcaption>Daniel Muñoz celebrates after scoring the only goal of the Group K match against Congo on Tuesday night in Zapopan, near Guadalajara, Mexico. Photo by Fernando Llano/ The Associated Press</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/24/daniel-munoz-scores-and-colombia-edges-congo-1-0-to-reach-the-knockout-stage-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/daniel-munoz-scores-and-colombia-edges-congo-1-0-to-reach-the-knockout-stage-at-the-world-cup/">Daniel Muñoz scores and Colombia edges Congo 1-0 to reach the knockout stage at the World Cup</a></li></ul><p><b>Portugal gets 3 points after 5-0 victory against Uzbekistan </b></p><ul><li><a href="https://www.local10.com/sports/2026/06/23/ronaldo-becomes-first-player-to-score-in-six-world-cups-with-two-goals-against-uzbekistan/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/23/ronaldo-becomes-first-player-to-score-in-six-world-cups-with-two-goals-against-uzbekistan/">Ronaldo becomes first player to score in six World Cups with two goals against Uzbekistan</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/17/fifa-world-cup-2026-here-is-the-june-17-schedule-for-day-7-of-group-matches-clone/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/fifa-world-cup-2026-here-is-the-june-17-schedule-for-day-7-of-group-matches-clone/"><b>JUNE 17</b></a><b>: DAY 1</b></p><p><b>Colombia gets 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/VJZXWMHGUDVUHRJMAADSKB3KDA.jpg?auth=8710c2ee7f3eb5c3e124acaadf5e576aa6f7caca7aa4a3f3efaf593e2e6b9d60&smart=true&width=1200&height=900" alt="Colombia's Luis Diaz (7) celebrates after scoring his team's second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Ashtin Barker)" height="900" width="1200"/><figcaption>Colombia's Luis Diaz (7) celebrates after scoring his team's second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Ashtin Barker)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/18/luis-diaz-sparks-colombia-to-a-3-1-win-over-uzbekistan-in-its-world-cup-opener/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/luis-diaz-sparks-colombia-to-a-3-1-win-over-uzbekistan-in-its-world-cup-opener/">Luis Díaz sparks Colombia to a 3-1 win over Uzbekistan in its World Cup opener</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=ERb0Qsvxd6E" target="_self" rel="" title="https://www.youtube.com/watch?v=ERb0Qsvxd6E">Luis Diaz scores</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=q6iL9ds0Rwg" target="_self" rel="" title="https://www.youtube.com/watch?v=q6iL9ds0Rwg">Jaminton Campaz scores</a></li></ul><p><b>Portugal and Congo each get 1 point </b></p><figure><img src="https://www.local10.com/resizer/v2/C66NNEQBIGWRCYH5E26VB2EBQU.jpg?auth=fea4e13654b24a86928a9f0c58cfc23848d89130bcc05108c010baa1e1200aff&smart=true&width=1200&height=900" alt="Portugal's Cristiano Ronaldo, left, and Congo's Axel Tuanzebe react during the World Cup Group K soccer match between Portugal and Congo in Houston, Wednesday, June 17, 2026. (AP Photo/Karen Warren)" height="900" width="1200"/><figcaption>Portugal's Cristiano Ronaldo, left, and Congo's Axel Tuanzebe react during the World Cup Group K soccer match between Portugal and Congo in Houston, Wednesday, June 17, 2026. (AP Photo/Karen Warren)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/17/cristiano-ronaldo-and-portugal-held-to-a-1-1-draw-by-congo-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/cristiano-ronaldo-and-portugal-held-to-a-1-1-draw-by-congo-at-the-world-cup/">Cristiano Ronaldo and Portugal held to a 1-1 draw by Congo at the World Cup</a></li><li><b>Pre-game coverage</b>: <a href="https://www.local10.com/news/2026/06/16/world-cup-what-to-know-ronaldo-looks-to-make-history-by-scoring-in-6th-world-cup/" target="_self" rel="" title="https://www.local10.com/news/2026/06/16/world-cup-what-to-know-ronaldo-looks-to-make-history-by-scoring-in-6th-world-cup/">Ronaldo looks to make history by scoring in 6th World Cup </a></li></ul><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/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/ACG2GAHVM5HGPGYCWWEGS2DVJI.jpg?auth=3547135d7f090d4c6c878c01a52735dd47071e1c162bfdf01d5894c3ae1e6205&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Leader of secretive South Korean church arrested in election influence investigation]]></title><link>https://www.local10.com/news/world/2026/06/24/leader-of-secretive-south-korean-church-arrested-in-election-influence-investigation/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/leader-of-secretive-south-korean-church-arrested-in-election-influence-investigation/</guid><dc:creator><![CDATA[By KIMI TONG-HYUNG, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — The leader of a secretive South Korean church was arrested Wednesday as authorities widened an investigation into allegations that he illegally recruited thousands of followers into the conservative People Power Party to influence elections.]]></description><pubDate>Wed, 24 Jun 2026 15:09:55 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — The leader of a secretive South Korean church was arrested Wednesday as authorities widened an investigation into allegations that he illegally recruited thousands of followers into the conservative People Power Party to influence elections.</p><p>The Shincheonji Church has denied the accusations against Lee Man-hee, 95, a self-proclaimed messenger of Jesus who founded the congregation in the 1980s. The church says it has about 200,000 followers.</p><p>Since January, a special team of prosecutors and police has been investigating alleged ties between religious groups such as Shincheonji and the Unification Church and politicians. The inquiry is part of broader investigations under South Korea’s current liberal government into the presidency of former conservative leader Yoon Suk Yeol, who was ousted from office and convicted of rebellion over his brief imposition of martial law in December 2024.</p><p>Walking with a cane and assisted by a church official, Lee didn't respond to reporters’ questions as he appeared at the Seoul Central District Court on Wednesday afternoon for a hearing on whether to grant prosecutors’ request for his arrest.</p><p>In issuing the arrest warrant on Wednesday night, the court cited Lee as a threat to destroy evidence. The church, which had previously expressed concern about Lee’s age and health, didn't immediately comment on his arrest.</p><p>Lee has been suspected of using the church’s regional branches to pressure more than 50,000 followers to join the People Power Party, or PPP, from 2021 to 2024 in hopes of influencing the party’s presidential and legislative primaries. Investigators suspect the campaign, which allegedly included efforts to support Yoon’s presidential bid, was aimed at winning favorable treatment for the church, including permits to expand its facilities.</p><p>Lee’s arrest came months after the arrest and indictment of Unification Church leader Hak Ja Han over allegations that she instructed church officials to bribe Yoon’s wife and a conservative lawmaker close to him in an effort to secure business favors. Han, widow of the church’s founder Sun Myung Moon, has denied the allegations.</p><p>An appeals court in April sentenced Yoon’s wife, Kim Keon Hee, to four years in prison after convicting her on various charges, including receiving luxury gifts from a Unification Church official.</p><p>Yoon was removed from office in April 2025 after being impeached over his brief imposition of martial law in December 2024 following a standoff with the liberal-led legislature. Arrested in July 2025, Yoon is facing multiple trials and has appealed a life sentence for rebellion and a separate 30-year prison term over charges that he ordered drone flights over North Korea’s capital to stoke tensions and justify martial law at home.</p><p>Liberal President Lee Jae Myung, who won an early presidential election last year after Yoon’s removal from office, has authorized multiple investigations into Yoon’s martial law imposition and other allegations involving his administration and wife.</p><p>Lee Man-hee established Shincheonji in 1984, using a word meaning “new heaven and new earth.” He has been accused by other Christian groups as a false prophet or a cult leader. The church describes Lee as “the Promised Pastor,” an attendant of Jesus sent to testify what he claims are the fulfilled prophecies from the Book of Revelation.</p><p>Han is the top leader of the Unification Church, officially called the Family Federation for World Peace and Unification, which her husband, Moon, founded in 1954.</p><p>Moon — a self-proclaimed messiah who preached new interpretations of the Bible and conservative family values — built the church into an international movement with millions of followers and extensive business interests. The church is widely known for mass weddings, pairing thousands of couples who often are from different countries.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BATSPLP3AXY7PUURPKV7XA5EPE.jpg?auth=57f72a2535d1488c617b27e64281f19ba4dc31d6abdab8b196df719504c787ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lee Man-hee, a leader of Shincheonji Church, arrives at the Seoul Central District Court in Seoul, South Korea, Wednesday, June 24, 2026. (Lee Young-hwan/Newsis via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Young-hwan</media:credit></media:content></item><item><title><![CDATA[NBA draft resumes Wednesday night in New York, where some second-round picks are revered]]></title><link>https://www.local10.com/sports/2026/06/24/nba-draft-resumes-wednesday-night-in-new-york-where-some-second-round-picks-are-revered/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/nba-draft-resumes-wednesday-night-in-new-york-where-some-second-round-picks-are-revered/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Some of New York's biggest basketball heroes were second-round draft picks.]]></description><pubDate>Wed, 24 Jun 2026 15:09:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Some of New York's biggest basketball heroes were second-round draft picks.</p><p>Like Jalen Brunson, the guy marching through Manhattan with the Larry O'Brien Trophy in his arms last week during a joyous parade celebration. And Willis Reed, the guy who limped into Game 7 of the NBA Finals to lift the Knicks to their first championship.</p><p>So when the NBA draft resumes Wednesday night with the Knicks on the clock, every team will have hope of finding someone who can be a key piece of a title team.</p><p>The Knicks hold the No. 31 pick that was acquired via trades when teams and some players return to Barclays Center in Brooklyn. The first round, which began with Washington selecting AJ Dybantsa, finished late Tuesday night.</p><p>In a much different NBA with a different draft format, Reed was the No. 8 pick in the 1964 draft, which made him the first pick of the second round. The Hall of Famer went on to lead the Knicks to championships in 1970 and 1973 and was the NBA Finals MVP both times.</p><p>Brunson was the No. 33 pick in the 2018 draft, taken early in the second round by the Dallas Mavericks. The Knicks signed him as a free agent in 2022 and the franchise was on the rise ever since, culminating with their five-game victory over the San Antonio Spurs earlier this month when Brunson was MVP of the series.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RPIK2UHRKDLQRZV2HIKKS6EAEQ.jpg?auth=e4db7df14b36bc55e89525949e7a3277efc378b25cb59ae0ff723b0c17fb59a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[in the first round of the NBA basketball draft, Tuesday, June 23, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UDTW2F6BRHPK7PTE5AQSQ2HUK4.jpg?auth=a9fa66f7745f9a87169ee8cda3656a2cd0b280a70927ffc099294ccedf9a8b9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[NBA Commissioner Adam Silver speaks during the first round of the NBA basketball draft, Tuesday, June 23, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Watch Local 10 News live]]></title><link>https://www.local10.com/news/2019/11/11/watch-local-10-news-live/</link><guid isPermaLink="true">https://www.local10.com/news/2019/11/11/watch-local-10-news-live/</guid><description><![CDATA[Watch Local 10 news on local10.com]]></description><pubDate>Tue, 02 Mar 2021 18:58:10 +0000</pubDate><content:encoded><![CDATA[<p><!--START GMG LIVESTREAM-->
<div id="gmg-video-container"></div>
<script src="https://imasdk.googleapis.com/js/sdkloader/ima3_dai.js" type="text/javascript"></script>
<script src="https://imasdk.googleapis.com/js/sdkloader/ima3.js" type="text/javascript"></script>
<link id="player_css" href="https://static.gmg.io/gmg.static/videoplayer/player.css" rel="stylesheet">
<script charset="utf-8" src="https://static.gmg.io/gmg.static/videoplayer/player.js"></script>
<script type="text/javascript">
    console.log("LOADING THE GMG DAI LIVESTREAM PLAYER");
    GMGVideoPlayers = window.GMGVideoPlayers || [];
    vnode = document.getElementById('gmg-video-container');
    console.log('vnode=');
    console.log(vnode);
    vidConfig = {
        "node" : "#gmg-video-container",
        "url" : "https://pubads.g.doubleclick.net/ssai/event/sV-Br09aQKCXBpQXqDM0Bg/master.m3u8",
        "dai_assetKey" : "sV-Br09aQKCXBpQXqDM0Bg",
        "autoplay" : true,
        "muted" : true,
        "controls" : true,
        "debug" : false,
        "adTagUrl" : "https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/15466288/WPLG/Livestream&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&url=[referrer_url]&description_url=[description_url]&correlator=[timestamp]"
    }
    console.log('Pushing vidConfig');
    console.log(vidConfig);
    window.GMGVideoPlayers.push(vidConfig);
    window.GMGPLAYER = window.GMGPLAYER || GMGVideoPlayers.players[0];
</script>
<!--END GMG LIVESTREAM--></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZSHUXKWLZ5EBTBS3MAKYEQLDX4.png?auth=a56445470387487ff6e4e3773fce39138bc9e7b1cdd2f667c8974dbb6cdd5585&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Charlie Brown's longtime pen pal is finally revealed in new Apple TV 'Peanuts' movie]]></title><link>https://www.local10.com/entertainment/2026/06/24/charlie-browns-longtime-pen-pal-is-finally-revealed-in-new-apple-tv-peanuts-movie/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/charlie-browns-longtime-pen-pal-is-finally-revealed-in-new-apple-tv-peanuts-movie/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Charlie Brown began writing to a pen pal not long after the comic strip “Peanuts” debuted in newspapers back in 1950. No one has gotten a look at whoever was on the other end of his letters — until now.]]></description><pubDate>Wed, 24 Jun 2026 19:12:01 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Charlie Brown began writing to a pen pal not long after the comic strip “Peanuts” debuted in newspapers back in 1950. No one has gotten a look at whoever was on the other end of his letters — until now.</p><p>Her name is Mia, and she's a young girl from London of South Asian descent who uses a wheelchair. She glides into the spotlight in the animated movie “Snoopy Unleashed,” coming to Apple TV in 2027, helping Charlie Brown, Snoopy and the gang explore what being a pal is really all about.</p><p>“The story is really about what real friendship is about, and I think that continues to be something that’s relevant not only to kids, but adults,” says producer Bonnie Arnold.</p><p>“True friends love you for who you are. And that’s something that we not only have to learn as kids, but we have to remind ourselves as we become teenagers and young adults and adults and even in older age,” she added.</p><p>What's the movie about?</p><p>In the 80-minute movie, Mia makes a surprise visit to a suddenly flustered Charlie Brown, who has to live up to the curated version of himself that he has presented in his letters. His relationship with Snoopy is then strained, and the dog bolts for a nearby city. Naturally, Charlie Brown and the gang, plus Mia, give chase.</p><p>With Mia, the creators wanted to birth someone as different from Charlie Brown as possible — a girl, not from a suburb or a rural town, who moves through the world differently, without a pet, and someone with confidence.</p><p>“Charlie Brown is probably one of the most insecure human beings that we know. That’s what makes him charming. It’s how we see ourselves in him. So we felt that we wanted Mia to be more comfortable with who she is,” says director Steve Martino, adding: “A big part of her role in the movie is to be a mirror to Charlie Brown, to journey with him and to reflect some things that he couldn’t see himself.”</p><p>An urban landscape</p><p>They landed on London as Mia's home since that elevated the stakes.</p><p>“If this pen pal was going to come to visit, it would be a much stronger story if she came from much further away,” says Martino. “He has one shot to make a good impression.” (Plus, it gave Lucy the chance to believe somehow that Mia might be a royal ).</p><p>In the city, Mia is more comfortable than Charlie Brown and the gang, who are fish out of water, like encountering their first revolving door with amazement. The jazz score grows more frenzied as the children navigate honking traffic and the urban energy.</p><p>Snoopy's trip to the city also introduces another new character: a nameless, gold-haired stray mutt who becomes his opposites-attract pal, like Mia and Charlie Brown.</p><p>“Snoopy definitely is more of a human-type character. He walks on twos and not fours,” says Arnold. The stray, on the other hand, “walks on fours, he barks, he pants, he’s more doglike, but he befriends Snoopy. Even though his actions are a bit puppylike, he’s a little bit more seasoned in the ways of being on the road.”</p><p>Issues of authenticity and presentation</p><p>The script was written by Craig Schulz — “Peanuts” creator Charles M. Schulz's son — and his own son, Bryan Schulz, along with Cornelius Uliano and Karey Kirkpatrick. To accurately portray life in a wheelchair, the creators consulted several groups, including Disability Belongs.</p><p>Lara Mehmet, a wheelchair user who lives just outside London, was picked to voice Mia after a long audition process and helped the script sound more authentic.</p><p>While viewers today are more familiar with texts, instant messages and social media posts, the moviemakers hope they'll see the same issues of authenticity and presentation in a story sparked by snail mail letters.</p><p>“On social media, we like to curate and project a life that is the very best of who we are. And I thought that is such rich story material to dig into,” says Martino. “We communicate differently today, but feelings that are universal.”</p><p>“Peanuts” ran in more than 2,600 newspapers, reaching millions of readers in 75 countries before ending in 2000. Charlie Brown and Snoopy have since thrived in the digital age with fresh specials and series.</p><p>In addition to “Snoopy Unleashed,” Apple TV has season two of “Camp Snoopy” on tap for June, a new special “Snoopy Presents: There’s No Place Like Home, Snoopy” premiering at the end of July, and the “Peanuts” classics “This Is America, Charlie Brown” and “The Charlie Brown and Snoopy Show” will be available on the platform in early July.</p><p>The moviemakers credit Schulz for leaving a legacy of very believable kids and an ability to tap into the human experience, with all its vulnerabilities.</p><p>“What Charles Schulz did in the comic strips so well is kind of touch on things that affect us all at all ages, right? Some universal truths about relationships,” says Arnold.</p><p>___</p><p>This story has been updated to correct the spelling of two of the scriptwriters’ first names. They are Bryan Schulz and Cornelius Uliano, not Brian Schulz and Neil Uliano.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VLPWK4IZKQSQ2WPY4HBABKYF6Q.jpg?auth=1025fe2525ec03e576e0faef7db1621a85c7b2470070f5e228f6e8f1264ea4b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Apple TV shows “Peanuts” characters, including Snoopy, center, in a scene from the animated movie “Snoopy Unleashed” coming to Apple TV in 2027. (Apple TV via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5DBNZMFGVAKI7QCM5TOQZ2AXVM.jpg?auth=3246f20f1773f9e0e1827c9a8b602579444a7ce7ca22eea45b1dddf2fbcf5037&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Apple TV shows “Peanuts” characters, including Snoopy, center, in a scene from the animated movie “Snoopy Unleashed” coming to Apple TV in 2027. (Apple TV via AP)]]></media:description></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track group-stage winners advancing to Round of 32 ]]></title><link>https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[As of Saturday night, three out of the 48 teams in the FIFA World Cup 2026 had advanced into the Round of 32: Mexico, the United States, and Germany. ]]></description><pubDate>Sun, 21 Jun 2026 02:43:17 +0000</pubDate><content:encoded><![CDATA[<p>As of Wednesday morning, seven out of the 48 teams in the FIFA World Cup 2026 had advanced into the Round of 32 stage. </p><p>Here is the list:</p><ul><li><b>Mexico</b> (<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><b>United States</b> (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>)</li><li><b>Germany</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/">Group E</a>)</li><li><b>France</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/">Group I</a>)</li><li><b>Norway</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/">Group I</a>)</li><li><b>Argentina</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/">Group J</a>)</li><li><b>Colombia </b>(<a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>)</li></ul><h3><b>Tournament’s schedule </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><h3><b>Track group-stage</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XMZXEK7ORF7FHCO3EG3W5FG7XQ.jpg?auth=b4e97b8a0f6e7b47f934cbb7a18351dbfef33868c1ed08d6749ed0cca696ddd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Nadiem Amiri leaps in the air as he celebrates after teammate Germany's Deniz Undav (26) scored their first goal during the World Cup Group E soccer match between Germany and Ivory Coast in Toronto, Saturday, June 20, 2026. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[Ronaldinho says 'let the magic begin' after signing with Italian Serie C club Ravenna at age 46]]></title><link>https://www.local10.com/news/weird-news/2026/06/24/ronaldinho-says-let-the-magic-begin-after-signing-with-italian-serie-c-club-ravenna-at-age-46/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/24/ronaldinho-says-let-the-magic-begin-after-signing-with-italian-serie-c-club-ravenna-at-age-46/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Brazil great Ronaldinho has signed with Italian Serie C club Ravenna at age 46, more than a decade after retiring.]]></description><pubDate>Wed, 24 Jun 2026 14:45:27 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Brazil great Ronaldinho has signed with Italian Serie C club Ravenna at age 46, more than a decade after retiring.</p><p>“I cannot wait to dance with the ball,” Ronaldinho said. “Football has always been joyful for me, and I’m excited to bring that spirit to Ravenna. Let the magic begin!”</p><p>The Ravenna club is run by Ignazio Cipriani of the Cipriani restaurant brand.</p><p>“(Ronaldinho) was my idol growing up,” Cipriani said at a presentation in Miami. “I hope his involvement inspires a new generation of supporters to fall in love with Ravenna.”</p><p>Ronaldinho last played professionally for Fluminense in 2015. It will mark his second spell in Italy after featuring for AC Milan from 2008-11. He won the World Cup with Brazil in 2002 and the Ballon d’Or in 2005.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VMZSY5WMWSGCS3LEHK5ZHZDP4Y.jpg?auth=7c36ad44fad651d09e8d0a8bcad5135a0a53368065feebbe8eb9e480ea1b7561&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian football legend Ronaldinho, left, holds up jerseys along with Ignazio Cipriani, president of Ravenna FC, at a media event celebrating Ronaldinho's recent signing with the Italian soccer club, at Cipriani Downtown Miami restaurant, Tuesday, June 23, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XQLRVSPSJ3PGFRR6IFX66JX6CA.jpg?auth=8e597dbb0e9e214ec76cb99dcf9e6590af309fb30081f12774f6ceafd3e3ab07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian football legend Ronaldinho speaks during a media event celebrating his recent signing with Italian soccer club Ravenna FC, at Cipriani Downtown Miami restaurant, Tuesday, June 23, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BTBK7SLASYBPIYMZC7F46WOLMM.jpg?auth=e85a3578bf2a19e2ce07011e2a43c589f8f0a65570fdb394f7ea7f181cc2e359&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Brazilian soccer player Ronaldinho watches before 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><media:content url="https://www.local10.com/resizer/v2/KKR5Z4IB4LU44GYBWNNMLLI5ZA.jpg?auth=2925719fc0ae391d8a162c1c69097ab9ddc1c371f91607717be7e93a5cb34f67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian football legend Ronaldinho speaks at a media event to promote his recent signing with Italian soccer club Ravenna FC, at Cipriani Downtown Miami, Tuesday, June 23, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G2QUXEK5TOQDUW3LZ54LFIKBIY.jpg?auth=253227cf7d2d4ea1b323344f5d8adeee3be05b97d2e3d90f2b636f93fab1af8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian football legend Ronaldinho, left, listens as Giorgio Mallone, Ravenna FC creative director, talks about the team's new kit during a media event celebrating Ronaldinho's recent signing with the Italian soccer club, at Cipriani Downtown Miami restaurant, Tuesday, June 23, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Hombre de Miami es acusado de apuñalar a una persona con un cuchillo para carne y de herir a una mujer en su vivienda]]></title><link>https://www.local10.com/news/local/2026/06/24/hombre-de-miami-es-acusado-de-apunalar-a-una-persona-con-un-cuchillo-para-carne-y-de-herir-a-una-mujer-en-su-vivienda/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/hombre-de-miami-es-acusado-de-apunalar-a-una-persona-con-un-cuchillo-para-carne-y-de-herir-a-una-mujer-en-su-vivienda/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 27 años enfrenta un cargo por intento de homicidio después de que la policía de Miami asegurara que presuntamente apuñaló a un joven de 21 años e hirió a una mujer durante un altercado.]]></description><pubDate>Wed, 24 Jun 2026 14:31:23 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 27 años enfrenta un cargo por intento de homicidio después de que la policía de Miami asegurara que presuntamente apuñaló a un joven de 21 años e hirió a una mujer durante un altercado ocurrido la madrugada del martes en su vivienda.</p><p>El sospechoso fue identificado en un informe de arresto obtenido por Local 10 News como Daeshone Vaughn Codner.</p><p>El incidente ocurrió poco antes de las 12:30 a.m. del martes, cerca de la cuadra 300 de Southwest 15th Avenue, en el vecindario Riverside de Miami, informaron las autoridades.</p><p>De acuerdo con el informe, los agentes respondieron a una llamada sobre un hombre con una herida de arma blanca y encontraron a la víctima con una lesión en el lado izquierdo del torso.</p><p>El reporte señala que paramédicos del Departamento de Bomberos de Miami trasladaron al herido al Centro de Trauma Ryder del Hospital Jackson Memorial, donde fue sometido a una cirugía de emergencia. Posteriormente fue ingresado a la unidad de cuidados intensivos, donde permanece en estado crítico, pero estable.</p><p>Los agentes también encontraron en el lugar a una mujer de 28 años con una lesión en un ojo.</p><p>Según declaraciones de testigos incluidas en el informe, la discusión comenzó en el patio trasero de la vivienda y se intensificó después de que la mujer le arrojara una bebida a Codner.</p><p>Los testigos dijeron a los investigadores que Codner regresó al interior de la casa, tomó un cuchillo para carne de la cocina y volvió al patio.</p><p>El informe indica que la mujer declaró que Codner le lanzó latas de cerveza, botellas de vidrio y vasos de plástico, golpeándola en el rostro y el hombro.</p><p>Según su testimonio, cayó al suelo y el otro hombre intervino para ayudarla.</p><p>La mujer también declaró que, cuando intentó llamar al 911, Codner le arrebató el teléfono y lo lanzó, impidiéndole pedir ayuda.</p><p>La policía informó que un video de vigilancia de la vivienda muestra a Codner acercándose a la víctima con un cuchillo en la mano.</p><p>De acuerdo con el informe, las imágenes muestran al joven intentando defenderse antes de que Codner presuntamente lo apuñalara una vez en el lado izquierdo del torso. Inmediatamente después de ser herido, la víctima se sujetó el costado y se alejó caminando.</p><p>La mujer, quien dijo a los detectives que conocía a Codner desde hacía aproximadamente un mes y que anteriormente había tenido un encuentro sexual casual con él, posteriormente lo identificó como la persona que apuñaló al joven y la golpeó al arrojarle objetos.</p><p>Cuando los agentes llegaron al lugar, Codner presuntamente se negó a obedecer la orden de colocar las manos detrás de la espalda y opuso resistencia al arresto. La policía también indicó que, tras ser detenido, pateó repetidamente el interior de la patrulla, causando daños a una de las puertas.</p><p>Después de renunciar a sus derechos Miranda, Codner negó inicialmente haber apuñalado a la víctima, pero dejó de responder preguntas cuando los detectives le mostraron el video de vigilancia, señala el informe.</p><p>De acuerdo con los registros de la cárcel, Codner enfrenta un cargo de intento de homicidio grave, además de cargos por intimidación o manipulación de una víctima, agresión, daños a la propiedad por un monto superior a 200 dólares e inferior a 1,000 dólares y resistencia a un agente sin violencia.</p><p>Hasta la mañana del miércoles permanecía detenido en el Centro Correccional Turner Guilford Knight, mientras un juez determina el monto de su fianza.</p><p>Hasta el momento, las autoridades no han establecido el motivo del ataque.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JT6ZHWUS3BA55CTHGA6MUPOSEE.jpg?auth=b7de5dbd4e59caad8adc1ea2f3941cc1a0b6de17b258ba4aba8c0239d4fb1107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FIFA World Cup 2026 Group L: Ghana holds England]]></title><link>https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-l-2-matches-on-june-17/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group L competing to move forward to the FIFA World Cup 2026 Round of 32 are England (4), Croatia (10), Ghana (72), and Panama (30).]]></description><pubDate>Fri, 05 Dec 2025 19:45:58 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group L competing to move forward to the FIFA World Cup 2026 Round of 32 are England (4), Croatia (10), Ghana (72), and Panama (30).</p><figure><img src="https://www.local10.com/resizer/v2/R6TJOTBIZFHYRHC22NFQXVYX54.jpg?auth=71f0955ad435aae3a49f153cc24987635b9ab86ddae800f687b5e04340098a9c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>The next matches</b></p><p><b>JUNE 27</b>: DAY 3</p><p>Panama vs. England is at 5 p.m. </p><p>Croatia vs. Ghana is at 5 p.m.</p><h3><b>Group-stage progress</b></h3><p><b>JUNE 23</b>: DAY 2</p><p><b>Croatia gets 3 points after 1-0 win against Panama </b></p><p><b>England and Ghana play to 0-0 draw </b></p><figure><img src="https://www.local10.com/resizer/v2/5ZJDSDWOWO7JDFE5IDS7RHL4LE.jpg?auth=8a5d0b568b24c820c12d4b50ba81781f03856b61210b2fb2a837ff500e5d241f&smart=true&width=1200&height=900" alt="England's Harry Kane (9) reacts after missing a shot on goal during the World Cup Group L soccer match between England and Ghana in Foxborough, Mass., near Boston, Tuesday, June 23, 2026. (AP Photo/Petr David Josek)" height="900" width="1200"/><figcaption>England's Harry Kane (9) reacts after missing a shot on goal during the World Cup Group L soccer match between England and Ghana in Foxborough, Mass., near Boston, Tuesday, June 23, 2026. (AP Photo/Petr David Josek)</figcaption></figure><p><b>Analysis</b>: <a href="https://www.local10.com/sports/2026/06/24/england-and-ghana-play-to-0-0-draw-at-world-cup-despite-flurry-filled-final-minutes/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/england-and-ghana-play-to-0-0-draw-at-world-cup-despite-flurry-filled-final-minutes/">England and Ghana play to 0-0 draw at World Cup despite flurry-filled final minutes</a></p><p><b>JUNE 17</b>: DAY 1</p><p><b>Ghana gets 3 points after 1-0 win against Panama </b></p><p><b>England gets 3 points</b></p><figure><img src="https://www.local10.com/resizer/v2/42NOCX6IHA4M36RNFVGOEOWS44.jpg?auth=7dbffeb7f0605d508a29d1f167940d4e75aad8665bc653b705974ad291efea47&smart=true&width=1200&height=900" alt="England's Harry Kane (9) celebrates after scoring a goal during the World Cup Group L soccer match between England and Croatia in Arlington, Texas, near Dallas, Wednesday, June 17, 2026. (AP Photo/Tony Gutierrez)" height="900" width="1200"/><figcaption>England's Harry Kane (9) celebrates after scoring a goal during the World Cup Group L soccer match between England and Croatia in Arlington, Texas, near Dallas, Wednesday, June 17, 2026. (AP Photo/Tony Gutierrez)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/17/harry-kane-ties-englands-record-for-world-cup-goals-in-4-2-win-over-croatia/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/harry-kane-ties-englands-record-for-world-cup-goals-in-4-2-win-over-croatia/">Harry Kane ties England’s record for World Cup goals in 4-2 win over Croatia</a></li></ul><p><b>Track the groups</b></p><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></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I4LJGQ6KFJAIZPMMVW2QAISNCQ.jpg?auth=2cd134fab9bd82ff66e33abf7f519ffb1a0513452c3c83acc0ac8f75db53d084&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cepeda reconoce el triunfo del conservador De la Espriella en el balotaje presidencial de Colombia]]></title><link>https://www.local10.com/espanol/2026/06/24/cepeda-reconoce-el-triunfo-del-conservador-de-la-espriella-en-el-balotaje-presidencial-de-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/cepeda-reconoce-el-triunfo-del-conservador-de-la-espriella-en-el-balotaje-presidencial-de-colombia/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ y REGINA GARCÍA CANO, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El progresista Iván Cepeda reconoció el miércoles el triunfo del conservador Abelardo de la Espriella en la segunda vuelta presidencial de Colombia luego de cuestionar los resultados del conteo preliminar que le habían dado al segundo la mayoría de los votos.]]></description><pubDate>Wed, 24 Jun 2026 19:52:32 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El progresista Iván Cepeda reconoció el miércoles el triunfo del conservador Abelardo de la Espriella en la segunda vuelta presidencial de Colombia luego de cuestionar los resultados del conteo preliminar que le habían dado al segundo la mayoría de los votos.</p><p>“He decidido aceptar el resultado... que señala que Abelardo de la Espriella es el nuevo presidente”, dijo Cepeda en una conferencia de prensa.</p><p>Agregó que aceptar su derrota “no significa renunciar a la verdad ni guardar silencio frente a hechos que consideramos graves" de la campaña presidencial. "Denunciamos la abierta e indebida injerencia extranjera... particularmente las intervenciones realizadas desde el gobierno de Estados Unidos y del presidente Donald Trump a favor de la candidatura de Abelardo de la Espriella”.</p><p>De la Espriella vio como “positivo” el reconocimiento de Cepeda y tomó “nota de su mensaje”, incluyendo los señalamientos y propuestas, según indicó su oficina de prensa en un comunicado. “El compromiso del gobierno entrante...será garantizar plenamente el derecho a la oposición política y a la manifestación pacífica, dentro del marco de la Constitución”, agregó.</p><p>Cepeda, aliado político del presidente Gustavo Petro, había pedido la revisión de decenas de miles de mesas de votación por presuntas irregularidades y dijo que esperaría el veredicto del escrutinio oficial del Consejo Nacional Electoral (CNE), la autoridad que declara al ganador de la elección. Ese proceso aún está en curso.</p><p>El conteo preliminar de la Registraduría, encargada de la logística de las elecciones el día de la votación, ubicó a De la Espriella con 49,66% de los votos y a Cepeda con 48,70%. La diferencia entre ambos es de más de 250.800 sufragios.</p><p>Se trata de la segunda votación con la diferencia más estrecha en un balotaje de las últimas tres décadas en Colombia.</p><p>Los colombianos debían elegir entre la continuidad de las políticas progresistas de Petro, que representaba Cepeda, o un giro hacia el conservadurismo con De la Espriella, quien prometió mano dura para los “narcoterroristas”, mega cárceles al estilo de las de Nayib Bukele en El Salvador, el fin de los diálogos de paz con los grupos armados ilegales y una disminución de cargas tributarias para el empresariado.</p><p>Las urnas terminaron por rechazar la continuidad, pero también mostraron a un país polarizado en el que casi la mitad de los votantes apostaron por Cepeda, de 63 años. “Hoy somos media Colombia contada en las urnas... somos una fuerza política, social y cultural presente en cada rincón del país”, dijo el progresista.</p><p>Oposición “vigilante”</p><p>En la conferencia Cepeda agregó que ejercerán una "oposición democrática, vigilante y constructiva, pero también resuelta e inquebrantable cuando se trate de defender los derechos del pueblo” e indicó que de ser necesario harán “la resistencia y la desobediencia civil pacífica”. No dijo de inmediato si aceptará una banca en el Senado dispuesta para el segundo en la elección presidencial.</p><p>Petro, quien también había cuestionado la transparencia del sistema electoral, pareció reconocer que De la Espriella lo sucedería al asegurar en la noche del martes que “estamos partidos por mitad y es hora de reconocernos, respetarnos y acordar. Empezará el empalme (transición) y mi retirada”, escribió en la red social X.</p><p>De la Espriella, de 47 años, ya se había autoproclamado vencedor tras el conteo preliminar y les había pedido a Cepeda y Petro que admitieran los resultados. El abogado y empresario, sin experiencia en política, ya ha sido reconocido como presidente electo por diversos mandatarios, incluidos Trump —que le había dado su apoyo público durante la campaña—, el argentino Javier Milei y el panameño José Raúl Mulino, entre otros.</p><p>Luego de que Cepeda aceptó la derrota, la presidenta encargada de Venezuela, Delcy Rodríguez, saludó la voluntad “soberana” expresada por los colombianos y declaró su intención de tener relaciones de cooperación y amistad con el nuevo gobierno del país vecino.</p><p>“Demos un paso adelante, no miremos atrás; porque quienes en el pasado agredieron a Venezuela desde Colombia, se encontraron con el fracaso”, dijo Rodríguez durante un acto oficial en Caracas.</p><p>Petro restableció las relaciones diplomáticas y comerciales con Venezuela tras llegar al poder en 2022, por lo que fue considerado un aliado político del depuesto Nicolás Maduro. De la Espriella celebró la operación militar de Estados Unidos que terminó con la caída de Maduro el 3 de enero y ha dicho que su relación con Venezuela se canalizará a través del gobierno estadounidense.</p><p>De la Espriella emitió el martes un comunicado en el que informó que trabaja en la conformación del gabinete que lo acompañaría a partir del 7 de agosto, cuando tomará posesión del cargo, y que se prepara para iniciar la transición de gobierno.</p><p>En su campaña enfrentó críticas por comentarios a periodistas tildados de machistas, por decir que defendería la democracia “por la razón o por la fuerza” y declararse enemigo de los “señores de la izquierda” a quienes había que “destriparlos”. Luego matizó su discurso diciendo que se refería a una confrontación ideológica en el “marco de la ley”.</p><p>“No aceptaremos tratos machistas u homófobos por parte del presidente... Colombia ha sufrido demasiado por causa del autoritarismo, la discriminación y la persecución política para permitir que esas sombras del pasado regresen”, advirtió Cepeda.</p><p>————</p><p>El reportero de AP Jorge Rueda contribuyó desde Caracas.</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/YWKDI7PVCPUJOEVUQGLJMDYUME.jpg?auth=bd71a43cc98235edb38dae3c6dafa4fb8798baa17de12b1ac39b59dbe7aed81a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Iván Cepeda, de la coalición gobernante Pacto Histórico, saluda con la mano tras votar en la segunda vuelta electoral celebrada en Bogotá, Colombia, el domingo 21 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[Shooting your shot — inside the Flamingo Gardens Camera Club ]]></title><link>https://www.local10.com/features/2026/06/23/shooting-your-shot-inside-the-flamingo-gardens-camera-club/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/23/shooting-your-shot-inside-the-flamingo-gardens-camera-club/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[At Flamingo Gardens, the peacocks show off, the photographers show up and Mother Nature does the rest. For the Flamingo Gardens Camera Club, every walk is a scavenger hunt. The more they look, the more they find. ]]></description><pubDate>Tue, 23 Jun 2026 12:54:40 +0000</pubDate><content:encoded><![CDATA[<p>At Flamingo Gardens, the peacocks show off, the photographers show up and Mother Nature does the rest.</p><p><a href="https://www.local10.com/news/local/2026/06/24/capturando-el-momento-asi-es-el-club-de-fotografia-de-flamingo-gardens/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/capturando-el-momento-asi-es-el-club-de-fotografia-de-flamingo-gardens/">Leer en español</a></p><p>For the Flamingo Gardens Camera Club, every walk is a scavenger hunt. The more they look, the more they find. </p><p>“You can take pictures of the birds, the animals. The ones in cages, outside of cages. The scenery. You learn something new every day you come here,” said Dalia Latife, President of the <a href="https://flamingogardens.org/clubs-classes/camera-club-2/" target="_self" rel="" title="https://flamingogardens.org/clubs-classes/camera-club-2/">Flamingo Gardens Camera Club.</a></p><p>Latife leads a group of photographers who <a href="https://www.facebook.com/groups/474644657102923/?ref=share&amp;mibextid=wwXIfr&amp;rdid=40evQHmu8KQ4ybiI&amp;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2Fg%2F1JggFa6Xp8%2F%3Fmibextid%3DwwXIfr#" target="_self" rel="" title="https://www.facebook.com/groups/474644657102923/?ref=share&amp;mibextid=wwXIfr&amp;rdid=40evQHmu8KQ4ybiI&amp;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2Fg%2F1JggFa6Xp8%2F%3Fmibextid%3DwwXIfr#">gather each month </a>before the gardens even open to the public. The day begins in the classroom, where members talk technique, review assignments and share photos. Then, cameras in hand, they head into the field.</p><p>The club welcomes photographers of every skill level, from newcomers using smartphones to experienced artists whose work has appeared in museums.</p><p>“It’s looking through things differently,” said Latife. “Seeing the little things that we miss. You know, everyday we just walk by something. By just stopping and walking- you notice something different.” </p><p>That shared perspective is what brings the group together.</p><p>Members receive exclusive access to the 60-acre gardens, giving them room to explore winding paths, lush landscapes and a wildlife collection that often feels like a red-carpet event for photographers. Peacocks strut, flamingos pose and curious visitors become subjects themselves.</p><p>But the club’s focus extends beyond photography.</p><p>Every click sparks conversation. Every snapshot starts a story.</p><p>Members swap ideas, offer feedback and learn from one another, often discovering that the most meaningful part of the experience isn’t what ends up on the memory card.</p><p><i>To submit an idea for What Connects Us, email </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>. </i></p>]]></content:encoded></item><item><title><![CDATA[Capturando el momento: así es el Club de Fotografía de Flamingo Gardens]]></title><link>https://www.local10.com/news/local/2026/06/24/capturando-el-momento-asi-es-el-club-de-fotografia-de-flamingo-gardens/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/capturando-el-momento-asi-es-el-club-de-fotografia-de-flamingo-gardens/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[Para el Club de Fotografía de Flamingo Gardens, cada recorrido es una búsqueda del tesoro. Cuanto más observan, más descubren.]]></description><pubDate>Wed, 24 Jun 2026 14:22:21 +0000</pubDate><content:encoded><![CDATA[<p>En Flamingo Gardens, los pavos reales despliegan su belleza, los fotógrafos llegan con sus cámaras y la naturaleza hace el resto.</p><p>Para el Club de Fotografía de Flamingo Gardens, cada recorrido es una búsqueda del tesoro. Cuanto más observan, más descubren.</p><p>“Aquí puedes fotografiar aves, animales, los que están en recintos y los que están libres. También los paisajes. Cada vez que vienes aprendes algo nuevo”, dijo Dalia Latife, presidenta del Club de Fotografía de Flamingo Gardens.</p><p>Latife encabeza un grupo de fotógrafos que se reúne cada mes incluso antes de que los jardines abran al público. La jornada comienza en un salón de clases, donde los integrantes hablan sobre técnicas, revisan sus ejercicios y comparten fotografías. Después, con las cámaras en mano, salen a recorrer el lugar.</p><p>El club da la bienvenida a fotógrafos de todos los niveles, desde principiantes que utilizan teléfonos celulares hasta artistas experimentados cuyas obras han sido exhibidas en museos.</p><p>“Se trata de ver las cosas desde una perspectiva diferente”, explicó Latife. “De fijarte en esos pequeños detalles que normalmente pasamos por alto. Todos los días caminamos junto a muchas cosas, pero cuando te detienes y observas, descubres algo distinto”.</p><p>Esa forma de ver el mundo es lo que une al grupo.</p><p>Los miembros tienen acceso exclusivo a los jardines, que abarcan unas 60 acres, lo que les permite recorrer senderos, paisajes exuberantes y una colección de fauna que, para muchos fotógrafos, parece una auténtica alfombra roja. Los pavos reales desfilan, los flamencos posan y hasta los visitantes curiosos terminan convirtiéndose en modelos improvisados.</p><p>Pero el objetivo del club va más allá de la fotografía.</p><p>Cada clic da pie a una conversación y cada imagen cuenta una historia.</p><p>Los integrantes intercambian ideas, ofrecen retroalimentación y aprenden unos de otros, descubriendo muchas veces que la parte más valiosa de la experiencia no es la fotografía que queda guardada en la tarjeta de memoria.</p><p>Para enviar una propuesta para la sección “What Connects Us”, escriba al correo electrónico:<a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>.</i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Acusan a sargento de la Policía de Miramar de golpear a su novia en la boca tras preguntarle sobre el estado de su relación ]]></title><link>https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/</guid><dc:creator><![CDATA[Amanda Batchelor, Roy Ramos]]></dc:creator><description><![CDATA[Un sargento de la Policía de Miramar se entregó a las autoridades el lunes tras un incidente de violencia doméstica en el condado Miami-Dade, informaron las autoridades.]]></description><pubDate>Tue, 23 Jun 2026 14:01:03 +0000</pubDate><content:encoded><![CDATA[<p>Liberan a sargento de la policía de Miramar acusado de agredir a su novia en su vivienda del condado Miami-Dade tras pagar fianza el martes</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade (MDSO), la novia de Devarious Holloway acudió a una estación de la MDSO el sábado para denunciar un incidente ocurrido el día anterior entre ella y su novio.</p><p>Los agentes indicaron que la víctima afirmó que Holloway le envió un mensaje de texto alrededor de las 7 p.m. del viernes diciendo: “Sal afuera. Mi mamá quiere hablar contigo”.</p><p>La víctima dijo que se sintió confundida porque sabía que la madre de Holloway había fallecido en 2017, según el informe.</p><p>De acuerdo con el informe, la mujer caminó hacia un vehículo estacionado frente a su casa y vio a Holloway de pie junto al automóvil.</p><p>Los agentes indicaron que Holloway se acercó a la víctima y le preguntó: “¿Entonces ya terminamos?”.</p><p>Según el informe, la víctima caminó hacia la casa de su hermana, ubicada en la misma propiedad, creyendo que Holloway la seguiría, pero dijo que rápidamente se dio cuenta de que él había entrado a su propia vivienda.</p><p>El informe señala que la víctima entró a su casa y Holloway le lanzó el teléfono celular, “sin golpearla, pero impactando la puerta”.</p><p>Luego la sujetó por los hombros, la empujó sobre un sofá y le dio un puñetazo en el labio inferior cuando ella intentó levantarse, informaron las autoridades.</p><p>Los agentes dijeron que Holloway después pateó a la víctima en la pierna derecha antes de que ella corriera a su habitación y cerrara la puerta con llave.</p><p>Según el informe, Holloway comenzó a patear la puerta del dormitorio, lo que provocó que el marco se rompiera.</p><p>Después continuó preguntándole a la víctima sobre el estado de su relación mientras ella le pedía repetidamente que le devolviera su teléfono, informaron las autoridades.</p><p>De acuerdo con el informe, Holloway salió de la vivienda, pero regresó poco después y continuó discutiendo con la víctima antes de golpearla en el pecho, provocándole enrojecimiento y rompiendo la cadena que llevaba puesta.</p><p>Holloway enfrenta cargos de agresión y daños a la propiedad.</p><p>Un equipo de Local 10 News estaba en la escena cuando Holloway fue liberado del Turner Guilford Knight Correctional Center tras pagar una fianza de $1,150 USD.</p><p>Fue visto saliendo de la cárcel con una sudadera con capucha gris, una mascarilla y gafas.</p><p>El reportero de Local 10 News Jeff Derderian le preguntó a Holloway sobre los cargos y si golpeó a la presunta víctima. Holloway no respondió a ninguna de las dos preguntas.</p><p>El Departamento de Policía de Miramar emitió un comunicado a Local 10 el martes en el que confirmó que Holloway ha sido “puesto en licencia administrativa” mientras se desarrolla una investigación interna.</p><blockquote><p>El Departamento de Policía de Miramar fue notificado por la Oficina del Sheriff de Miami-Dade de un incidente fuera de servicio que involucra al sargento Devarious Holloway.</p><p>El Departamento reconoce el asunto mencionado y ha iniciado una revisión administrativa exhaustiva de acuerdo con los procedimientos departamentales establecidos. El sargento Holloway ha sido puesto en licencia administrativa a la espera del resultado de esa revisión.</p><p>El Departamento de Policía de Miramar se mantiene firme en su compromiso con el profesionalismo, la rendición de cuentas y la conducta ética, y abordará este asunto a través de los canales correspondientes.</p><p class="citation">Departamento de Policía de Miramar</p></blockquote>]]></content:encoded></item><item><title><![CDATA[IRS did better than expected in tax season after slashing staff, except on the phone, watchdog says]]></title><link>https://www.local10.com/business/2026/06/24/irs-did-better-than-expected-in-tax-season-after-slashing-staff-except-on-the-phone-watchdog-says/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/irs-did-better-than-expected-in-tax-season-after-slashing-staff-except-on-the-phone-watchdog-says/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The IRS did better than expected getting refunds out to taxpayers during the 2026 tax season despite massive cuts to its workforce, but the national taxpayer advocate says taxpayers who needed human help were left behind.]]></description><pubDate>Wed, 24 Jun 2026 16:52:02 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The IRS did better than expected getting refunds out to taxpayers during the 2026 tax season despite massive cuts to its workforce, but the national taxpayer advocate says taxpayers who needed human help were left behind.</p><p>“Taxpayers who required assistance from the IRS often struggled to get it," said Erin M. Collins, who leads the independent watchdog agency of the IRS.</p><p>Collins earlier this year warned that the 2026 tax filing season was likely to present challenges for taxpayers who encounter problems with filing their taxes given the exodus of IRS workers since the start of the Trump administration.</p><p>The IRS started 2025 with about 102,000 employees and finished with about 74,000 after a series of firings and layoffs brought on by the Department of Government Efficiency, headed by Elon Musk. Last year, IRS employees involved in the 2025 tax season were not allowed to accept a buyout offer from the Trump administration until after the taxpayer filing deadline. This year, many of those customer service workers have left.</p><p>Collins in a report released Wednesday, said that overall, the IRS performed better than she expected. “The vast majority of taxpayers filed their returns successfully and received their refunds without significant delay.”</p><p>Technology improvements and automation helped prevent a total meltdown during the tax season, according to the report.</p><p>However, the agency fell short in answering phones, the report said. Some 59% of calls on major accounts management lines were answered, but taxpayers on compliance lines got through only 34% of the time, and the line that handles identity theft victims got through only 19% of the time.</p><p>Identity theft victims overall have to wait nearly two years for help from the IRS, the report said. This is a long-standing issue at the agency.</p><p>The taxpayer advocate report says more than 500,000 identity-theft victims continue to face average case resolution times of roughly 20 months, with average processing times approaching 600 days.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K5ORJGGOONULAZUDCYHDWJQF5E.jpg?auth=9c05b16cd5340c45e29c2ebe0347a04a46f877c494c8367d47faaa7b91996018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign for the Internal Revenue Service building is pictured in Washington, May 4, 2021. (AP Photo/Patrick Semansky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Semansky</media:credit></media:content></item><item><title><![CDATA[US says chemical maker Chemours to pay $450M to settle 'forever chemicals' case]]></title><link>https://www.local10.com/business/2026/06/24/us-says-chemical-maker-chemours-to-pay-450m-to-settle-forever-chemicals-case/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/us-says-chemical-maker-chemours-to-pay-450m-to-settle-forever-chemicals-case/</guid><dc:creator><![CDATA[By MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration on Wednesday reached a multi-state settlement with chemical giant Chemours Co. over years-long, illegal discharges of synthetic “forever chemicals” used to make products resistant to water, grease and stains. The settlement is the first by the federal government to resolve enforcement claims against a manufacturer of harmful chemicals known as PFAS.]]></description><pubDate>Wed, 24 Jun 2026 17:56:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration on Wednesday reached a multi-state settlement with chemical giant Chemours Co. over years-long, illegal discharges of synthetic “forever chemicals” used to make products resistant to water, grease and stains. The settlement is the first by the federal government to resolve enforcement claims against a manufacturer of harmful chemicals known as PFAS.</p><p>Under the agreement, filed in federal court in West Virginia, Chemours will pay a civil penalty of $22.5 million for alleged violations and spend $90 million over 15 years to mitigate PFAS discharges in three states: West Virginia, North Carolina and New Jersey.</p><p>Chemours, a spin-off of chemical maker DuPont, also agreed to install PFAS pollution controls for and surface water discharges and air emissions at a West Virginia facility at an estimated cost of $60 million, supply clean drinking water to communities near its West Virginia and New Jersey sites at an estimated cost of $280 million; and implement controls to reduce releases of PFAS and other toxic chemicals from its facility in North Carolina, based on a pending independent assessment.</p><p>Combined, the penalties and relief programs are estimated to cost at least $450 million, the Justice Department said.</p><p>The settlement allows Chemours to continue manufacturing PFAS for commercial and military applications while preventing future contamination and protecting communities from existing pollution, said Adam Gustafson, principal deputy assistant Attorney General for the Environment and Natural Resources Division.</p><p>Justice Department says settlement protects public health</p><p>“The Trump administration recognizes the important role of Chemours for it commercial and military obligations,'' Gustafson said in an interview. “The settlement protects public health while preserving that important balance.”</p><p>The settlement against a major PFAS manufacturer “delivers on the Trump administration’s promise to make polluters pay and stop PFAS contamination at the source,” said Jeffrey Hall, assistant EPA administrator for enforcement and compliance assurance.</p><p>The agreement will greatly reduce PFAS contamination of water, land and air and even begin to mitigate past harm, Hall said. “This settlement brings Chemours into compliance with the law and holds it fully accountable,” he said.</p><p>In a statement Wednesday, Chemours said it has already begun planning and implementing operational improvements at its facilities and will take steps to mitigate future emissions and enhance existing programs.</p><p>"This settlement provides Chemours with greater clarity on future compliance requirements and actions to support long-term responsible manufacturing,'' spokeswoman Jess Loizeaux said.</p><p>The settlement comes as the Trump administration is expected to propose softening Biden-era limits on “forever chemicals” in drinking water, while delaying but keeping tough standards for two common types of the substance.</p><p>The proposal will start the formal process of rolling back parts of the first-ever limits on PFAS in drinking water finalized during former President Joe Biden’s administration. Officials at the time found they increased the risk of cardiovascular disease, certain cancers and babies being born with low birth weight.</p><p>The agency is committed to addressing Per- and Polyfluoroalkyl substances (PFAS) in drinking water while following the law and ensuring that regulatory compliance is achievable for drinking water systems, EPA Administrator Lee Zeldin said.</p><p>Chemours discharged PFAS into rivers in three states</p><p>The settlement determined that facilities Chemours operates in the three states have discharged PFAS into the Ohio River, Cape Fear River and Delaware River, respectively, in violation of permits required by the Clean Water Act and state laws. Chemours also violated legal requirements under the federal Toxic Substances Control Act at all three facilities.</p><p>As a result of the alleged violations, people living near the facilities were exposed to illegal PFAS, officials said. PFAS are widely used and found around the world, with scientific studies showing that exposure to some PFAS in the environment may be linked to harmful health effects in humans and animals.</p><p>The violations continued for over a decade, the Justice Department said. The facilities were previously owned for many decades by DuPont. The settlement announced Wednesday does not resolve DuPont’s liability for past PFAS violations, officials said.</p><p>A federal judge last year ordered Chemours to stop discharging unlawful levels of cancer-causing chemicals into the Ohio River from the company’s Washington Works plant in West Virginia. The pollutants endanger the environment, aquatic life and human health, U.S. District Judge Joseph Goodwin wrote in the August 2025 order.</p><p>The West Virginia Rivers Coalition had asked Goodwin to require the company to immediately comply with its permit limits after violating them for more than five years.</p><p>DuPont, Chemours and another company, Corteva, agreed to pay New Jersey up to $2 billion last year to settle environmental claims stemming from PFAS. The federal settlement does not affect the state case.</p><p>North Carolina AG blasts settlement</p><p>North Carolina Attorney General Jeff Jackson called the settlement “an insult to the people of eastern North Carolina.”</p><p>His state is “ground zero for GenX contamination, but this deal does practically nothing to clean up our water,” said Jackson, a Democrat. GenX is a trade name for a synthetic chemical developed by Chemours as an alternative to PFAS but which has raised significant health and environmental concerns in its own right.</p><p>“Chemours made this mess, and Chemours should clean it up," Jackson said in a statement.</p><p>The federal consent decree calls for 14 specific treatment systems to reduce PFAS in wastewater, stormwater and groundwater from the West Virginia plant. Chemours will test drinking water near the West Virginia and New Jersey sites and provide treated or alternative clean water.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PXMSNZQMFUT4QY3JAWU4TICWIY.jpg?auth=604b5a118d06670444d55e975ef970a626fc01992fbd942c4aee7868096c4f0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Chemours Company's PPA facility at the Fayetteville Works plant near Fayetteville, N.C., June 15, 2018. (AP Photo/Gerry Broome, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerry Broome</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VLB3XQZT4WN4GNUFDIV2JQGJ4Y.jpg?auth=45ac620d78441740dd22310d3107b5967ae60dbb85d419ef056ca7fcd06dff32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign is displayed at the entrance of Chemours Company, Fayetteville Works in White Oak, N.C., Dec. 9, 2025. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5AQJUNZBGAY223ZJGDVBXZ7VHI.jpg?auth=719782316d0bc0cac424503e66575edbd31fd6761bd8a1cdcfbe9d1e07581c43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Environmental Protection Agency administrator Lee Zeldin, testifies to the Senate Appropriations subcommittee on Interior, Environment and related agencies, on Capitol Hill, May 13, 2026, in Washington. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LPI64WOL3IYVY3IMAP75DBS6I4.jpg?auth=17c8f55d51a08a71adcc4a6577e45b9c81f9a5393908f4cf4f6a194890abb04a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Justice logo is seen on a podium before a news conference, May 4, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Firefighters, Good Samaritans rescue coyote pup from Florida lake ]]></title><link>https://www.local10.com/news/florida/2026/06/24/firefighters-good-samaritans-rescue-coyote-pup-from-cape-coral-lake/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/24/firefighters-good-samaritans-rescue-coyote-pup-from-cape-coral-lake/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[First responders responded to Britannia Lake in Cape Coral Monday morning after residents in the area spotted what they thought was a dog struggling to stay afloat.]]></description><pubDate>Wed, 24 Jun 2026 12:21:40 +0000</pubDate><content:encoded><![CDATA[<p>First responders responded to Britannia Lake in Cape Coral Monday morning after residents in the area spotted what they thought was a dog struggling to stay afloat.</p><p><a href="https://www.local10.com/news/local/2026/06/24/bomberos-y-buenos-samaritanos-rescatan-a-una-cria-de-coyote-de-un-lago-en-florida/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/bomberos-y-buenos-samaritanos-rescatan-a-una-cria-de-coyote-de-un-lago-en-florida/">Leer en español</a></p><p>However, when firefighters arrived, they realized the animal was actually a coyote pup.</p><p>Firefighters said one neighbor, Brian, jumped into the water when he saw the coyote fall into the lake as others called 911. </p><p>Denae Judd, who was kayaking, then helped guide firefighters to the coyote’s location.</p><p>“She monitored its location and let the crew know it had crawled up under a dock,” the Cape Coral Fire Department posted on social media. “Firefighters entered the water and were able to extract what turned out to be a coyote pup from the space.”</p><p>The little guy was eventually pulled out of the water.</p><p>It was taken to a veterinarian to get checked out before being moved to a wildlife rehab center.</p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FCapeCoralFD%2Fposts%2Fpfbid0eAiySoUP3nWm4k2DSf3uYB3W19BADFL1TeJTrWGyCxdZ7uX85ewjiGUTQYWVY7xsl&show_text=true&width=500" width="500" height="678" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Bomberos y buenos samaritanos rescatan a una cría de coyote de un lago en Florida]]></title><link>https://www.local10.com/news/local/2026/06/24/bomberos-y-buenos-samaritanos-rescatan-a-una-cria-de-coyote-de-un-lago-en-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/bomberos-y-buenos-samaritanos-rescatan-a-una-cria-de-coyote-de-un-lago-en-florida/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Equipos de emergencia acudieron la mañana del lunes al lago Britannia, en Cape Coral, luego de que residentes de la zona vieran a lo que creían era un perro luchando por mantenerse a flote.]]></description><pubDate>Wed, 24 Jun 2026 13:58:28 +0000</pubDate><content:encoded><![CDATA[<p>Equipos de emergencia acudieron la mañana del lunes al lago Britannia, en Cape Coral, luego de que residentes de la zona vieran a lo que creían era un perro luchando por mantenerse a flote.</p><p>Sin embargo, cuando los bomberos llegaron al lugar, descubrieron que en realidad se trataba de una cría de coyote.</p><p>Los bomberos informaron que un vecino, identificado como Brian, se lanzó al agua al ver que el animal había caído al lago, mientras otras personas llamaban al 911.</p><p>Posteriormente, Denae Judd, quien se encontraba practicando kayak, ayudó a guiar a los bomberos hasta el lugar donde se encontraba el coyote.</p><p>“Ella vigiló su ubicación y avisó al equipo que el animal se había refugiado debajo de un muelle”, publicó el Departamento de Bomberos de Cape Coral en redes sociales. “Los bomberos entraron al agua y lograron sacar del espacio a lo que resultó ser una cría de coyote”.</p><p>Finalmente, el pequeño animal fue rescatado del agua.</p><p>Posteriormente fue trasladado a un veterinario para ser evaluado antes de ser enviado a un centro de rehabilitación de vida silvestre.</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 shot near McDonald’s in northwest Miami-Dade, deputies say ]]></title><link>https://www.local10.com/news/local/2026/06/24/man-shot-near-mcdonalds-in-northwest-miami-dade-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/man-shot-near-mcdonalds-in-northwest-miami-dade-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man was shot near a McDonald’s fast-food restaurant late Tuesday night in northwest Miami-Dade, authorities confirmed.]]></description><pubDate>Wed, 24 Jun 2026 11:13:34 +0000</pubDate><content:encoded><![CDATA[<p>A man was shot near a McDonald’s fast-food restaurant late Tuesday night in northwest Miami-Dade, authorities confirmed.</p><p><a href="https://www.local10.com/news/local/2026/06/24/hombre-es-baleado-cerca-de-un-mcdonalds-en-el-noroeste-de-miami-dade-informan-las-autoridades/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/hombre-es-baleado-cerca-de-un-mcdonalds-en-el-noroeste-de-miami-dade-informan-las-autoridades/">Leer en español</a></p><p>According to Miami-Dade Sheriff’s Office Detective Angel Rodriguez, the shooting was reported shortly before 11 p.m. in the 600 block of Northwest 118<sup>th</sup> Street.</p><p>He said deputies arrived at the scene and found a man suffering from at least one gunshot wound.</p><p>A Miami-Dade Fire Rescue crew also responded to the scene and transported the victim to a local hospital in stable condition, Rodriguez confirmed.</p><p>A Local 10 News crew was in the area Wednesday morning as detectives appeared to be focusing their attention next to a food truck parked behind the McDonald’s.</p><p>No other details about the shooting were immediately released by deputies. </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[Hombre es baleado cerca de un McDonald’s en el noroeste de Miami-Dade, informan las autoridades]]></title><link>https://www.local10.com/news/local/2026/06/24/hombre-es-baleado-cerca-de-un-mcdonalds-en-el-noroeste-de-miami-dade-informan-las-autoridades/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/hombre-es-baleado-cerca-de-un-mcdonalds-en-el-noroeste-de-miami-dade-informan-las-autoridades/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[De acuerdo con el detective Ángel Rodríguez, de la Oficina del Alguacil de Miami-Dade, el tiroteo fue reportado poco antes de las 11:00 p.m. en la cuadra 600 de Northwest 118th Street.]]></description><pubDate>Wed, 24 Jun 2026 13:51:36 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue baleado la noche del martes cerca de un restaurante de comida rápida McDonald’s, en el noroeste de Miami-Dade, confirmaron las autoridades.</p><p>De acuerdo con el detective Ángel Rodríguez, de la Oficina del Alguacil de Miami-Dade, el tiroteo fue reportado poco antes de las 11:00 p.m. en la cuadra 600 de Northwest 118th Street.</p><p>Rodríguez informó que los agentes llegaron al lugar y encontraron a un hombre con al menos una herida de bala.</p><p>Paramédicos del Departamento de Bomberos y Rescate de Miami-Dade también acudieron a la escena y trasladaron a la víctima a un hospital local, donde fue reportada en condición estable, confirmó el detective.</p><p>Un equipo de Local 10 News se encontraba en el área la mañana de este miércoles, mientras los investigadores parecían concentrar sus diligencias junto a un camión de comida estacionado detrás del McDonald’s.</p><p>Hasta el momento, las autoridades no han dado a conocer más detalles sobre el tiroteo.</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[Niño en scooter es atropellado por un autobús en el noroeste de Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/24/nino-en-scooter-es-atropellado-por-un-autobus-en-el-noroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/nino-en-scooter-es-atropellado-por-un-autobus-en-el-noroeste-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El accidente ocurrió cerca de lo que parece ser un centro de transporte de autobuses escolares.
]]></description><pubDate>Wed, 24 Jun 2026 13:32:05 +0000</pubDate><content:encoded><![CDATA[<p>Un niño que viajaba en un scooter fue atropellado la mañana de este miércoles por un autobús en el noroeste de Miami-Dade, confirmaron equipos de emergencia a Local 10 News.</p><p>El accidente ocurrió en la zona de Northwest 122nd Street y 27th Avenue, cerca de lo que parece ser un centro de transporte de autobuses escolares.</p><p>El Departamento de Bomberos y Rescate de Miami-Dade informó a Local 10 que el menor fue trasladado a un centro de traumatología tras el accidente.</p><p>Por el momento, las autoridades no han dado a conocer más detalles.</p><p><i>Siga la cobertura de Local 10 News o actualice esta página para conocer las últimas novedades.</i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6EB6XX46MBH5NNHE35V44PUEHM.jpeg?auth=3570d4de35cc68b6fc8e871cde35539d2eaa85a14cf0e1bb8dfae47033d2db92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[The homilies and addresses of Pope Leo XIV are now coming to English readers]]></title><link>https://www.local10.com/entertainment/2026/06/24/the-homilies-and-addresses-of-pope-leo-xiv-are-now-coming-to-english-readers/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/the-homilies-and-addresses-of-pope-leo-xiv-are-now-coming-to-english-readers/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A collection of early public writings by the future Pope Leo XIV will be published this fall for the first time in English.]]></description><pubDate>Wed, 24 Jun 2026 13:11:31 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A collection of early public writings by the future Pope Leo XIV will be published this fall for the first time in English.</p><p>“Freedom Under Grace: Reflections on the Spiritual Tradition That Formed Me” is scheduled for Sept. 15, according to Image Books, an imprint of the Penguin Random House Christian Publishing Group.</p><p>Released in Italian by the Vatican Publishing House earlier this year, “Freedom from Grace” features homilies, addresses and other works by Robert Prevost, when he was prior general of the Order of Saint Augustine from 2001 to 2013.</p><p>“Each chapter is a window into the spiritual depth and vision of the man who would eventually become Pope Leo, with an urgent message of love and service to address the challenges of the world today,” Campbell Wharton, senior vice president and publisher of Penguin Random House Christian, said in a statement Wednesday. “It’s a book for any Catholic, but also any Christian or spiritual seeker looking for guidance and hope for living a life that transforms the world.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PRJWQA77KMWFLIX6KSUK4HS3XU.jpg?auth=ec0d6f69158c6157cd17f8c68545e66ef20a3bb52986a66e1a3d6c4398d5b330&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This book cover image released Penguin Random House shows "Freedom Under Grace: Reflections on the Spiritual Tradition That Formed Me" by Robert F. Prevost, now Pope Leo XIV. (Penguin Random House via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5X3WJBJONO4QAXTLDZ3V5G7WUE.jpg?auth=d8ebecc4e798dacda21ed7f96682375a6b6d64818bbea615e228756b6e8ba465&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pope Leo XIV delivers his blessing as he visits Pavia's Cathedral, northern Italy, on June 20, 2026. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content></item><item><title><![CDATA[Vatican begins 5-year restoration of Raphael Loggia, used by popes and presidents]]></title><link>https://www.local10.com/entertainment/2026/06/24/vatican-begins-5-year-restoration-of-raphael-loggia-used-by-popes-and-presidents/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/vatican-begins-5-year-restoration-of-raphael-loggia-used-by-popes-and-presidents/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[VATICAN CITY (AP) — One of the most intricately decorated parts of the Vatican’s Apostolic Palace, a passageway walked by popes and presidents and attributed to Renaissance master Raphael, is getting its first major face-lift in over 500 years.]]></description><pubDate>Wed, 24 Jun 2026 13:09:46 +0000</pubDate><content:encoded><![CDATA[<p>VATICAN CITY (AP) — One of the most intricately decorated parts of the Vatican’s Apostolic Palace, a passageway walked by popes and presidents and attributed to Renaissance master Raphael, is getting its first major face-lift in over 500 years.</p><p>The Vatican Museums on Wednesday announced the start of a five-year, $5.5 million project to clean and restore the Raphael Loggia, a 65-meter (yard) long, 4-meter (yard) wide corridor that is considered one of the highest expressions of Renaissance figurative art.</p><p>The windowed second floor corridor, which overlooks the palace’s San Damaso courtyard, is not open to the public. But lucky visitors to the pope or Secretariat of State walk along it en route to their audiences and are treated to biblical scenes, from the Old Testament and New, as well as botanical motifs in painting and stucco.</p><p>Pope Leo XIV, who moved back into the Apostolic Palace after Pope Francis famously stayed away, has his private apartments upstairs but walks along the corridor when going to audiences.</p><p>Raphael conceived of the decoration between 1517-1519 as one of his last commissions for Pope Leo X, alongside his more well-known and accessible masterpieces that are today highlights of any visit to the Vatican Museums: the recently restored Raphael Rooms and his tapestries.</p><p>Located deep within the inner sanctum of the Holy See, the passageway’s 13 arched bays are considered such a spectacular example of figurative painting that they were widely copied, including a full-scale replica at the Hermitage Museum in St. Petersburg, Russia.</p><p>Until 1813, the Raphael Loggia was open to the elements and suffered damage from rain and exposure, said Paolo Violini, in charge of painting restoration at the Vatican Museums. Even after windows were installed, the artworks suffered further because the windows trapped heat and humidity, leading to a particularly fragile state that requires special care.</p><p>Restorers will use hand-held lasers to clean and restore the stucco and wall paintings, using a “dry” cleaning method since the paints are water soluble and would suffer further if cleaned in a more traditional way or using chemical solvents, Violini said.</p><p>The restoration, being done in partnership with the World Monuments Fund, is being financed by the Stephen A. Schwarzman Foundation, a New York-based philanthropy.</p><p>At a press conference Wednesday, Schwarzman said the foundation’s overall contribution to the project was more than $14 million: $5.5 million for the restoration and the rest used to digitize images of the loggia so the public can appreciate it, to fund a documentary of the renovation and to endow a training program for art restorers at a Swiss university.</p><p>Alongside the restoration, the Vatican plans to also replace the arched windows of the loggia to install special glass that filters out the sun's harmful rays.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TUDIHUNPU3MWWT6GENMKQVFILE.jpg?auth=84735676efb6518d8bc35b684c22060d5fcfb48c56b40fa5d1c7d46bed1d22f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Swiss guards talk in a Vatican corridor prior to a private audience of Pope Francis to the Archbishop of Canterbury Justin Welby, at the Vatican Friday, June 14, 2013. (AP Photo/Alessandra Tarantino, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[UN-commissioned experts accuse Israel of targeting Gaza children, repeat genocide claim]]></title><link>https://www.local10.com/news/world/2026/06/24/un-commissioned-experts-accuse-israel-of-targeting-gaza-children-repeat-genocide-claim/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/un-commissioned-experts-accuse-israel-of-targeting-gaza-children-repeat-genocide-claim/</guid><dc:creator><![CDATA[By SAM METZ and JULIA FRANKEL, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — A team of independent experts commissioned by the United Nations accused Israel of deliberately shooting children in Gaza and repeated its accusation that Israel has committed genocide in the territory.]]></description><pubDate>Wed, 24 Jun 2026 17:12:25 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — A team of independent experts commissioned by the United Nations accused Israel of deliberately shooting children in Gaza and repeated its accusation that Israel has committed genocide in the territory.</p><p>Israel vociferously denies claims that it committed genocide during its 2 1/2 year war in Gaza.</p><p>The Independent International Commission of Inquiry on the Occupied Palestinian Territory, an investigative body that operates under the U.N. Human Rights Council, said in its report Tuesday that roughly 30% of the Palestinians killed from October 2023 to October 2025 — more than 20,000 in total — were children. More children are believed to be missing or buried in unmarked graves.</p><p>Israel has denied deliberately targeting civilians and pushed back on accusations, including from rights groups, that it committed genocide in Gaza. Israel’s Foreign Ministry called the report a “libelous sham” and said the claims included hadn’t been verified. It also criticized the commission as “a fundamentally flawed mechanism whose very purpose is to single out and vilify Israel rather than seek the truth.”</p><p>The report also said the toll the conflict had taken on children in Gaza amounted to war crimes and genocide, building on accusations it first made against Israel in September.</p><p>“Even after the October 2025 ceasefire, children continue to be killed and seriously injured, with continued disregard by Israel for the ceasefire and for the protection owed to Palestinian children under international law,” Srinivasan Muralidhar, the commission’s chair, said.</p><p>According to Gaza's Health Ministry, 1,027 people have been killed since a ceasefire deal was reached in October, including 258 children. On Wednesday, an Israeli drone strike killed 12-year-old Ahmed Mohsen al-Reqeb in southern Gaza, according to health officials at Nasser Hospital in Khan Younis, where his body was taken.</p><p>The strike, in the sprawling tent camp Muwasi, also wounded at least seven others. The Israeli military said it struck a “Hamas terrorist,” without elaborating.</p><p>The commission's report named specific divisions within the Israeli army it said were operating in areas where children as young as infants were killed. It also identified the types of munitions used and focused, in part, on children the commission determined were killed by quadcopter drones and sniper fire, often via a single gunshot.</p><p>Doctors interviewed by the commission said autopsies in those incidents “indicate a high degree of precision in the use of force, suggesting that the shot was carefully aimed rather than incidental or the result of indiscriminate fire.”</p><p>The report also noted cases in which children have continued to be killed after a ceasefire was reached in October 2025, including some who were said to be collecting firewood in areas approaching the yellow line that delineates areas under Israeli military control.</p><p>"By maintaining that the children killed were ‘suspects,’ the Israeli security forces have deflected responsibility to Palestinian children, portraying them as ‘terrorists’ rather than casualties,” it says.</p><p>Israel has previously accused the commission of antisemitism and of acting as “Hamas proxies.”</p><p>Genocide accusations are especially sensitive in Israel, which was founded as a haven for Jews in the wake of the Holocaust.</p><p>Neither the commission nor the Human Rights Council has the authority to take action, but the findings could be used by prosecutors at the International Criminal Court or the U.N.'s International Court of Justice, which is hearing an ongoing genocide case against Israel filed by South Africa.</p><p>The ICC has already issued warrants for Prime Minister Benjamin Netanyahu and former Defense Minister Yoav Gallant, with prosecutors accusing the two men of war crimes and crimes against humanity in Gaza, including using starvation as a weapon of warfare. Israel does not recognize the court’s jurisdiction, but the warrants could restrict any international travel.</p><p>The Israel-Hamas war started with the Oct. 7, 2023, Hamas-led attack on southern Israel that killed about 1,200 people and saw 251 taken hostage. Israel’s retaliatory offensive in Gaza has killed more than 73,000 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry said.</p><p>The ministry, part of the Hamas-led government, is staffed by medical professionals and maintains detailed records that are generally considered reliable by United Nations agencies and independent experts. It does not distinguish between civilians and militants but says women and children make up around half of all fatalities.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IY243GNPHJTUOS5FM6AOU52AF4.jpg?auth=22e08c4fa742f492b8c5793de7bfadb23eadd2f4a8663937b0e41114420717a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Displaced Palestinian children play on a swing at a tent camp as they mark the Muslim holiday of Eid al-Fitr in Gaza City, Friday, March 20, 2026. (AP Photo/Abdel Kareem Hana, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RUKLO32VEXFCW2MVNI6N72N6UU.jpg?auth=d8e5f1c959526f6977626e042b66226a3e30f2502ac8a0af31ab737efdf03ac8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Palestinian children fill plastic bottles with water at a tent camp in Deir al-Balah, Gaza Strip, Thursday, Jan. 29, 2026. (AP Photo/Abdel Kareem Hana, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[AI is an energy and water hog, here's what you can do to counter that]]></title><link>https://www.local10.com/tech/2026/06/24/ai-is-an-energy-and-water-hog-heres-what-you-can-do-to-counter-that/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/24/ai-is-an-energy-and-water-hog-heres-what-you-can-do-to-counter-that/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — As the world tries to curb human-caused climate change and not run dry of water, every online query is increasing our environmental footprint and exacerbating the problem.]]></description><pubDate>Wed, 24 Jun 2026 13:09:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — As the world tries to curb human-caused climate change and not run dry of water, every online query is increasing our environmental footprint and exacerbating the problem.</p><p>Artificial intelligence and the data centers they require use growing amounts of energy and are water hogs — and AI companies aren't transparent about how much of those resources they use, experts said. So each time you turn to the internet and seek an AI-fueled response, it's gobbling up precious resources.</p><p>“AI is going in the opposite direction to decarbonization efforts,” said cognitive computer scientist Sasha Luccioni, co-founder and chief scientific officer of the Sustainable AI Group. “We should be thinking about where we are going towards. If you’re recycling and a vegan but then you’re using ChatGPT to do your multiplication for you, well that’s kind of against the trend.”</p><p>“It’s like one other thing among many to think about when you’re like developing these daily habits,” Luccioni said. “It is not too late. You are not obliged to use AI for everything. You can opt out, you can have a say and you can kind of just like think about how you engage with this technology.”</p><p>But she also said Big Tech companies are making it hard by “integrating generative AI into everything. ... There's like this bait-and-switch going on. I feel that nowadays you use the same tools that you used to use, but now they're generative AI.”</p><p>There are a few ways climate conscious individuals aren’t completely powerless, said several experts in water use, artificial intelligence, data center placement and environmental sustainability.</p><p>Use AI less</p><p>The advice from experts is simple: Just use AI less often.</p><p>“The cleanest form of AI use is no use,” Kaveh Madani, a water scientist and director of the United Nations University Institute for Water, Environment and Health in Canada. “So when you could avoid using AI, don't use it.”</p><p>Don't use it for simple things. Don't use it for calculations, directions, store hours, recipes or shopping lists, which are all searches people used to do without AI, but now do it with AI and waste power and water, Luccioni said.</p><p>“Yeah, it’s great. You can generate a chocolate chip cookie recipe with Claude, or you can open a damn book. Like, those still exist. You really don’t need Claude,” Luccioni said. “You really don’t need all of these generative AI technologies to do day-to-day tasks. I do agree there are some productivity gains to be had but I think that it’s a pretty small percentage of what people are currently using.”</p><p>And when you make a query, make it concise because more information translates into more computing and more energy and water used. No need to be polite. Don't give unnecessary background information, Madani and others said.</p><p>Every query means more energy use, experts said.</p><p>The power and water cost of a query</p><p>Last year, global data centers used 448 trillion watt-hours of electricity, more than all but 10 countries of the world, and it is expected to more than double in the next four years, according to a new report from the United Nations University. By then, it will have moved up in rankings to just behind five countries for power use.</p><p>By 2030, just the electricity that data centers use — not including the massive amounts of water needed to cool them — would require nearly 2.5 trillion gallons of water (9.3 trillion liters), which is enough drinking water for the entire world for 1.7 years, said Madani, the study's co-author.</p><p>Getting an AI text response is the equivalent to using an efficient light bulb for two and a half minutes, but that's being done 2.5 billion times a day with ChatGPT alone, according to the report and Madani. Using AI to generate a complex video is the equivalent of 42 hours of that light bulb burning and using a gallon of water (4 liters), he said.</p><p>Lack of transparency is a problem</p><p>Except for a mention in a blogpost and scant information, private AI companies aren't transparent about the energy and water costs of queries, said Luccioni and other experts who have tried to calculate those costs. That reality forces them to just make estimates based on less common open source AI.</p><p>“We have no way of knowing and getting a sense of the amount of energy,” said University of Michigan computer science professor Mosharaf Chowdhury, who tracks energy consumption of open source models.</p><p>“If there’s no transparency, we have no choice. We’re really not choosing. We are being given whatever is being given to us,” said Ana Pinheiro Privette, a former top sustainability official for Amazon Web Services, who also used to direct the University of Illinois’ water security center and was a data scientist at NASA and the National Oceanic and Atmospheric Administration. “That’s the power. The power is to say ‘I actually want to understand what I’m consuming’.”</p><p>Forced into AI use but you can opt out</p><p>When you go online, many search engines, including Google, answer via AI and promote it, without users asking for machine learning to kick in. You have to opt out of AI, when you should have to opt in, Luccioni said.</p><p>“End users, you and me, we have absolutely no control other than saying ‘OK we don’t want to use any of it' and even then the companies force it onto us,” Chowdhury said.</p><p>You can opt out of AI in Google searches by putting “-ai” at the end of your search, Luccioni said. Or you can click on “Web” in search options.</p><p>There are search engines that reduce their carbon footprints by planting trees and use less energy in their AI, such as Ecosia, Luccioni said. And search engines DuckDuckGo and Startpage have no-AI options.</p><p>Consumers and neighbors have some power</p><p>“The big power I think the consumer has is the market message because I’ve seen that when I worked at Amazon,” Privette said. “They listen. They listen if everybody suddenly starts caring about not having a footprint.”</p><p>Years ago, when data centers wanted to build in an area, it was no problem. Now that they are multiplying in high population centers and people are speaking up and against them, said Privette. For example, data centers in two Virginia counties near Washington used 2.1 billion gallons (8 billion liters) of water in 2023.</p><p>Balaji Tammabattula, chief operating officer of BaRupOn which makes energy-ready data center campuses, said, “the moment you say that you’re building a data center, there’s a backlash. The data center is the new boogeyman.”</p><p>So he said companies like his have to listen and when they do, they use less water and energy.</p><p>“AI is not going anywhere,” Tammabattula said. “It has to be done. But it has to be with the help of the community, where we're understanding the concerns of the community.”</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/63V3QJCUXSHAXOUAMBHIMJSWSE.jpg?auth=83aec456eb8444dbab40c7642c1800f1e541ac8e11c44bd8aea09e995d2e420e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Amazon Web Services data center is visible on Aug. 22, 2024, in Boardman, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LCPGYYS7SM56SUS3XHJUATEIZM.jpg?auth=65b23be1a2f639d8e33d29209045449e5477b055a6e8b5dc9d2cf179017654aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The ChatGPT app is displayed on an iPhone in New York, May 18, 2023. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Camp Mystic files for bankruptcy after catastrophic Texas floods killed 28 people at the girls' camp]]></title><link>https://www.local10.com/news/national/2026/06/24/camp-mystic-in-texas-files-for-bankruptcy-after-catastrophic-floods-killed-28-people/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/24/camp-mystic-in-texas-files-for-bankruptcy-after-catastrophic-floods-killed-28-people/</guid><dc:creator><![CDATA[By JAMIE STENGLE and KATHY McCORMACK, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — Camp Mystic filed for Chapter 11 bankruptcy reorganization on Wednesday, nearly a year after catastrophic floods killed 25 campers and two teenage counselors at the Christian camp for girls along the Guadalupe River in Texas.]]></description><pubDate>Wed, 24 Jun 2026 18:14:48 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — Camp Mystic filed for Chapter 11 bankruptcy reorganization on Wednesday, nearly a year after catastrophic floods killed 25 campers and two teenage counselors at the Christian camp for girls along the Guadalupe River in Texas.</p><p>Camp Mystic has been under increasing pressure since the July 4 disaster. Owners had planned to reopen the Texas Hill Country camp this summer for its 100th anniversary but reversed course in April amid outrage from victims’ families and lawmakers. Victims' families filed lawsuits accusing the camp of failing to protect the girls as the powerful floodwaters approached.</p><p>Camp Mystic’s owner, Richard Eastland, also died in the flood.</p><p>The camp listed its debt at more than $10 million, according to the filing made in federal bankruptcy court in Houston. An attorney for Camp Mystic has not responded to an email and a phone message seeking comment.</p><p>“Bankruptcy will not stop all responsible parties from being held accountable,” Paul Yetter, a lawyer who represents multiple families of campers and counselors who died at Camp Mystic, said in a statement. “These innocent girls deserve justice.”</p><p>For decades, Camp Mystic was a summer staple and an institution for generations of families, who dropped off their girls at the sleepaway camp to ride horses, canoe, fish and attend Bible studies. Other summer camps in Kerr County, west of Austin, did not take on such devastating flooding and in some cases have reopened.</p><p>All told, the destructive flooding killed at least 136 people along a several-mile stretch of the river, raising questions about how things went so terribly wrong.</p><p>In the aftermath of the tragedy, the Eastland family spent months determined to reopen the camp this summer, pointing to enhanced safety measures that included flood warning river monitors and putting two-way radios enabled with national weather alerts in every cabin.</p><p>By the spring, Camp Mystic's attorney said it was ready to reopen for business for nearly 900 campers.</p><p>But assurances of safety did not convince victims' families and some Texas lawmakers. State regulators found nearly two dozen deficiencies in the emergency operations plan submitted by the owners, including in proposals for flood warning evacuations and safety training.</p><p>The decision not to reopen followed weeks of testimony in court hearings and legislative investigations that laid bare the camp’s lack of detailed planning for a flood emergency and its reliance on poorly trained staff.</p><p>Families of the victims packed the hearings, some wearing “Heaven’s 27” pins with photographs of their daughters. They listened to the details of missed flood warning signs, the descriptions of the flood and the decision to leave the girls in their cabins until it was too late. Testimony included video of the raging floodwaters as a girl repeatedly screamed “help!” somewhere in the distance.</p><p>Before halting the reopening plans, Camp Mystic invited journalists and lawmakers to review safety improvements at the camp and promised that no camp activities would take place in the low-lying area that was devastated by the flood. The Eastland family also stressed that hundreds of families wanted to return.</p><p>___</p><p>McCormack contributed to this report from Concord, New Hampshire.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JNA72VC6FEU4PMTKVTFAEHLAQQ.jpg?auth=022a980b2eb2f52bc20a77e056b1ec537032a365702b0eb1225144abc1dc90c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rescue workers are seen on land and on a boat as they search for missing people near Camp Mystic along the Guadalupe River after a flash flood swept through the area Sunday, July 6, 2025, in Hunt, Texas. (AP Photo/Julio Cortez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PQ5VTZ7XEXYFZH6OGAS5R7HNJ4.jpg?auth=04943522de7be17acca6fd46dcbc4bbdce1c95d04261d8ba785a216caa1d46e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Camp Mystic sign is seen near the entrance to the establishment along the banks of the Guadalupe River in Hunt, Texas, July 5, 2025, after a flash flood swept through the area. (AP Photo/Julio Cortez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YOFQXZBHRC5GGNDVTKE6GXSV3U.jpg?auth=7d0f1f34e55f27227ba7c8db1db749f95155503d30c68a5911f404f071739d08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A broken heart sign is displayed near Camp Mystic on Tuesday, July 8, 2025, after a flash flood swept through the area in Hunt, Texas. (AP Photo/Eli Hartman, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Eli Hartman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MEIW72CWOXPBOBXGXT2HVH33YQ.jpg?auth=5bb83f917185d85865f46f66b1030481ea983a4f8146125eec261d89cdce0255&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE-Debris covers the area of Camp Mystic in Hunt, Texas, Monday, July 7, 2025, after a flash flood swept through the area. (AP Photo/Eli Hartman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eli Hartman</media:credit></media:content></item><item><title><![CDATA[Ex-chief of staff to former NYC Mayor Eric Adams charged with taking bribes]]></title><link>https://www.local10.com/news/2026/06/24/chief-of-staff-to-former-nyc-mayor-eric-adams-and-3-others-charged-in-federal-bribery-probe/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/chief-of-staff-to-former-nyc-mayor-eric-adams-and-3-others-charged-in-federal-bribery-probe/</guid><dc:creator><![CDATA[By DAVE COLLINS, JAKE OFFENHARTZ, MICHAEL R. SISAK and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A former chief of staff to ex-New York Mayor Eric Adams was arrested Wednesday in a bribery case, the latest sign that federal prosecutors continue to scrutinize Adams' inner circle months after the scandal-bruised Democrat left office.]]></description><pubDate>Wed, 24 Jun 2026 20:17:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A former chief of staff to ex-New York Mayor Eric Adams was arrested Wednesday in a bribery case, the latest sign that federal prosecutors continue to scrutinize Adams' inner circle months after the scandal-bruised Democrat left office.</p><p>The charges against Frank Carone are the latest in a string of corruption allegations leveled at the former mayor — who was himself indicted on bribery and other charges that were later dismissed — and key aides. Separately, federal authorities searched the homes of current and former New York Police Department leaders Wednesday in connection with a different bribery investigation.</p><p>Adams was not accused of wrongdoing in Carone’s indictment. It alleges the ex-chief of staff exploited his position to get more than $100,000 in payoffs for steering a lucrative migrant shelter contract to a hotel that city social service officials had deemed unsuitable.</p><p>“Frank Carone was entrusted to run our city government and instead put his own wealth and status above duty,” Assistant U.S. Attorney Sarah Winik told a court.</p><p>Carone lawyer Arthur Aidala said in a statement that the indictment “epitomizes the government first finding a target and then spending three years and enormous taxpayer resources to find a crime.”</p><p>Carone's brother, Anthony Carone; hotel owner Yan Po Zhu, and hotel employee Crystal Chen also were charged with crimes that carry the potential for up to 20 years in prison if they are convicted.</p><p>All pleaded not guilty through their attorneys. Sitting across from each other at a defense table, Anthony Carone rubbed his face and Frank Carone appeared to read along as a magistrate summarized the charges.</p><p>Frank Carone and the Sabrina Carpenter church video</p><p>Frank Carone, a former Brooklyn Democratic Party lawyer and longtime political power broker, is widely credited as one of the architects of Adams’ political rise. He also drew attention for his financial dealings with a Roman Catholic church leader who let pop star Sabrina Carpenter film scenes for a provocative music video in the sanctuary.</p><p>Carone played a key role in Adams’ 2021 mayoral campaign, then was chief of staff in 2022. In 2023, Carone formed a political consulting firm.</p><p>Carone “dedicated decades of his life to public service, the legal profession and helping countless individuals, businesses, and charitable organizations throughout New York,” Adams spokesperson Todd Shapiro said in a statement.</p><p>Indictment focuses on how the hotel became a shelter</p><p>Starting in 2022, the city scrambled to expand its shelter capacity amid an influx of migrants. Zhu's hotel got $6.8 million to shelter some of the new arrivals, though the city’s Social Services Department had repeatedly rejected the facility, according to prosecutors. They said the hotel was small, and residents of its Queens neighborhood already were aggrieved about the prevalence of shelters.</p><p>Prosecutors said in court papers that Frank Carone accepted around $120,000 in bribes from Zhu and Chen to intercede on the hotel's behalf. The money was passed through Anthony Carone’s law firm, according to the indictment.</p><p>In a September 2022 text message, Zhu asked Frank Carone for help getting the hotel an immediate one-year contract, according to the indictment. It said Carone replied by asking for the address, and Zhu gave it, adding: “Thank you my big guy.”</p><p>In December 2023, Zhu texted Carone: “I asked my partners to pay you for a year,” according to the document. Carone, who is also charged with obstruction of justice, deleted the message after learning he was under investigation, prosecutors said.</p><p>Zhu “is anxious to establish his innocence,” lawyer Stephen Scaring said before the arraignments. All four defendants later were released on bond, ranging from $100,000 for Chen to $8 million for Zhu.</p><p>Police officials' homes searched in unrelated probe</p><p>Separately Wednesday, the FBI and the NYPD executed search warrants at the homes of NYPD Chief of Manhattan South James McCarthy and former Deputy Commissioner Tarik Sheppard, and federal agents also searched former Chief of Department Jeffrey Maddrey's home, according to a law enforcement official briefed on the searches. The official, who was not authorized to discuss the investigation and spoke on condition of anonymity, said the searches were part of a bribery investigation that grew out of an inquiry into Maddrey.</p><p>There was no immediate response to an inquiry to Maddrey's attorney. Attorney information for Sheppard and McCarthy was not immediately available.</p><p>There is no public indication of any arrests as part of those searches.</p><p>They were not related to Frank Carone's arrest, according to another person familiar with the matter who also was not authorized to publicly discuss details of the case and spoke on condition of anonymity.</p><p>Once the NYPD's highest-ranking uniformed officer, Maddrey resigned in 2024 over allegations that he demanded sex from a subordinate in exchange for opportunities to earn extra pay. Maddrey denied the claims of a quid pro quo.</p><p>Adams was indicted in 2024 on charges of accepting illegal campaign contributions from Turkish officials and others in exchange for political favors. The case was tossed by federal Justice Department leaders who said it was distracting Adams from assisting in Republican President Donald Trump’s immigration crackdown. Adams has denied wrongdoing.</p><p>After skipping last year’s Democratic primary, Adams mounted but eventually abandoned an independent campaign for a second term.</p><p>___</p><p>Collins reported from Hartford, Connecticut, and Durkin Richer reported from Washington. Associated Press writer Jennifer Peltz in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D6C2VA7ZYBWHODIALJ5LMIC6ZA.jpg?auth=008cde3ad39e8655092a1148842dc24b6a0140575ca3e6984f1960dc66325127&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York City Mayor Eric Adams, center, speaks during a cabinet meeting on his first day in office in New York, Jan. 1, 2022. To Adams' right is his Chief of Staff Frank Carone. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HXQGPYMN5Q6Z5IK7CABLLXKQEM.jpg?auth=6822a4e77ab883a11a5818ed04f819e765e0e41c4f8a06de2cd98f0156594942&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The lower Manhattan skyline, including the new One World Trade Center building at right, is shown as viewed from near the Statue of Liberty, Jan. 31, 2014, in New York. (AP Photo/Ted S. Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content></item><item><title><![CDATA[The Latest: Federal judge bars Trump’s proof of citizenship requirement to vote]]></title><link>https://www.local10.com/news/politics/2026/06/24/the-latest-federal-judge-bars-trumps-proof-of-citizenship-requirement-to-vote/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/the-latest-federal-judge-bars-trumps-proof-of-citizenship-requirement-to-vote/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[A federal judge on Wednesday permanently barred President Donald Trump’s administration from implementing most of his first executive order on elections, part of which sought to require people to show documentary proof of citizenship when they register to vote. The judge agreed that the states and Congress have constitutional authority over elections, deeming Trump’s requirements a violation of the separation of powers.]]></description><pubDate>Wed, 24 Jun 2026 19:48:07 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge on Wednesday permanently barred President Donald Trump’s administration from implementing most of his first executive order on elections, part of which sought to require people to show documentary proof of citizenship when they register to vote. The judge agreed that the states and Congress have constitutional authority over elections, deeming Trump’s requirements a violation of the separation of powers.</p><p>Trump’s push for stricter voter identification rules in federal elections has been ruffling Senate Republicans. Trump worsened tensions earlier Wednesday by abruptly canceling plans to sign a bipartisan affordable housing measure, insisting that the Senate first move his voting legislation even though it doesn’t have enough support to pass.</p><p>At a preplanned luncheon, Trump is meeting with GOP senators who have grown increasingly frustrated by his diversions from the party’s agenda and his unclear Iran war strategy. Republican senators had hoped to use the housing bill Trump abandoned to show voters they care about affordability ahead of the November midterm elections.</p><p>Trump also has a face-to-face Wednesday with NATO Secretary-General Mark Rutte, two weeks ahead of the annual summit of the military alliance, as the Pentagon reviews the U.S. military footprint in Europe.</p><p>The Latest:</p><p>GOP Sen. Cassidy says he’ll back war powers resolution until Trump team briefs him</p><p>“At which point, as I recall, he did not particularly care for my comments,” Cassidy said. “Raised his voice. I lost my temper. That’s not appropriate. It’s the Irish in me. But I again matched his tone and his volume.”</p><p>After someone in the room encouraged Cassidy to sit down, the senator said he agreed and sought to de-escalate the situation.</p><p>“I guess my point is, though, that the American people need to know more than we are being told,” Cassidy added.</p><p>The back-and-forth is a remarkable exchange between a Republican senator and the president of his own party. It comes after Trump backed a challenger who defeated Cassidy in his primary last month, a loss that the senator said the president brought up during the meeting.</p><p>Cassidy describes tense encounter with Trump</p><p>Sen. Bill Cassidy said his standoff with Trump began when the president asked why anyone would support the war powers resolution that passed the Senate on Tuesday.</p><p>“I said, ‘Is that a rhetorical question or would you really like to know?’” the Louisiana Republican told reporters on Capitol Hill after Trump’s private lunch with the Senate GOP ended.</p><p>Cassidy said the president wanted an explanation.</p><p>“I stood and said, ‘You have not told the American people what’s going on,’” Cassidy said. “This is supposed to last four weeks. It’s lasted four months. Our original objectives have not been achieved.”</p><p>Cassidy said he told the president he would continue voting for the war powers resolution until he received a briefing from the administration.</p><p>In visit to Capitol, Jessie Diggins and other Olympians push for climate change solutions</p><p>Olympian Jessie Diggins visited Capitol Hill with her four medals in hand Wednesday to advocate for clean air, clean water and a healthy planet.</p><p>America’s most decorated cross-country skier is part of “Protect Our Winters,” an athlete-driven environmental group that sent a coalition to Washington to meet with lawmakers Tuesday and Wednesday. The group is most concerned with how the Environmental Protection Agency has weakened key climate, water and pollution regulations since Trump returned to office.</p><p>“I don’t want to stick my head in the sand and ignore the world burning,” Diggins said in an interview. “I feel like I have a responsibility to use my voice to advocate for change.</p><p>EPA Administrator Lee Zeldin has said the agency will save trillions of dollars in regulatory costs and hidden taxes, to make the cost of living more affordable and reignite domestic manufacturing.</p><p>▶ Read more</p><p>Trump arrives at the Capitol</p><p>The president is on Capitol Hill meeting with Senate Republicans hours after pulling back on plans to sign a bipartisan housing bill.</p><p>Federal judge bars Trump from implementing proof of citizenship requirement to vote</p><p>A federal judge has permanently barred Trump’s administration from implementing most of his first executive order on elections.</p><p>His order included provisions that would have required people to show documentary proof of citizenship to register to vote and would have prevented mail ballots from being counted if they were received after Election Day.</p><p>The ruling on Wednesday by U.S. District Court Judge Denise Casper effectively makes permanent a preliminary order she issued a year ago.</p><p>Casper agreed with arguments from Democratic attorneys general who filed the lawsuit that the Constitution gives states and Congress, not the president, the power to regulate elections.</p><p>GOP senators try to make sense of Trump’s move</p><p>Ahead of Trump’s arrival on Capitol Hill, Republican senators were processing his decision to cancel the signing of the housing bill.</p><p>Sen. Roger Wicker of Mississippi called the move “unexpected” and said he read the president’s message “with interest.” Sen. Thom Tillis of North Carolina said Trump’s reversal “makes no sense” and would hurt Republicans in the November midterm elections.</p><p>“There is a huge group of people who really appreciate what the president’s doing right now,” Tillis said. “And it’s the Democrat Party.”</p><p>Sen. Tommy Tuberville of Alabama said Trump was “using everything as leverage to get the SAVE America Act passed.”</p><p>Sen. Lindsey Graham, one of the president’s closest allies in Congress, refused to talk to reporters about Wednesday’s developments.</p><p>Trump called off housing bill signing just as Republican leaders were praising it</p><p>The president’s announcement came at an awkward time for House Republican leadership, coming just as they were speaking at a press conference about the importance of the bill in addressing affordability — a key issue for voters this year.</p><p>House Majority Leader Steve Scalise had just described it as “really important bill to lower housing costs.”</p><p>“Let’s show the American people what legislating looks like,” added Financial Services Committee Chairman French Hill. “Let’s show the American people how you bring together and do something on a bicameral basis, and we did that.”</p><p>A reporter then asked about Trump’s cancellation as they took questions. Speaker Mike Johnson said he had spoken with Trump earlier Wednesday and was confident he would sign the bill.</p><p>“The president, when we go through the details of the bill, he’s going to understand that it’s a good product,” Johnson said.</p><p>Sen. Elizabeth Warren says Trump is showing he doesn’t care about American families</p><p>The bipartisan housing bill was as close as it comes to a “Kumbaya” moment in Washington, but the Democratic senator who helped craft the measure said she couldn’t understand why Trump thought canceling the signing ceremony was a smart idea.</p><p>“This just doesn’t make any sense,” Warren said on CNBC, saying the only conclusion she could draw is that Trump has “a complete indifference to the cost squeeze on American families, and to genuine efforts to do something about it.”</p><p>The Massachusetts lawmaker said Trump is his own worst enemy when it comes to lowering interest rates to help make housing more affordable.</p><p>She said his tariffs, his energy policies and his Iran war have kept inflation running hotter than it should, keeping borrowing costs high.</p><p>House Democrat to Trump: ‘Stop the nonsense’</p><p>Democratic Rep. Sharice Davids of Kansas said Trump refused to sign the bill “all because of political games.”</p><p>“Families are struggling to afford a home,” she posted on X. “Stop the nonsense and sign the BIPARTISAN bill.”</p><p>An analysis by the Bipartisan Policy Center says the bill incorporates provisions from more than 60 measures introduced in the House, Senate, or both chambers — 36 of which had bipartisan sponsors.</p><p>America is turning 250. New polls show how they feel about it</p><p>About 4 in 10 U.S. adults feel “proud” about the country’s 250th anniversary, according to a new AP-NORC survey. Roughly 3 in 10 say “excited” describes their emotions.</p><p>But as the celebrations begin, many Americans also feel indifferent or conflicted. New Gallup polling shows about 8 in 10 Americans now feel the signers of the Declaration of Independence would be disappointed with how the U.S. has turned out, a substantial increase from 25 years ago.</p><p>Laura Davis, a 44-year-old in Chicago who identifies as a progressive liberal, has struggled with what she describes as the “American declarations of grandiosity” this year, including Trump’s White House ballroom construction and the repainting of the Lincoln Memorial Reflecting Pool.</p><p>That money could be better spent on Americans in need as well as international aid, she said, and she worries the country’s reputation is being damaged by the Trump administration’s actions.</p><p>▶ Read more</p><p>Iran says it’s closing Strait of Hormuz again as Israel and Hezbollah keep fighting in Lebanon</p><p>Testing the Iran war’s uneasy ceasefire, the announcement from Tehran follows an Israeli airstrike Wednesday that killed two people, according to Lebanon’s state-run news agency. It was Israel’s first airstrike on Lebanon since the latest ceasefire took effect on Saturday.</p><p>Israel’s defense minister said Wednesday that the U.S. had not demanded that Israel withdraw from Lebanon and maintained that Israel will remain there as long as Hezbollah poses a threat to its troops and residents. Hezbollah has refused to halt attacks unless Israel commits to withdrawing.</p><p>“We are not withdrawing, and as of this moment — and this is a diplomatic achievement — there is no American demand for Israel to withdraw from Lebanon,” said minister Israel Katz.</p><p>Lebanese and Israeli officials are meeting again this week in Washington. Lebanon hopes the direct negotiations will result in a plan for Israeli withdrawal.</p><p>▶ Read more</p><p>US says Chemours to pay $450 million to settle ‘forever chemicals’ case</p><p>The Trump administration has reached a multistate settlement with chemical giant Chemours Co. over yearslong, illegal discharges of synthetic “forever chemicals” used to make products resistant to water, grease and stains.</p><p>The settlement is the first by the federal government to resolve enforcement claims against a manufacturer of harmful chemicals known as PFAS.</p><p>Under the agreement, Chemours will pay a civil penalty of $22.5 million for alleged violations and spend $90 million over 15 years to mitigate PFAS discharges in three states: West Virginia, North Carolina and New Jersey. The company also agreed to install PFAS pollution controls and supply clean drinking water to affected communities. Combined, the penalties and relief programs are estimated to cost $450 million.</p><p>The Associated Press learned details of the settlement, which allows Chemours to continue manufacturing PFAS for commercial and military applications, ahead of an announcement expected later Wednesday.</p><p>▶ Read more</p><p>Trump cancels signing of bill to increase supply of housing</p><p>The president posted on social media that he would no longer be signing, as planned for Wednesday, a bipartisan measure to increase home construction.</p><p>“Today’s Housing News Conference and Signing is hereby canceled until such time as we pass the desperately needed SAVE AMERICA ACT, which I consider to be a National Emergency,” Trump said.</p><p>Trump has been pushing the Senate to remove the filibuster in order to pass the SAVE America Act, which would introduce new voter identification requirements.</p><p>Democratic lawmakers say the measure as written would be a form of voter suppression.</p><p>Trump disses housing bill he’s about to sign as having ‘minor importance’</p><p>It turns out that Trump doesn’t care much about the bipartisan bill to spur more home construction that he plans to sign on Thursday.</p><p>Posting on social media, he dismissed the measure that his rival Sen. Elizabeth Warren, D-Mass., helped to craft.</p><p>He said the housing measure, which aims to reduce federal regulations, expand local control and ban corporate investors from buying up single-family homes, was “of minor importance compared to lower interest rates.” Thirty-year mortgage rates are averaging around 6.5%, having spiked from 6% earlier this year with the start of the Iran war.</p><p>The president used his post to say that his SAVE America Act on voter identification was more important, even though polling shows the electorate is primarily concerned about affordability. Trump has been pushing the Senate to eliminate the filibuster in order to pass the voting measure.</p><p>More on the departing Army commander — and a new Pentagon review</p><p>A West Point graduate and a career special operations commander, Donahue commanded Delta Force units in Iraq and Afghanistan before leading the 82nd Airborne from July 2020 to March 2022. His departure from Afghanistan after nearly 20 years of war was documented in an iconic photo.</p><p>Hegseth and Trump had made the chaotic withdrawal from Afghanistan — an operation set in motion by a treaty Trump negotiated during his first term — a regular political punching bag. But Donahue’s leadership during the evacuation drew bipartisan praise. Within the Army, he was widely seen as a top officer who could have led the service or been chosen to be chairman of the Joint Chiefs of Staff.</p><p>Hegseth ordered the new examination of the withdrawal despite there having already been multiple reviews of the operation by the Pentagon, U.S. Central Command, the State Department and Congress, which have involved hundreds of interviews and studies of videos, photographs and other footage and data. It’s unclear what specific new information the new review is seeking.</p><p>▶ Read more</p><p>US Army’s commander of land forces in Europe and Africa suddenly leaves his post</p><p>Gen. Christopher Donahue — famously the last American soldier to leave Afghanistan in 2021 — is unexpectedly stepping down after just 18 months in the job.</p><p>An Army official who spoke on condition of anonymity to talk about sensitive discussions told The Associated Press that Donahue’s departure comes as the Army is discussing downgrading U.S. Army Europe and Africa from four-star to a three-star command amid criticism from Hegseth about European allies.</p><p>Donahue, commander of NATO’s Allied Land Command, will relinquish his command on July 2, according to an Army statement provided to The Associated Press. He’s among nearly two dozen top military leaders to either retire or depart early under the leadership of Defense Secretary Pete Hegseth and his mantra of “less generals, more GIs.”</p><p>By Konstantin Toropin</p><p>UN nuclear boss says his inspectors will visit Iran sites. Tehran says not so fast</p><p>“This is going to happen,” Rafael Mariano Grossi, director general of the International Atomic Energy Agency, said Wednesday.</p><p>The IAEA inspections of Iranian nuclear enrichment sites are key component in the interim U.S.-Iran deal to reach an end to the war, but an Iranian diplomat insisted any such visit would only come after a final deal.</p><p>The U.S. and Iran have repeatedly disagreed in public about what the document they signed actually means. Their dueling narratives also involve the status of Israel’s war with Iranian-backed Hezbollah militants in Lebanon and how Tehran will spend billions of dollars once unfrozen.</p><p>Grossi’s remarks were the firmest yet from the United Nations agency viewed as key in determining the status of Iran’s nuclear stockpile.</p><p>▶ Read more</p><p>US reopens embassy in Kuwait after shuttering during Iran war</p><p>The Trump administration has announced the limited reopening, more than three months after it was shuttered at the height of the war.</p><p>Secretary of State Marco Rubio attended a ceremonial flag-raising at the embassy compound in Kuwait City on Wednesday during the second leg of a three-nation tour of Gulf allies.</p><p>“Effective at midnight on June 24, 2026, the U.S. Embassy in Kuwait resumed operations following a suspension caused by Iranian attacks,” the State Department said. “The Embassy will immediately resume emergency services for American citizens, with other services phased in gradually.”</p><p>The embassy suspended operations on March 5, amid intensifying Iranian drone and missile retaliation for U.S. and Israeli airstrikes. Ot was the only one to entirely close down, although all others in the region reduced staffing by either allowing or ordering non-emergency personnel to leave their posts.</p><p>Federal judge bars immigration arrests at US courthouses in a setback for Trump</p><p>U.S. District Judge Casey Pitts of San Francisco ordered an end to the arrests, saying in part that the reversal of longstanding policy failed to address the “chilling effect” on attendance at court hearings and resulted from “a complete lack of decision-making.”</p><p>“For 80 years, Congress has commanded federal agencies to think before they act,” wrote Pitts, referring to the 1946 Administrative Procedure Act, which demands that an agency at least provide sound reasons for following its chosen course.”</p><p>Another federal judge in May also barred arrests at immigration courts, but that order applied only in New York. This decision invalidates the policy nationwide.</p><p>James Percival, the U.S. Homeland Security Department’s general counsel, criticized Tuesday's ruling as an exercise in judicial overreach.</p><p>▶ Read more</p><p>Mamdani’s endorsements prove his power in New York, plus more takeaways</p><p>After two of Trump ’s picks for governor lost Republican primaries this month, he ensured it wouldn’t happen again. The president endorsed both GOP candidates in a South Carolina runoff, and one of them inevitably won.</p><p>Meanwhile New York City Mayor Zohran Mamdani proved his endorsement power after boosting three progressives over establishment-backed candidates in Tuesday’s Democratic primaries. All three won, all but ensuring that two self-described democratic socialists will represent their deep blue districts in Congress. The mayor said it was a question of electing “better Democrats” who would “put working people back at the heart of politics.”</p><p>The losers in New York’s House primaries included New York Assemblyman Alex Bores, a former Palantir employee who pushed sweeping state-level AI regulation; Jack Schlossberg, the grandson of former President John F. Kennedy; and former Republican lawyer George Conway.</p><p>▶ Read more</p><p>Trump turns America 250 kickoff into a campaign-style rally on the National Mall</p><p>The President sees America’s 250th anniversary as a chance to get the country excited again — about Donald Trump.</p><p>He’s hosting a rally Wednesday on the National Mall, promising a stealth bomber flyover, military bands, singer Lee Greenwood of “God Bless the USA” fame and a speech by who else but Trump.</p><p>The president is trying to convince American voters that he’s put the unpopular Iran war in the rearview mirror, with oil prices easing as the Strait of Hormuz reopens amid negotiations with Tehran. The rally kicks off weeks of celebrations about America and its 1776 founding.</p><p>After musicians including Young MC and the Commodores canceled, Trump said he’s stepping into the void as “the Number One Attraction anywhere in the World, the man who gets much larger audiences than Elvis in his prime.”</p><p>He said Wednesday’s event would be “the biggest rally we’ve ever had.”</p><p>▶ Read more</p><p>Trump says Justice Department will investigate oil companies for price gouging</p><p>Trump said on social media that gasoline prices are not matching the decline in oil prices, so he has told the Justice Department “to immediately start looking into this.”</p><p>Crude oil prices have eased with the interim deal with Iran, which has enabled more oil tankers to start passing through the Strait of Hormuz. Prices at the pump are averaging $3.93 a gallon, according to AAA. Gasoline costs have fallen over the past month, just not as much as Trump would like.</p><p>“In other words, customers are being ‘gouged,’” Trump posted. “I have instructed the DOJ to immediately start looking into this. Gasoline prices better start going down a lot faster than what I’m seeing!</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XTV3UISC6ZVVVILWQAO56PFHZA.jpg?auth=a00934fd669caf55c221e4cbcf7ebd3f697aebe58c690cbd422c33ddc7f4c8c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Ferris wheel is seen on the National Mall for the 250 Anniversary celebration, Tuesday, June 23, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZQAI5YYBJE24RMMDGAFIRQWOYY.jpg?auth=2576f117de4ec8d9d603ed2fdb90e620af13d80c581fc0fcfcbabd8afdb07475&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma City Police Department officers, deputized to assist with local law enforcement for events around the 250th anniversary of the U.S., patrol near the area where sections of blue coating have peeled up in the Lincoln Memorial Reflecting Pool, Saturday, June 20, 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/UHB3GCI7GOOCJRDUSZ67IH36IA.jpg?auth=701243d3b18d58d613c9e6d0f561be5d58a5c07f38e83b7818bfc6eefc7f8eb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks at a Mack Trucks facility, Tuesday, June 23, 2026, in Macungie, Pa. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FL5O5I767JHFAFDA7XFM3YK6PY.jpg?auth=03387299193c08dd464225f787af4297aa7517e8153c643c1c34b0f851694efe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[NATO Secretary General Mark Rutte speaks after a meeting of NATO defense ministers at NATO headquarters in Brussels, Thursday, June 18, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2SDOJM2JCCOK2A3S5ILPOJNFK4.jpg?auth=4ce30ad51eaa15c0b0c67df5f274d45cf48154b8f2caffa568591833f4cf7006&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Capitol is seen in Washington, Tuesday evening, June 23, 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[No sweat: Sinner optimistic after pre-Wimbledon exhibition match in London heat wave]]></title><link>https://www.local10.com/sports/2026/06/24/no-sweat-sinner-optimistic-after-pre-wimbledon-exhibition-match-in-london-heat-wave/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/no-sweat-sinner-optimistic-after-pre-wimbledon-exhibition-match-in-london-heat-wave/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Top-ranked Jannik Sinner is feeling optimistic about his Wimbledon title defense after sweating through an exhibition match in a heat wave Wednesday and confirming he underwent testing following his physical meltdown at the French Open.]]></description><pubDate>Wed, 24 Jun 2026 17:25:08 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Top-ranked Jannik Sinner is feeling optimistic about his Wimbledon title defense after sweating through an exhibition match in a heat wave Wednesday and confirming he underwent testing following his physical meltdown at the French Open.</p><p>The Italian star hasn't entered any tour-level events in the buildup to the grass-court Grand Slam, which starts Monday, so his 6-3, 6-3 victory over Cam Norrie in sweltering west London will have to suffice.</p><p>“It was very warm, but physically I felt good,” Sinner told reporters.</p><p>The appearance at the Giorgio Armani Tennis Classic came just under a month after the Italian star struggled with dizziness in a stunning second-round loss at the French Open.</p><p>“We did some testing. We tried to understand what happened,” he said. “We came to a conclusion which is very good.”</p><p>Wednesday's match went ahead with southern England under a “ red warning ” for extreme heat issued by Britain’s national weather service.</p><p>“As Cam said, a very hot day,” Sinner said in an on-court interview. “Exhibition matches, they are good because we try out a couple of things and hopefully be as good as we can then for the next week."</p><p>The interviewer asked him what he was trying out. “I don't know," a smiling Sinner responded.</p><p>Earlier on Wednesday at the All England Club, Sinner wore a cooling vest at practice. During the match against Norrie, he didn't use ice packs like in the past.</p><p>The early afternoon temperature in Fulham, where the grass-court event was held, was 33 C (91.4 F) with a slight breeze.</p><p>The temperature at Wimbledon on Monday is expected to be a much more manageable 24 C (75 F).</p><p>In Paris, he was ahead by two sets and 5-1 in the third before losing to Juan Manuel Cerundolo 3-6, 2-6, 7-5, 6-1, 6-1. The temperature on Court Philippe-Chatrier rose to 32 C (90 F) during the match, and Sinner was clearly having a tough time cooling himself down as he reached for multiple ice bags.</p><p>Sinner, who has a history of problems with heat and cramps, didn't blame the heat entirely after the loss. “I think many things together caused this problem. I just need my time now to process what went wrong here,” he said at the time.</p><p>At the grass-court major a year ago, Sinner beat Carlos Alcaraz 4-6, 6-4, 6-4, 6-4 in the final for his first Wimbledon title. Alcaraz will miss this year’s tournament because of a wrist injury.</p><p>The U.K.'s weather service said the region could see "a two to three-day period where maximum temperatures in the shade exceed 37 Celsius, perhaps rising to 38 to 40 Celsius in some places. The heat will be accompanied by high humidity, exacerbating the potential for discomfort and health impacts, with very warm and humid night times also reducing the ability for people to recover overnight.”</p><p>Heat impacts Wimbledon qualifying tournament</p><p>Because of the heat warnings, the ball boys and ball girls for Wednesday's matches at Wimbledon's qualifying tournament were kept home. Their duties were handled by “our Court Services team — who are all adults,” the All England Club said.</p><p>Also Wednesday, there was a temporary loss of power to part of the Roehampton qualifying venue “which meant that the electronic line calling system could not function,” the club added. Heat will be looked at as a possible cause for the outage.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZQFQUVN7S732XIZS7DTQZ2JYYI.jpg?auth=a2d82691abe61e7643662b88d2cbb96801c4891cc7759cb869636bf87343265d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner of Italy waves to supporters after a tennis exhibition match against Cameron Norrie of Great Britain at the Hurlingham Tennis Club in London, Wednesday, June 24, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BGTTMX2QAKAFQA7V2VJYXSRXGQ.jpg?auth=0e318e80a41a9e90487dea0724f96914f34f048a115912971ac8e2fadfa0e4d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner of Italy uses a towel to wipe his face during a tennis exhibition match against Cameron Norrie of Great Britain at the Hurlingham Tennis Club in London, Wednesday, June 24, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T2J6R3SSTONOE5VKDGBE2WKJ74.jpg?auth=c331178b50b87fb84a65e082cceef7616c4ee5a857436d5849eb2d868aea60d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner of Italy returns during a tennis exhibition match against Cameron Norrie of Great Britain at the Hurlingham Tennis Club in London, Wednesday, June 24, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ED2XTV4TFYQO2XHDKRMABMEVPE.jpg?auth=e1d7a77749635783d15fcccdcfc7ae8ddaec0f8ce356854018c20fe4f350c231&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner of Italy returns during a tennis exhibition match against Cameron Norrie of Great Britain at the Hurlingham Tennis Club in London, Wednesday, June 24, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GYOJT5DH2VNR43YUPVHTUINONE.jpg?auth=d57f12337a682839dbf4f3a932d14ddea713a939665d8f4716d329ee04ce6d7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Jannik Sinner wears an ice jacket to keep cool during a practice session ahead of the Wimbledon Tennis Championships, at the All England Lawn Tennis and Croquet Club, in London, Wednesday June 24, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content></item><item><title><![CDATA[New York sweep by Israel critics shines light on a fraught issue for Democrats]]></title><link>https://www.local10.com/news/politics/2026/06/24/new-york-sweep-by-israel-critics-shines-light-on-a-fraught-issue-for-democrats/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/new-york-sweep-by-israel-critics-shines-light-on-a-fraught-issue-for-democrats/</guid><dc:creator><![CDATA[By BILL BARROW, STEVE PEOPLES and JAKE OFFENHARTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — When Varun Venkatesh cast his ballot in New York’s primary this week, he thought about “a good litmus test for me as a voter.” He wanted to know what the candidates are doing for the Palestinian cause.]]></description><pubDate>Wed, 24 Jun 2026 19:08:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When Varun Venkatesh cast his ballot in New York’s primary this week, he thought about “a good litmus test for me as a voter.” He wanted to know what the candidates are doing for the Palestinian cause.</p><p>The 27-year-old Brooklyn resident decided to support Claire Valdez, who was backed by Mayor Zohran Mamdani, over Antonio Reynoso, another progressive who was the choice of the Democratic establishment, because she had “a clear and more consistent stance.”</p><p>Valdez triumphed in her congressional primary, as did two other insurgent candidates endorsed by Mamdani, and Israel was a key issue in each of the races. Now the question for Democrats is how many more voters like Venkatesh are out there as the party charts its path toward the November midterms and the next presidential election.</p><p>The war in Gaza began with Hamas' Oct. 7, 2023, attack on Israel, which responded with a yearslong counterattack that left more than 73,000 dead. About 1,000 have died since a ceasefire was reached in October, according to the Hamas-run health ministry that does not differentiate between civilian and combatant casualties.</p><p>Human rights groups and a United Nations commission have described Israel's actions as a genocide, a charge that's been rejected by Israeli Prime Minister Benjamin Netanyahu.</p><p>Democrats on the left — and even some conservatives — have ratcheted up pressure to suspend U.S. aid to Israel, a shift that's been shadowed by a rise in antisemitism across the political spectrum.</p><p>“The Israel question has become defining,” said Matt Bennett, who leads the centrist Democratic group Third Way and frequently criticizes progressives as jeopardizing outreach to independent voters. He argued that some in Mamdani’s camp have embraced “a new level of extremism,” warning that “Republicans are very good at weaponizing crazy ideas on the fringe against mainstream candidates.”</p><p>The schism over Israel, which widened during Joe Biden's presidency and undermined Kamala Harris' bid to replace him, remains an open wound. How Democrats attempt to stitch it closed will help define their future. A step in any direction risks alienating pieces of the party's unwieldy coalition when it's trying to unify around the mission of retaking control of Congress and set the stage for winning the White House again.</p><p>Mamdani is unapologetic in his effort to reshape the Democratic Party from the mayor’s office of the country’s largest city. He sharply criticized the American Israel Public Affairs Committee for defending what he calls “a status quo of immorality” in Gaza, and voters who celebrated his slate's victories on Tuesday night chanted “Free Palestine.”</p><p>The mayor, meanwhile, argues that New York should shape Democrats’ search for their national identity in the coming years.</p><p>“When does the race for 2028 begin?” Mamdani asked last week on a stage with his slate of candidates. “It starts now.”</p><p>Israel-Palestinian conflict animates Democrats' left flank</p><p>Even for a party accustomed to conflicts between progressives and moderates, the divide over Israel has been especially intense. Although the U.S. alliance with Israel once had bipartisan support, the ascendancy of Israel's right wing, led by Netanyahu, strained those ties over the years. Then the war in Gaza shredded them.</p><p>Biden was denounced as “Genocide Joe” by pro-Palestinian supporters, who shifted their attention to Harris once she replaced him as the Democratic nominee for president two years ago.</p><p>“She was trying to do the right thing," said Jamie Harrison, who led the Democratic National Committee at the time. "It was a hard and awkward place to be in.”</p><p>Harrison said the war in Gaza helped cost Harris the state of Michigan, which has a sizable Arab American population. However, he doubts that it was a defining national issue then or now.</p><p>“It’s one thing to be in New York. But I can tell you that most places, including where I am in South Carolina, it’s not what people are talking about,” he said. “They are concerned about affording gas and groceries and housing.”</p><p>Harrison expects Democrats to look for middle ground in the future, which includes “still supporting Israel’s sovereignty” while calling for “reducing U.S. aid to Israel and changing the nature of the relationship.”</p><p>The issue puts a notable spotlight on Jewish Democrats who could become presidential contenders at the same time Mamdani wields his influence as the most prominent elected Muslim in U.S. politics.</p><p>When Pennsylvania Gov. Josh Shapiro’s name landed on Harris’ list of potential running mates, activists on the left cried foul over his support for Israel — potentially previewing pressures he would experience in a White House campaign.</p><p>Illinois Gov. JB Pritzker was once a billionaire donor to AIPAC, the pro-Israel lobbying group, and a national board member. He cut ties with the group after it aligned with Donald Trump, but the governor has continued to face questions about his past support.</p><p>Both Shapiro and Pritzker are seeking reelection this November before deciding on White House bids.</p><p>One primary victor blasted the ‘hug Bibi’ strategy</p><p>Finding middle ground has been difficult so far, as demonstrated by the primary in New York's 10th congressional district.</p><p>Brad Lander, the former city comptroller backed by Mamdani, successfully challenged U.S. Rep. Dan Goldman in the race.</p><p>Both candidates are Jewish, and both have criticized the Israeli government. But Lander says the war in Gaza is a genocide, and Goldman does not.</p><p>“Our party needs to admit that Joe Biden’s ‘hug Bibi’ strategy was a catastrophic mistake," Lander said in his primary victory speech. He added, “We cannot keep paying for Netanyahu’s wars with our tax dollars. Democratic voters are saying this, loud and clear.”</p><p>Ari Rassouli, a voter in the district, said the incumbent's views on Israel were “one of the many reasons that I didn’t like Dan Goldman.”</p><p>Describing the war as a genocide, she said “a candidate that is in support of that has no place in our democracy at all.”</p><p>While talking to reporters on Tuesday, Lander acknowledged that Israel was among the top issues along with affordability and immigration.</p><p>“I like talking to Jewish voters who feel anxiety about the times we live in and say, ‘I have these values, I want to treat everyone like they’re equal and with dignity and created in God’s image. How do we navigate the times we’re in?’” he said.</p><p>He added with a smile, “Those are probably the longest conversations at the polls.” ___</p><p>Associated Press writers Anthony Izaguirre and Larry Neumeister contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UF5BVMVYYCMP6ZQZM3NLDZJYBM.jpg?auth=00b1fe2c12c5ea1c70c3718123dc5e93ced89344d88059638151956835078dc7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Brad Lander arrives with New York City Mayor Zohran Mamdani for an election night watch party Tuesday, June 23, 2026, in New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4LHWVDMURWIPZ74WFZ4VFXSUYQ.jpg?auth=4fe7a353b8274a3edfd24b3651f20e7db0f26cc2fdf824aeb3b4c36d05adfd15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani, celebrates with Democratic congressional candidate Darializa Avila Chevalier during an election night watch party Tuesday, June 23, 2026, in New York. (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/2JUSSHYHXHZBAFKSC2RKRXPFNU.jpg?auth=2bed21075da765d903997ea2531428ebec53008215d8abb543cb206ea7235c4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Claire Valdez speaks during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content></item></channel></rss>