<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Tue, 30 Jun 2026 22:23:22 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[South Florida congressional members pushing for more aid in Venezuela]]></title><link>https://www.local10.com/news/politics/2026/06/30/south-florida-congressional-members-pushing-for-more-aid-in-venezuela/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/south-florida-congressional-members-pushing-for-more-aid-in-venezuela/</guid><dc:creator><![CDATA[Ross Ketschke]]></dc:creator><description><![CDATA[As rescue crews continue to dig through the rubble in Venezuela in search of survivors, South Florida lawmakers on Capitol Hill are calling on the Trump administration to send more help in the wake of the devastating earthquakes. ]]></description><pubDate>Tue, 30 Jun 2026 21:58:16 +0000</pubDate><content:encoded><![CDATA[<p>As rescue crews continue to dig through the rubble in Venezuela in search of survivors, South Florida lawmakers on Capitol Hill are calling on the Trump administration to send more help in the wake of the devastating earthquakes. </p><p><a href="https://www.local10.com/espanol/2026/06/30/impulsan-congresistas-del-sur-de-florida-mas-ayuda-para-venezuela/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/impulsan-congresistas-del-sur-de-florida-mas-ayuda-para-venezuela/">Leer en español</a></p><p>“Tens of thousands of people are missing, two thousand are dead,” said Rep. Jared Moskowitz.</p><p>Moskowitz is asking the U.S. State Department to deploy hospital ships to Venezuela.</p><p>The USNS Comfort and Mercy are fully equipped floating emergency rooms, a resource Moskowitz says is desperately needed on the ground. </p><p>“There are two specific resources we have that are closer than any other country,” he said. “Hundreds of doctors, hundreds of nurses, surgery rooms, triage, they could immediately help people get medical attention (and) save lives.” </p><p>Meanwhile, South Florida Republican Congressman Carlos Gimenez said he has major concerns about how Venezuela’s interim government is responding the disaster response and raising doubts about acting president Delcy Rodriguez’s handling of U.S. aid. </p><p>“This government has proven to me that they’re incapable, they’re incompetent, but they’re also thieves, so let’s not kid ourselves,” said Gimenez. </p><p>Among the missing and feared dead are a group of more than 100 migrants who had just been deported from the United States on a flight from South Florida.</p><p>They were reportedly being held in a hotel just outside of Caracas when the quakes hit.</p><p>South Florida Democratic Congresswoman Debbie Wasserman Schultz said the Trump administration should pause deportations to Venezuela. </p><p>“He should reinstate Venezuelan TPS today,” she said. “There were two major earthquakes, more than 7 points on the Richter scale.” </p><p>TPS was not a partisan issues, as Gimenez said this is the exact kind of disaster the TPS program is made for, and he plans to encourage President Trump to reinstate those protections in the wake of these earthquakes.</p>]]></content:encoded></item><item><title><![CDATA[FBI investigates after woman last seen at South Florida strip clubs found dead off Biscayne Bay]]></title><link>https://www.local10.com/news/local/2026/06/30/fbi-investigates-after-woman-last-seen-at-south-florida-strip-clubs-found-dead-off-biscayne-bay/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/fbi-investigates-after-woman-last-seen-at-south-florida-strip-clubs-found-dead-off-biscayne-bay/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[The FBI is investigating after they said a woman’s body was found in the waters off Biscayne Bay, as her family searches for answers about what happened in the days leading up to her death.]]></description><pubDate>Tue, 30 Jun 2026 22:17:56 +0000</pubDate><content:encoded><![CDATA[<p>The FBI is investigating after they said a woman’s body was found in the waters off Biscayne Bay, as her family searches for answers about what happened in the days leading up to her death.</p><p>Surveillance video released by investigators is believed to show some of the last moments of 31-year-old Keisha Jones’ life. </p><p>Investigators said the video was recorded Friday morning outside Scarlett’s Cabaret off Hallandale Beach Boulevard.</p><p>They said earlier that morning, around 6 a.m., Jones was also spotted at Dean’s Gold off 163rd Street in North Miami Beach.</p><p>Three days later, Jones’ body was found in the waters off Biscayne Bay near a NOAA research building on Virginia Key, sources told Local 10 News. </p><p>The FBI is now investigating the circumstances surrounding her death.</p><p>Jones’ family, who is mostly from Michigan, said they are in disbelief and are looking for answers about who she was last with and how she ended up dead.</p><p>Investigators are working to piece together the timeline as they try to determine what happened to Jones.</p><p>Anyone with information on the case is urged to call the FBI at 1-800-225-5324. </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[Impulsan congresistas del sur de Florida más ayuda para Venezuela ]]></title><link>https://www.local10.com/espanol/2026/06/30/impulsan-congresistas-del-sur-de-florida-mas-ayuda-para-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/impulsan-congresistas-del-sur-de-florida-mas-ayuda-para-venezuela/</guid><dc:creator><![CDATA[Ross Ketschke]]></dc:creator><description><![CDATA[Mientras equipos de rescate continúan excavando entre escombros en Venezuela, legisladores del sur de Florida en el Capitolio piden más ayuda tras los devastadores terremotos]]></description><pubDate>Tue, 30 Jun 2026 22:17:47 +0000</pubDate><content:encoded><![CDATA[<p>Mientras los equipos de rescate continúan excavando entre los escombros en Venezuela en busca de sobrevivientes, los legisladores del sur de Florida en el Capitolio están pidiendo a la administración del presidente Trump que envíe más ayuda tras los devastadores terremotos.</p><p>“Hay decenas de miles de personas desaparecidas y dos mil fallecidos”, afirmó el representante Jared Moskowitz.</p><p>Moskowitz está pidiendo al Departamento de Estado de EE. UU. que despliegue barcos hospital en Venezuela.</p><p>El USNS Comfort y el Mercy son salas de emergencia flotantes completamente equipadas, un recurso que Moskowitz dice que es desesperadamente necesario en el terreno.</p><p>“Hay dos recursos específicos que tenemos que están más cerca que los de cualquier otro país”, dijo. “Cientos de médicos, cientos de enfermeras, quirófanos, triaje, podrían ayudar inmediatamente a las personas a recibir atención médica (y) salvar vidas”.</p><p>Mientras tanto, el congresista republicano del sur de Florida Carlos Giménez dijo que tiene grandes preocupaciones sobre cómo el gobierno interino de Venezuela está respondiendo a la respuesta ante el desastre y está generando dudas sobre el manejo de la ayuda de EE. UU. por parte de la presidenta en funciones Delcy Rodríguez.</p><p>“Este gobierno me ha demostrado que son incapaces, son incompetentes, pero también son ladrones, así que no nos engañemos”, dijo Giménez.</p><p>Entre los desaparecidos y los que se teme que estén muertos hay un grupo de más de 100 migrantes que acababan de ser deportados de Estados Unidos en un vuelo desde el sur de Florida.</p><p>Según los informes, estaban siendo retenidos en un hotel a las afueras de Caracas cuando los terremotos golpearon.</p><p>La congresista demócrata del sur de Florida Debbie Wasserman Schultz dijo que la administración del presidente Trump debería pausar las deportaciones a Venezuela.</p><p>“Él debería restablecer el TPS venezolano hoy”, dijo. “Hubo dos grandes terremotos, de más de 7 puntos en la escala de Richter”.</p><p>El TPS no era un tema partidista, ya que Giménez dijo que este es exactamente el tipo de desastre para el que está hecho el programa TPS, y planea alentar al presidente Trump a restablecer esas protecciones tras estos terremotos.</p>]]></content:encoded></item><item><title><![CDATA[Embattled QB Brendan Sorsby to become eligible for 2027 NFL draft after opting not to sue the league]]></title><link>https://www.local10.com/sports/2026/06/30/embattled-qb-brendan-sorsby-to-become-eligible-for-2027-nfl-draft-after-opting-not-to-sue-the-league/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/embattled-qb-brendan-sorsby-to-become-eligible-for-2027-nfl-draft-after-opting-not-to-sue-the-league/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Brendan Sorsby is moving on to 2027.]]></description><pubDate>Tue, 30 Jun 2026 22:15:45 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Brendan Sorsby is moving on to 2027.</p><p>The NFL sent a memo to all 32 teams on Tuesday informing them that Sorsby, a quarterback whose college career ended when the NCAA banished him for gambling activity that included wagers on his own team while on the roster at Indiana in 2022 and betting on pro sports, will not seek legal action against the NFL after the league denied his petition to enter the supplemental draft.</p><p>“I accept 100% responsibility for my actions,” Sorsby posted on Instagram on Tuesday evening. “I did not have control of my gambling problem and it took getting caught to realize that, but it was truly the best thing that could have happened to me.”</p><p>Sorsby, who moved from Indiana to Cincinnati to Texas Tech before revelations about an extensive gambling problem surfaced, tried to enter the draft just three days before the scheduled deadline. The league, which hasn't held a supplemental draft since 2023 and hasn't had a player selected in it since 2019, denied the petition.</p><p>“The issues presented by your Petition are too significant, and too closely tied to the League’s core integrity interests, to permit meaningful review within the timeline presented,” NFL attorney Lawrence P. Ferazani Jr. wrote in a letter to Sorsby last week.</p><p>The 22-year-old Sorsby, who cannot play in the Canadian Football League in 2026, is now considered “draft-eligible” for the 2027 NFL draft. Sorsby will not be eligible to sign an NFL contract until the draft's conclusion.</p><p>The NFL has no plans to discipline Sorsby for any currently known prior misconduct but holds the right to investigate Sorsby. The league can also take Sorsby's college misconduct into account should it find cause to discipline Sorsby in the future.</p><p>Sorsby's decision to not challenge the NFL in court leaves him with 10 months on his hands to prepare. Sorsby had planned to play at Texas Tech this year before the NCAA declared him ineligible for making thousands of bets on sporting events worth at least $90,000 during his college career. Those included at least 40 bets on Indiana while he was a freshman there in 2022, though none on the games in which he played for the Hoosiers that season.</p><p>“I am fully committed to being the best version of myself that I can be while getting ready for the 2027 draft,” Sorsby wrote. “God makes no mistakes and I look forward to seeing the good that is to come from this.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JML4JLPKD6IZSLAYD2CNXUZSFQ.jpg?auth=c58a1caf5d8a881662e521c91f8806a192aec001faf1f32c4d255020d32c0923&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cincinnati quarterback Brendan Sorsby (2) walks off the field after a NCAA college football game against Baylor, Oct. 25, 2025, in Cincinnati. (AP Photo/Tanner Pearson, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Tanner Pearson</media:credit></media:content></item><item><title><![CDATA[France forward Kylian Mbappé scores his 17th World Cup goal, a record 9th in the knockout round]]></title><link>https://www.local10.com/sports/2026/06/30/france-forward-kylian-mbappe-scores-his-17th-world-cup-goal-a-record-9th-in-the-knockout-round/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/france-forward-kylian-mbappe-scores-his-17th-world-cup-goal-a-record-9th-in-the-knockout-round/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[EAST RUTHERFORD, N.J. (AP) — France forward Kylian Mbappé scored his ninth goal in the knockout stage of the World Cup on Tuesday, breaking a tie with Brazilian greats Leonidas and Ronaldo for the most in the history of the tournament.]]></description><pubDate>Tue, 30 Jun 2026 22:09:39 +0000</pubDate><content:encoded><![CDATA[<p>EAST RUTHERFORD, N.J. (AP) — France forward Kylian Mbappé scored his ninth goal in the knockout stage of the World Cup on Tuesday, breaking a tie with Brazilian greats Leonidas and Ronaldo for the most in the history of the tournament.</p><p>After a give-and-go with Ousmane Dembélé, Mbappé scored on a terrific individual effort in the 45th minute. Mbappé crossed over Viktor Gyökeres before firing his shot past Sweden goalkeeper Jacob Widell Zetterström.</p><p>The 27-year-old Mbappé ran immediately to coach Didier Deschamps after scoring. This was Deschamps' first game back on the sideline after missing the group stage finale to fly back to Europe for his mother’s funeral.</p><p>Mbappé’s fifth goal of this year's tournament tied him with Norway striker Erling Haaland and put him one back of Argentina forward Lionel Messi in the race for the Golden Boot. With 17 goals in 18 World Cup games, he moved two behind Messi on the all-time scoring list. Messi has played in 29 World Cup games in his career.</p><p>France outshot Sweden 15-3 in the first half, dominating in the searing heat. That effort also included Mbappé banging a shot off the left post and even beginning to celebrate before watching it bounce back.</p><p>It was 90 degrees Fahrenheit (32 degrees Celsius), sunny and humid at the 5 p.m. kickoff with poor air quality. During the first half hydration break, Lucas Digne let himself be doused by a sprinkler.</p><p>___</p><p>AP Sports Writer Ron Blum contributed to this report.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F76OGFWX6QWRGUJ5TYVFMLPQHU.jpg?auth=967b292ff4b639f73977eae61ae350c7e3b1167e0b461a1e3b4146f499c8b082&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe celebrates after scoring his side's opening goal during the World Cup round of 32 soccer match between France and Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 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/4TIJHA65PCLEBZJFWUFULGFI4Q.jpg?auth=0901f38f95d0b652f455f914ae811bc0233c1bf7793ec8c6e7b5ed6d62bbb700&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe, second right, celebrates with his teammates after scoring his side's opening goal during the World Cup round of 32 soccer match between France and Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 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/F6PPNJFX3WVCBM2AFIT5FUTP2M.jpg?auth=a2dd7a7188747b56d605856c3cf1ff2e2112f8cb765ea52199f646c3ececa69b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe, second right, celebrates with his teammates after scoring his side's opening goal during the World Cup round of 32 soccer match between France and Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 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/GLZZSHYSD7GU2U4NO2PLNZEABY.jpg?auth=93a5ca3a4a6a6ebad980b45610a7d189b231d9e07e8e85ffa1c54ac3f4f590d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France head coach Didier Deschamps, left, celebrates their first goal with Kylian Mbappe (10) during the World Cup round of 32 soccer match between France and Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 2026. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UNTTQTYNOWD62B57ZXKKBKZDYY.jpg?auth=3b446ef3deca592aee4434ea13ecd3c3b25910f98693e22f3e97a472d1c1c1e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe, left, celebrates their first goal with head coach Didier Deschamps, second from left, and teammates during the World Cup round of 32 soccer match between France and Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 2026. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[South Florida couple’s IVF journey leads to overseas fertility procedure]]></title><link>https://www.local10.com/features/2026/06/30/south-florida-couples-ivf-journey-leads-to-overseas-fertility-procedure/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/30/south-florida-couples-ivf-journey-leads-to-overseas-fertility-procedure/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[Millions of people struggle with infertility, and one South Florida couple’s determination to become parents led them across the world to find a solution doctors in the United States could not provide.]]></description><pubDate>Tue, 30 Jun 2026 21:56:52 +0000</pubDate><content:encoded><![CDATA[<p>Millions of people struggle with infertility, and one South Florida couple’s determination to become parents led them across the world to find a solution doctors in the United States could not provide.</p><p><a href="https://www.local10.com/espanol/2026/06/30/pareja-del-sur-de-florida-recurre-a-procedimiento-de-fertilidad-en-el-extranjero-tras-proceso-de-fiv/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/pareja-del-sur-de-florida-recurre-a-procedimiento-de-fertilidad-en-el-extranjero-tras-proceso-de-fiv/">Leer en español</a></p><p>After years of failed IVF attempts, Heidy Willis decided to explore another option — a procedure that is not legal in the U.S. but gave her and her husband, Josh, the chance to have their own biological children.</p><p>Willis says her journey to motherhood was one she was willing to do whatever it took for.</p><p>“I was ready to fly to Ukraine during the war. That’s how badly we wanted this,” she said.</p><p>Willis started trying to have children around the age of 30, but in her late 20s, she learned she had polycystic ovary syndrome, or PCOS.</p><p>Doctors recommended intrauterine insemination and eventually IVF.</p><p>“I did six rounds of IVF here in the United States,” she said. “I tried different doctors, different clinics.”</p><p>But after multiple failed IVF attempts, Heidy Willis said she was left searching for answers.</p><p>“Once we started the IVFs and we had multiple, multiple failed IVFs, we were like, there’s something wrong,” she said. “The doctors would just tell us, you know, it must be your poor egg quality because of your PCOS, but no real diagnosis.”</p><p>Willis said doctors would retrieve dozens of eggs, but they would not develop as expected.</p><p>“They would retrieve 30 eggs, and then at retrieval, when they would study them in the lab, they weren’t mature,” she said. “Like, how can we have 30 plus eggs and not have one that fertilized?”</p><p>Doctors eventually suggested she consider donor eggs, but instead, Heidy started researching other possible causes.</p><p>“I found an article that said that there could be infertility genetic mutations that directly affect your fertility,” Willis said. </p><p>That research led her to doctors in Ukraine who performed a procedure called mitochondrial replacement therapy, or MRT.</p><p>The procedure is not approved for clinical use in the United States. </p><p>The National Institutes of Health says a federal legislative provision prevents the Food and Drug Administration from reviewing or approving clinical trials involving MRT because of concerns about potential safety risks, including genetic abnormalities and the fact that genetic changes can be passed down.</p><p>But as Heidy was preparing to move forward, war broke out in Ukraine.</p><p>The doctors relocated to Albania, and Willis followed.</p><p>“So, we met at the clinic, and they said they had brought the donor with them from Ukraine,” she said.</p><p>Willis describes MRT as a process sometimes called “three-parent IVF.”</p><p>“They remove the DNA from that donor egg, they transfer my DNA into that donor egg and then fertilize it with the sperm, and then they create an embryo which is then transferred over to me and then I carry on the pregnancy like any other IVF transfer,” she said.</p><p>The doctors who performed the procedure, Uliana Dorofaeva and Birol Aydin, said MRT is intended for patients who have exhausted other options.</p><p>“That means they have many IVF trials. They are not having good quality of embryo or blastocyst or no embryo transfer,” Aydin said.</p><p>“It’s not a 100% magic tool for solving fertility, but it’s improving a lot where it’s really reasonable and needed,” Dorofaeva said.</p><p>The doctors said Heidy’s case was complicated, but she refused to give up.</p><p>“I didn’t want to 15 years from now see that I could have had biological children and regret my decision,” Willis said.</p><p>Heidy and Josh traveled to Albania, spending several days making sure they were comfortable with the procedure. They returned home to South Florida and waited — without telling anyone what they had done.</p><p>“We kept it super top secret,” Heidy Willis said.</p><p>She said they wanted to protect their family from disappointment if it did not work.</p><p>“We just felt like, you know, we didn’t want to disappoint them again or get their hopes up and then again, it doesn’t work,” Heidy Willis added. </p><p>But this time, it did.</p><p>“So, I tested right away and I saw a very faint line and I was like, I think it must have worked,” she said.</p><p>Heidy was pregnant — with twins.</p><p>Aubrey and Aspen became the first twins born following MRT, according to the family.</p><p>“To this day I see them and I see so many pairs of shoes at the door,” Willis said. “I can’t believe they’re mine.”</p><p>Heidy Willis says she is grateful to the doctors who helped make her dream of becoming a mother a reality.</p><p>“I want them to know how badly we wanted them and how much we tried for them to be here,” she said. “So just to be grateful to us for how hard we tried to get answers.”</p><p>Heidy and Josh’s journey did not end there. They later decided their family needed one more addition.</p><p>Heidy returned to Albania for the procedure again. The couple says it was successful, and their family is now complete with their youngest child, Nolan.</p><p>If you would like to contact Heidy, you can find her on Instagram at <a href="https://www.instagram.com/eggsquisiteembryo?igsh=MW1sNW16Mm1hbGVweA%3D%3D" target="_self" rel="" title="https://www.instagram.com/eggsquisiteembryo?igsh=MW1sNW16Mm1hbGVweA%3D%3D">Eggsquisiteembryo</a>.</p><p><a href="https://www.local10.com/topic/Mom_to_Mom/" target="_self" rel="" title="https://www.local10.com/topic/Mom_to_Mom/">Click here</a> to read more stories on Local 10’s Mom to Mom collection. </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[Pareja del sur de Florida recurre a procedimiento de fertilidad en el extranjero tras proceso de FIV ]]></title><link>https://www.local10.com/espanol/2026/06/30/pareja-del-sur-de-florida-recurre-a-procedimiento-de-fertilidad-en-el-extranjero-tras-proceso-de-fiv/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/pareja-del-sur-de-florida-recurre-a-procedimiento-de-fertilidad-en-el-extranjero-tras-proceso-de-fiv/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description></description><pubDate>Tue, 30 Jun 2026 22:06:10 +0000</pubDate><content:encoded><![CDATA[<p>Millones de personas enfrentan problemas de infertilidad, y la determinación de una pareja del sur de Florida por convertirse en padres los llevó al otro lado del mundo para encontrar una solución que los médicos en Estados Unidos no podían ofrecer.</p><p>Tras años de intentos fallidos de fecundación in vitro (FIV), Heidy Willis decidió explorar otra opción: un procedimiento que no es legal en Estados Unidos, pero que le dio a ella y a su esposo, Josh, la oportunidad de tener hijos biológicos.</p><p>Willis asegura que estaba dispuesta a hacer lo que fuera necesario para convertirse en madre.</p><p>“Estaba lista para volar a Ucrania durante la guerra. Así de grande era nuestro deseo de lograrlo”, dijo.</p><p>Willis comenzó a intentar tener hijos alrededor de los 30 años, pero cuando tenía poco más de 20 le diagnosticaron síndrome de ovario poliquístico (SOP).</p><p>Los médicos recomendaron primero la inseminación intrauterina y posteriormente la fecundación in vitro.</p><p>“Hice seis ciclos de FIV aquí en Estados Unidos”, dijo. “Probé con diferentes médicos y diferentes clínicas”.</p><p>Pero después de múltiples intentos fallidos de FIV, Heidy Willis dijo que comenzó a buscar respuestas.</p><p>“Cuando empezamos con la FIV y tuvimos múltiples fracasos, pensamos que había algo más”, dijo. “Los médicos solo nos decían que probablemente era por la mala calidad de mis óvulos debido al SOP, pero nunca hubo un diagnóstico real”.</p><p>Willis explicó que los médicos lograban extraer decenas de óvulos, pero estos no se desarrollaban como se esperaba.</p><p>“Extraían 30 óvulos y, cuando los analizaban en el laboratorio, no estaban maduros”, dijo. “¿Cómo es posible que tengamos más de 30 óvulos y ni uno solo logre ser fecundado?”.</p><p>Con el tiempo, los médicos le sugirieron considerar óvulos donados, pero Heidy decidió investigar otras posibles causas.</p><p>“Encontré un artículo que decía que podía haber mutaciones genéticas relacionadas con la infertilidad que afectaban directamente la fertilidad”, dijo Willis.</p><p>Esa investigación la llevó a médicos en Ucrania que realizaban un procedimiento conocido como terapia de reemplazo mitocondrial (MRT, por sus siglas en inglés).</p><p>El procedimiento no está aprobado para uso clínico en Estados Unidos.</p><p>Los Institutos Nacionales de la Salud (NIH) indican que una disposición legislativa federal impide que la Administración de Alimentos y Medicamentos (FDA) revise o apruebe ensayos clínicos relacionados con la MRT debido a preocupaciones sobre posibles riesgos de seguridad, incluidas anomalías genéticas y el hecho de que los cambios genéticos pueden heredarse.</p><p>Pero mientras Heidy se preparaba para continuar con el procedimiento, estalló la guerra en Ucrania.</p><p>Los médicos trasladaron su clínica a Albania y Willis viajó hasta allí.</p><p>“Nos encontramos en la clínica y nos dijeron que también habían llevado a la donante desde Ucrania”, recordó.</p><p>Willis describe la MRT como un proceso conocido en ocasiones como “fecundación in vitro de tres padres”.</p><p>“Extraen el ADN del óvulo de la donante, transfieren mi ADN a ese óvulo y luego lo fecundan con el esperma. Después crean un embrión que es transferido a mi útero y yo continúo el embarazo como en cualquier otro tratamiento de FIV”, explicó.</p><p>Los médicos que realizaron el procedimiento, Uliana Dorofaeva y Birol Aydin, dijeron que la MRT está destinada a pacientes que han agotado todas las demás opciones.</p><p>“Eso significa que han pasado por muchos intentos de FIV y no logran obtener embriones o blastocistos de buena calidad, o simplemente no consiguen embriones para transferir”, dijo Aydin.</p><p>“No es una herramienta mágica que resuelva al 100% la infertilidad, pero mejora mucho las posibilidades cuando realmente es razonable y necesaria”, dijo Dorofaeva.</p><p>Los médicos señalaron que el caso de Heidy era complejo, pero ella nunca dejó de luchar.</p><p>“No quería que dentro de 15 años descubriera que sí podía haber tenido hijos biológicos y arrepentirme de la decisión que tomé”, dijo Willis.</p><p>Heidy y Josh viajaron a Albania, donde permanecieron varios días asegurándose de sentirse cómodos con el procedimiento. Después regresaron al sur de Florida y esperaron los resultados sin contarle a nadie lo que habían hecho.</p><p>“Lo mantuvimos completamente en secreto”, dijo Heidy Willis.</p><p>Explicó que querían proteger a su familia de una nueva decepción si el procedimiento no funcionaba.</p><p>“Sentíamos que no queríamos volver a ilusionarlos para que luego, otra vez, no funcionara”, agregó.</p><p>Pero esta vez sí funcionó.</p><p>“Me hice la prueba enseguida y vi una línea muy tenue. Pensé: creo que funcionó”, recordó.</p><p>Heidy estaba embarazada de gemelos.</p><p>Según la familia, Aubrey y Aspen se convirtieron en los primeros gemelos nacidos tras un procedimiento de terapia de reemplazo mitocondrial.</p><p>“Hasta el día de hoy los veo y veo tantos pares de zapatos en la puerta”, dijo Willis. “No puedo creer que sean mis hijos”.</p><p>Heidy Willis asegura sentirse profundamente agradecida con los médicos que hicieron posible su sueño de convertirse en madre.</p><p>“Quiero que sepan cuánto los deseábamos y cuánto luchamos para que pudieran estar aquí”, dijo. “Quiero que sepan cuánto nos esforzamos por encontrar respuestas”.</p><p>Pero el camino de Heidy y Josh no terminó ahí. Más adelante decidieron que su familia aún necesitaba un integrante más.</p><p>Heidy regresó a Albania para someterse nuevamente al procedimiento. La pareja asegura que fue exitoso y que ahora su familia está completa con la llegada de su hijo menor, Nolan.</p><p>Si desea comunicarse con Heidy, puede encontrarla en Instagram como <a href="https://www.instagram.com/eggsquisiteembryo?igsh=MW1sNW16Mm1hbGVweA%3D%3D" target="_self" rel="" title="https://www.instagram.com/eggsquisiteembryo?igsh=MW1sNW16Mm1hbGVweA%3D%3D">Eggsquisiteembryo</a>.</p><p><a href="https://www.local10.com/topic/Mom_to_Mom/" target="_self" rel="" title="https://www.local10.com/topic/Mom_to_Mom/">Haga clic aquí</a> para leer más historias de la colección Mom to Mom de Local 10.</p>]]></content:encoded></item><item><title><![CDATA[Donations from South Florida arrive in Venezuela as search for survivors continues]]></title><link>https://www.local10.com/news/local/2026/06/30/donations-from-south-florida-arrive-in-venezuela-as-search-for-survivors-continues/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/donations-from-south-florida-arrive-in-venezuela-as-search-for-survivors-continues/</guid><dc:creator><![CDATA[Christina Vazquez, Ryan Mackey]]></dc:creator><description><![CDATA[As the death toll from back-to-back earthquakes in Venezuela continued to climb Tuesday, relief supplies collected in South Florida were already arriving in the country as rescue crews searched for survivors beneath collapsed buildings.]]></description><pubDate>Tue, 30 Jun 2026 20:07:48 +0000</pubDate><content:encoded><![CDATA[<p>As the death toll from back-to-back <a href="https://www.local10.com/topic/Venezuela/?ref=plugin" target="_self" rel="" title="https://www.local10.com/topic/Venezuela/?ref=plugin">earthquakes in Venezuela</a> continued to climb Tuesday, relief supplies collected in South Florida were already arriving in the country as rescue crews searched for survivors beneath collapsed buildings.</p><p><a href="https://www.local10.com/espanol/2026/06/30/llegan-a-venezuela-donaciones-del-sur-de-florida-mientras-continua-la-busqueda-de-sobrevivientes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/llegan-a-venezuela-donaciones-del-sur-de-florida-mientras-continua-la-busqueda-de-sobrevivientes/">Leer en español</a></p><p>According to <a href="https://www.youtube.com/watch?v=sIIm2LmISlc" target="_self" rel="" title="https://www.youtube.com/watch?v=sIIm2LmISlc">Reuters</a>, Venezuelan authorities said more than 1,700 people have been killed and at least 5,000 others injured following the devastating earthquakes.</p><p><a href="https://www.local10.com/news/local/2026/06/30/donations-pour-in-at-south-florida-mission-center-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/donations-pour-in-at-south-florida-mission-center-to-help-venezuela-earthquake-victims/">Global Empowerment Mission</a>, which has been collecting donations at its warehouse in Doral, released new photos showing pallets of relief supplies arriving at a warehouse the organization secured in Caracas.</p><p>Global Empowerment Mission officials told Local 10 they are no longer in need of bottled water donations because they have received an ample supply. Instead, the organization is asking people to make monetary donations, which will allow relief teams to purchase and distribute the supplies most urgently needed on the ground.</p><p><b>Read the drop off time, location, and items needed below. </b></p><figure><img src="https://www.local10.com/resizer/v2/K4PZR2TZ5NE6HIPKF365LQVO7I.jpg?auth=51e8cbacaa89d703881823a6d4e6b6a8acac64f7a44a161e181ae108fea0dc01&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Meanwhile, members of Miami-Dade Fire Rescue’s Florida Task Force 1 remained on the ground in Venezuela, working alongside international crews in one of the hardest-hit areas, Playa Grande in La Guaira state. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Miami-Dade Fire Rescue’s Florida Task Force 1 (<a href="https://x.com/hashtag/FLTF1?src=hash&amp;ref_src=twsrc%5Etfw">#FLTF1</a>) is on the ground in Playa Grande, La Guaira, Venezuela, standing alongside a community forever changed by the devastating earthquakes.<br><br>The mission is complex but clear. It&#39;s driven by the possibility that a life can still be… <a href="https://t.co/u8NxodanHd">pic.twitter.com/u8NxodanHd</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2071352489908269243?ref_src=twsrc%5Etfw">June 28, 2026</a></blockquote><p>Search teams continued using specially trained canines to detect the scent of people trapped beneath the rubble.</p><p>Amid the widespread destruction, rescuers celebrated a rare moment of hope after emergency crews from Jordan pulled a 3-year-old child alive from beneath a collapsed building six days after the disaster. </p><p>That child was rushed for medical treatment as rescuers cheered.</p><p>Questions also continued to mount over the collapse of a hotel that was housing more than 100 recently deported people from the United States.</p><p>A repatriation flight carrying about 146 people arrived in Venezuela on June 24, just hours before the earthquakes struck. Officials said many of the deportees were taken to the hotel, which later collapsed, leaving families searching for answers about their loved ones.</p><p>“They are not giving us answers about where she is. If at a hospital or at the morgue,” said Luis Armando Dasilva, whose sister, Amanda Donizete, he said worked as a waitress in Georgia.</p><p>Families say they have received conflicting information about how many people survived the collapse.</p><p>“Please act quickly. We want our relatives to be found, however they are,” Dasilva said.</p><p>The World Health Organization said Venezuela’s health care system remains under significant strain because of damaged hospitals and staffing shortages.</p><p>The U.S. Embassy in Caracas also released a photo of the USS Fort Lauderdale, which U.S. Southern Command said is berthed at the Port of La Guaira. </p><p>The ship is providing additional medical capabilities and serving as a communications hub to support relief operations.</p><p>As international rescue efforts continue, organizations in South Florida are working to get more food, water and other essential supplies into the hands of earthquake survivors in Venezuela.</p><p><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes//" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/\">Click here</a> to view the drop-off locations across South Florida that are collecting goods and supplies for earthquake victims.</p><p><b>Related Media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Venezuela Earthquake Relief: GEM’s Director of Field Operations for North America &amp; the Caribbean sharing this video with you tonight of the Doral-based humanitarian  relief group’s distribution in one of Venezuela’s hardest hit areas. More on <a href="https://t.co/YnKX2NZJQ5">https://t.co/YnKX2NZJQ5</a> <a href="https://x.com/hashtag/Donations?src=hash&amp;ref_src=twsrc%5Etfw">#Donations</a> <a href="https://t.co/KpoIenvA9T">pic.twitter.com/KpoIenvA9T</a></p>&mdash; Christina Boomer Vazquez, M.S. (@CBoomerVazquez) <a href="https://x.com/CBoomerVazquez/status/2072076106966938011?ref_src=twsrc%5Etfw">June 30, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">Bajo el liderazgo de <a href="https://x.com/POTUS?ref_src=twsrc%5Etfw">@POTUS</a> y del <a href="https://x.com/SecRubio?ref_src=twsrc%5Etfw">@SecRubio</a>, EE.UU. sigue respondiendo de manera rápida y sin precedentes a los devastadores terremotos que sacudieron Venezuela. El equipo Florida Task Force 1 (<a href="https://x.com/hashtag/FLTF1?src=hash&amp;ref_src=twsrc%5Etfw">#FLTF1</a>) de @MiamiDadeFireRescue continúa trabajando sin descanso para salvar vidas.… <a href="https://t.co/ij8c6n1uHl">pic.twitter.com/ij8c6n1uHl</a></p>&mdash; Embajada de los EE.UU. en Caracas (@usembassyve) <a href="https://x.com/usembassyve/status/2071938997832598001?ref_src=twsrc%5Etfw">June 30, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Answering the call when it matters most. <a href="https://x.com/MiamiDadeFire?ref_src=twsrc%5Etfw">@MiamiDadeFire</a> is on the ground in Venezuela, demonstrating the dedication and professionalism that define America&#39;s emergency responders. <a href="https://t.co/ZjWGTwbUA7">pic.twitter.com/ZjWGTwbUA7</a></p>&mdash; Department of State (@StateDept) <a href="https://x.com/StateDept/status/2071655969805705651?ref_src=twsrc%5Etfw">June 29, 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/UPBC437XCJAGRHXT4C76LAPVBU.jpg?auth=dcce800d90ce259d736262bcf5bb6adbdf9605f73f6a9cedd74138962a773e99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump filing shows he took in about $1.2 billion from crypto businesses last year]]></title><link>https://www.local10.com/business/2026/06/30/trump-filing-shows-he-took-in-about-12-billion-from-crypto-businesses-last-year/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/trump-filing-shows-he-took-in-about-12-billion-from-crypto-businesses-last-year/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — President Donald Trump took in nearly $1.2 billion dollars from his crypto businesses last year, a federal filing released Monday shows.]]></description><pubDate>Tue, 30 Jun 2026 22:02:16 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — President Donald Trump took in nearly $1.2 billion dollars from his crypto businesses last year, a federal filing released Monday shows.</p><p>Mere startups when took the oath of office, the new ventures have now eclipsed in revenue much of his vast property portfolio that took decades to accumulate. Fueling their rise was a pair of billionaire investors and Trump’s own move to quash a federal crackdown on the industry.</p><p>Trump got more than $500 million from his World Liberty Financial business selling new crypto products, including “governance tokens,” according to the required annual disclosure report. It also showed another crypto business, CIC Digital LLC, took in more than $600 million from sales of souvenir-type “meme” coins stamped with his face.</p><p>Both the tokens and the coins have plunged in value since the sales.</p><p>The rise of crypto relative to Trump’s property is especially stunning given that traditional mainstay of his family business also grew rapidly, last year as it struck licensing deals in several countries in what its oversea expansion ever. Many of those countries were negotiating with the U.S. over tariffs, military aid, and other important matters.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GHSSNGWW5P77BEI4HGNWWTCC64.jpg?auth=644285cfebb5fa2c77b3f8ab14b0a304f2d373828da386f03545f433148785d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Flanked by Sen. Ted Cruz, R-Texas, left, Secretary of Commerce Howard Lutnick, second right, and White House AI and Crypto Czar David Sacks, President Donald Trump displays his signed AI initiative in the Oval Office of the White House, Dec. 11, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Judge strikes down Trump administration overhaul of student loan forgiveness program]]></title><link>https://www.local10.com/news/politics/2026/06/30/judge-strikes-down-trump-administration-overhaul-of-student-loan-forgiveness-program/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/judge-strikes-down-trump-administration-overhaul-of-student-loan-forgiveness-program/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge on Tuesday struck down a Trump administration overhaul to a public service forgiveness program for student loans, ruling in favor of advocates who said the program risked becoming a tool for political retribution.]]></description><pubDate>Tue, 30 Jun 2026 22:01:01 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge on Tuesday struck down a Trump administration overhaul to a public service forgiveness program for student loans, ruling in favor of advocates who said the program risked becoming a tool for political retribution.</p><p>U.S. District Judge Myong Joun in Massachusetts vacated the U.S. Education Department's changes, saying they overstepped the agency's power and threatened to violate First Amendment protections for free speech. His ruling came a day before the new rules were set to take effect.</p><p>The ruling came in response to a pair of lawsuits filed by more than 20 states along with a coalition of nonprofit groups and cities. The Education Department did not immediately respond to a request for comment.</p><p>Congress created Public Service Loan Forgiveness in 2007 to encourage college graduates to work in government and nonprofit jobs. It promised to forgive their federal student loans after they worked in public service jobs for 10 years.</p><p>Last year the Trump administration moved to add new eligibility rules that would strip the benefit from workers whose employers are deemed to have a "substantial illegal purpose."</p><p>The overhaul targeted nonprofits and government organizations that support causes at odds with the Trump administration's priorities.</p><p>It gave the education secretary power to exclude groups from the program if they engage in the trafficking or “chemical castration” of children, illegal immigration or supporting terrorist organizations. Its definition of "chemical castration” included using hormone therapy or drugs that delay puberty.</p><p>Joun said the new rules threatened to impose the administration's policy views on employers. The judge also faulted the department for failing to connect its definitions of illegal activity to criminal statutes.</p><p>“The Department cannot create new criminal prohibitions through rulemaking,” he wrote.</p><p>The judge also questioned the department's stated rationale for proposing the new rules, drawing on its own estimates that fewer than 10 employers would be barred from the program per year.</p><p>“The Department offers no explanation for why a Final Rule with such sweeping consequences is necessary to address the possibility that, at most, ten employers each year may be engaging in illegal activity,” Joun wrote.</p><p>The overhaul amounted to a major reworking of a program that has canceled loans for more than 1 million Americans. Nonprofits and government groups said it undercut an important benefit that helped attract college graduates to jobs that traditionally pay lower than the private sector.</p><p>In his ruling, Joun noted that more than 100 supporting briefs were filed on behalf of the groups challenging the rules, while none were filed supporting the Trump administration's change.</p><p>___</p><p>The Associated Press’ education 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/XSE7DWO7E7FZUUCGMOZMIGRWG4.jpg?auth=81d2dfc9149ff9d8546bb2c446c9768caef3cff04cfb7aedfc95fae4280c952a&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 Education building is seen in Washington, Nov. 18, 2024. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Maya Joint says 'I had the belief' to beat Serena Williams at Wimbledon]]></title><link>https://www.local10.com/sports/2026/06/30/maya-joint-says-i-had-the-belief-to-beat-serena-williams-at-wimbledon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/maya-joint-says-i-had-the-belief-to-beat-serena-williams-at-wimbledon/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — When Serena Williams accepted an offer to play singles at Wimbledon, Maya Joint got to thinking.]]></description><pubDate>Tue, 30 Jun 2026 21:58:40 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — When Serena Williams accepted an offer to play singles at Wimbledon, Maya Joint got to thinking.</p><p>The 20-year-old Joint said before the draw was made that there was “always a part of me that wanted to experience playing against her."</p><p>She got what she asked for — and delivered on the biggest stage.</p><p>The Michigan-born Australian showed few nerves in winning the biggest match of her life — defeating Williams 6-3, 6-7 (6), 6-3 on Tuesday to spoil the 44-year-old Williams' singles comeback at the All England Club.</p><p>“I didn’t get much sleep last night. I was up until like 2 a.m. just thinking about it," Joint said in her on-court interview.</p><p>The 87th-ranked Joint certainly looked calm on the outside but said she had serious butterflies walking onto Centre Court alongside the GOAT of women's tennis.</p><p>During warmups, she felt like her legs “weren’t moving.”</p><p>"I really don’t know how I got a pretty good start in the match," Joint said. “She has such an aura, she’s just a legend and this court has so many huge names that have played on it. I’ve been dreaming about this moment since I was a little kid, so this is pretty crazy."</p><p>Joint notched just her third Grand Slam singles victory. By the time Joint was born in 2006, Williams had already won seven major titles, completing a career Grand Slam in the process. Williams has won 23 major singles titles — seven at Wimbledon.</p><p>“Just the start was very nerve-racking and then trying to finish out the match, as well. She definitely lifted her level and she played some really great tennis there," Joint said.</p><p>Joint had chances to end it earlier.</p><p>At 5-5 in the second set, Joint squandered four break point opportunities as Williams held serve. Joint then won the next game to love, including back-to-back aces to force a tiebreaker.</p><p>Joint had her first match point at 6-5 in the tiebreaker but Williams hit a winner and then won the next two points.</p><p>Joint got the key break to go up 4-2 in the deciding set. She sealed the win on her third match point.</p><p>Slowed by a back injury earlier this year, Joint at one point lost 10 consecutive matches.</p><p>“Even though I didn’t win many matches this year, I still felt like I could win," Joint said. “I had the belief and I just took advantage of the moment and enjoyed it, didn’t really think about the previous matches I’ve played.”</p><p>Joint made her Wimbledon debut last year, losing in the first round to Liudmila Samsonova. Her only two other victories in majors came at the U.S. Open.</p><p>Joint joins a list of unheralded players to have eliminated Williams in Wimbledon’s first round.</p><p>Harmony Tan was ranked 115th when she beat Williams in 2022. A year prior, it was Aliaksandra Sasnovich, ranked No. 100 at the time, who emerged victorious when Williams retired from the match with a leg injury.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPO5RBAIWOJJWCTYIIEDGHHEAI.jpg?auth=4c663420acee5d175cff737f25255ec6233cb1dfc8544e8f0371c09f1e57e1f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maya Joint of Australia returns the ball to Serena Williams of the United States in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/432S6XVVZYNW6T5KCMZVFIGXUY.jpg?auth=30f0ddfd666819bae429f1205184f0ef2ae195ac91c6ae57d25c74247b5b4a8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maya Joint of Australia plays a backhand against Serena Williams of the United States in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XIULQLYW3CGNQKKDAUNFKF45BU.jpg?auth=76a95036ab487c2cc53bad46649e46ae61381a3ba04da83f5d3a21f9e7e3e9b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States, left, and Maya Joint of Australia shake hands at the end of their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R5ZLEMCQHSW6PX46LPTG36U4ZM.jpg?auth=d530052d69c5fa9a3026eff8ddeb37cc481d82336deb8b30d91b3b3ce4186b22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maya Joint of Australia plays a forehand against Serena Williams of the United States in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BR3U3XQESUWW76UEUPE75SCGN4.jpg?auth=95408697f08b3f4190c34ae792e9abf1d8299b831d40235b72e339168d56cbeb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States returns the ball to Maya Joint of Australia in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content></item><item><title><![CDATA[Trump announces midterm convention for Republicans in Dallas in September]]></title><link>https://www.local10.com/news/politics/2026/06/30/trump-announces-midterm-convention-for-republicans-in-dallas-in-september/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/trump-announces-midterm-convention-for-republicans-in-dallas-in-september/</guid><dc:creator><![CDATA[By MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump has announced that Republicans will hold their first-ever national convention ahead of the midterm elections, an unusual event aimed at boosting turnout in races that will decide whether the party maintains control of Congress.]]></description><pubDate>Tue, 30 Jun 2026 21:53:09 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump has announced that Republicans will hold their first-ever national convention ahead of the midterm elections, an unusual event aimed at boosting turnout in races that will decide whether the party maintains control of Congress.</p><p>The convention will be held in Dallas on Sept. 9 and 10.</p><p>Although both major parties traditionally hold blockbuster conventions during presidential campaigns, Trump has long floated the idea of a similar gathering this year to focus voters' attention on a sprawling collection of House and Senate races.</p><p>If Democrats regain control of either chamber, they will be empowered to block Trump’s agenda and launch investigations into his administration for the final two years of his term.</p><p>Republicans have only slim majorities in Congress, and the party in power normally loses ground in the midterms. And without Trump on the ballot, Republican leaders worry that it could be hard to galvanize their voters.</p><p>Trump hopes the convention would help change that dynamic, and he’s been talking about it since last year. He floated in a social media post that Republicans would use the event “to show the great things we have done since the Presidential Election of 2024.”</p><p>Locating the convention in Texas places a spotlight on the state’s Senate race, which pits Democratic nominee James Talarico against Republican nominee Ken Paxton.</p><p>Paxton is the state attorney general who, with Trump’s backing, defeated longtime Sen. John Cornyn in a primary earlier this year. Republican Senate leaders fear that Paxton’s history of scandals — including an extramarital affair, an impeachment and a securities fraud case that did not lead to a conviction — could undermine his candidacy and turn a winnable race into a drain on party resources.</p><p>It also highlights the aftereffects of Trump’s mid-decade redistricting push that began in Texas, an effort to secure more seats for Republicans in this fall’s elections.</p><p>The Republican National Committee began laying the groundwork earlier this year, voting at its winter meeting in January to make such an event possible by amending procedures centered around quadrennial presidential nominating conventions.</p><p>Democrats considered holding a similar gathering ahead of the midterms but tabled the idea. However, the party did hold such conferences in the 1970s and 1980s.</p><p>___</p><p>Meg Kinnard can be reached at http://x.com/MegKinnardAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QBJUI5VMMK563QHGLZS2WMUVRY.jpg?auth=33435ce7ab0d204993c079ab5e2bd0a2a77bfac084b4d7ab70fd6a3b950bc6dd&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 before signing a presidential memo to the EPA on pollution control in vehicles, in the Oval Office of the White House, Monday, June 29, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Western Broward residents concerned about air quality as Atlantic fire impacts community]]></title><link>https://www.local10.com/health/2026/06/30/western-broward-residents-concerned-about-air-quality-as-atlantic-fire-impacts-community/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/30/western-broward-residents-concerned-about-air-quality-as-atlantic-fire-impacts-community/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Residents in Weston say smoke from the Atlantic fire created noticeable changes in air quality, with some choosing to stay indoors as the wildfire continued burning in western Broward County.]]></description><pubDate>Tue, 30 Jun 2026 21:20:44 +0000</pubDate><content:encoded><![CDATA[<p>Residents in Weston say smoke from the Atlantic fire created noticeable changes in air quality, with some choosing to stay indoors as the wildfire continued burning in western Broward County.</p><p><a href="https://www.local10.com/espanol/2026/06/30/residentes-del-oeste-de-broward-preocupados-por-la-calidad-del-aire-debido-a-incendio-en-atlantic/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/residentes-del-oeste-de-broward-preocupados-por-la-calidad-del-aire-debido-a-incendio-en-atlantic/">Leer en español</a></p><p>Weston resident Jose Infante said the smell from the smoke was strong and lingered for several days.</p><p>“It was a thick smell -- very pronounced like burning oil and it lingered for about two or three days,” Infante said.</p><p>Infante said he takes regular walks but decided not to on Tuesday because of the smoky conditions.</p><p>“I usually walk every day and I didn’t go out. It was just too thick,” he said.</p><p>Other residents shared different levels of concern, noting that brush fires and their impact on air quality are not uncommon in western Broward communities.</p><p>Weston resident Leslie Armstrong said smoky conditions can sometimes happen in the area but usually improve.</p><p>“The morning sometimes is a little smoky, but it goes away by the afternoon,” Armstrong said.</p><p>Another resident said the smoke can be more concerning for those with health issues.</p><p>“People (can) have breathing conditions or asthma like my wife does so she’s very reluctant to go outside. I don’t have asthma. I go out, but I don’t stay outside and sit around the pool,” the resident said.</p><p>While the fire showed little visible activity Tuesday, officials stressed it remains an active wildfire.</p><p>Dr. Rohan Dang of Optimize Medical Primary Care in Coral Springs said the effects of wildfire smoke on health are not always immediately noticeable.</p><p>“There’s actually longer-term issues or more serious issues you can get from the Smoke because of the particulate matter that you breath in,” Dang said.</p><p>He said people with conditions including asthma, COPD and sleep apnea, as well as those with heart disease, high blood pressure or diabetes, may face a higher risk from exposure to wildfire smoke.</p><p>Dang said the best way to reduce exposure is to limit time outdoors.</p><p>“The key is really the simple thing – stay inside,” he added. </p><p>Dang also recommended keeping air conditioning systems set to recirculate instead of bringing outside air indoors, using air filters and keeping medications updated and on hand.</p><p>He said people should avoid unnecessary outdoor activities while smoke continues to impact air quality.</p><p>“If you have optional things that you could be doing outdoors, whether it’s sports or activities or things like that, now is not the time,” Dang said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Mercury's Thomas says she has received online abuse following suspension for Caitlin Clark incident]]></title><link>https://www.local10.com/sports/2026/06/30/mercurys-thomas-says-she-has-received-online-abuse-following-suspension-for-caitlin-clark-incident/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/mercurys-thomas-says-she-has-received-online-abuse-following-suspension-for-caitlin-clark-incident/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Phoenix Mercury forward Alyssa Thomas said she has received death threats and been called racial slurs in the aftermath of her one-game suspension after she made contact with her fist to Caitlin Clark’s throat in last week's matchup against Indiana.]]></description><pubDate>Tue, 30 Jun 2026 21:39:01 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Phoenix Mercury forward Alyssa Thomas said she has received death threats and been called racial slurs in the aftermath of her one-game suspension after she made contact with her fist to Caitlin Clark’s throat in last week's matchup against Indiana.</p><p>Thomas also criticized WNBA Commissioner Cathy Engelbert for not doing more to protect the league's players when she spoke with reporters on Tuesday at the team's practice facility.</p><p>“It's unfortunate that it's come to this over basketball," Thomas said. "A lot of us — myself included — didn't even know the play took place until after the game. Now we're being painted as thugs. There's death threats out on us. It's really unacceptable. It's something that needs to change in this league and I'm just really sick and tired of it.”</p><p>Thomas called the play a “complete accident," but said her main concern wasn't the suspension. The six-time All-Star said she didn't know she was being suspended until 10 minutes before it was released on social media.</p><p>“It’s not even about the suspension,” Thomas said. “If that’s what they felt was necessary in that moment, then so be it. But I think there’s a lot of other plays that you can say the same about. The biggest thing is about our safety. We’re so concerned about the safety on the court, but time and time again, we’re having people threaten our lives. Leaking addresses out there. Putting crazy pictures that have nothing to do with basketball.”</p><p>The play happened with 6:52 left in the second quarter in a game against Clark's Indiana Fever on Wednesday and was deemed to be a non-basketball act. The league gave Thomas a Flagrant Foul 2 penalty for it.</p><p>No foul was called on the play by officials in the moment. The WNBA is allowed to review a game to reclassify a Flagrant foul or to classify as Flagrant any foul not called as such during a game.</p><p>"People are sending racial slurs and all types of stuff,” Thomas said. “There's a difference between trolling and there's a difference between hatred. The hatred that we're experiencing over a play that, honestly, was a complete accident, no one even knew it happened. It's just unfortunate. The league has to do better in this instance.”</p><p>Thomas added: “We still have yet to hear anything from Cathy (Engelbert),” Thomas said. “It’s no surprise. You could see what’s being said on social media. Yeah — it’s unfortunate, but as usual, she remains silent. That’s unfortunate when our lives our being threatened.”</p><p>Thomas served her suspension on Saturday when the Mercury visit the Toronto Tempo.</p><p>The Fever renewed their call for player safety in a statement on Thursday.</p><p>The two teams had played a few days before the Thomas-Clark incident and there were six technical fouls called and one ejection. Clark picked up her fifth technical of the season in that game. The team petitioned the league to have it rescinded, but the WNBA confirmed that the technical will stand.</p><p>“It was egregious. The fact that it was a no-call … You got to call it,” Fever coach Stephanie White said after the game. “You’re coming in here aware of what happened two nights ago and that (expletive) still happens? Absolutely unacceptable.”</p><p>The Mercury and Fever play again on July 9 in Phoenix.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T7NZFBUDCW2NGK6FRB7473TTEE.jpg?auth=dbce7ecfd2dd1b75d78a9f9d34a3094ea2c39b31b997aa29747022b0e8228646&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Phoenix Mercury forward Alyssa Thomas (25) strips the ball from Dallas Wings guard Arike Ogunbowale (24) during the first half of a WNBA basketball game in Arlington, Texas, Thursday, June 11, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[Meteorólogos advierten de condiciones “peligrosas” por ola de calor en el centro-norte de EEUU]]></title><link>https://www.local10.com/espanol/2026/06/30/meteorologos-advierten-de-condiciones-peligrosas-por-ola-de-calor-en-el-centro-norte-de-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/meteorologos-advierten-de-condiciones-peligrosas-por-ola-de-calor-en-el-centro-norte-de-eeuu/</guid><dc:creator><![CDATA[Por ED WHITE, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — El horno de la naturaleza estaba al máximo para millones de personas el martes en los estados de la región centro-norte y de los Grandes Lagos en Estados Unidos, mientras un intenso calor y humedad afectaban las regiones sin un alivio inmediato antes de que el sufrimiento se desplace al este del país.]]></description><pubDate>Tue, 30 Jun 2026 21:37:59 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — El horno de la naturaleza estaba al máximo para millones de personas el martes en los estados de la región centro-norte y de los Grandes Lagos en Estados Unidos, mientras un intenso calor y humedad afectaban las regiones sin un alivio inmediato antes de que el sufrimiento se desplace al este del país.</p><p>El Servicio Meteorológico Nacional fue tajante: las condiciones eran “peligrosas”, ya que el índice de calor —una combinación de la temperatura del aire y la humedad— superó los 37,8 grados Celsius (100 grados Fahrenheit) en algunas zonas. El organismo advirtió sobre el riesgo de enfermedades relacionadas con el calor, especialmente entre las personas que no cuentan con aire acondicionado.</p><p>El Servicio Meteorológico indicó que la temperatura del aire en Detroit sobrepasaba con creces los 32,2 °C (90 °F) y que incluso podría llegar a 37,7 °C (100 °F) en algún momento hasta el jueves. La ciudad informó que una docena de centros recreativos estaban abiertos, algunos hasta las 11 p. m., para que la gente pudiera refrescarse. Grandes zonas de Michigan, así como Illinois, Ohio, Indiana, Kentucky y gran parte de Iowa, estaban bajo una advertencia de calor extremo.</p><p>El noreste del país, donde se encuentran las ciudades de Nueva York y Boston, será el siguiente en sentir un calor importante durante el feriado del 4 de Julio. Norristown, Pensilvania, a 32 kilómetros (20 millas) de Filadelfia, canceló un desfile programado para el sábado debido al clima.</p><p>Filadelfia declaró una emergencia de miércoles a sábado debido al calor, e informó que 50 centros de enfriamiento operarán con horario extendido. La ciudad señaló que los visitantes encontrarán carpas con rociadores de agua, estaciones para rellenar botellas y puestos médicos en el festival gratuito para aficionados del Mundial en East Fairmount Park.</p><p>Cuando aprieta el calor, la gente se adapta</p><p>El Museo de Historia de Chicago ofreció entrada gratuita a los residentes del estado que buscaban un espacio fresco el martes. En algunos lugares de Illinois, las carreteras se deformaron por el calor. Cuando la superficie no tiene espacio para expandirse con el calor, puede levantarse y agrietarse.</p><p>A las 9:15 a. m., el limpiavidrios Stephen Mason, de 72 años, quitaba insectos del vidrio en una tienda de conveniencia de Detroit. Empezó temprano para evitar las peores condiciones del día, pero a esa hora, la temperatura ya era de 29,4 °C (85 °F).</p><p>“Es la única manera de ganarle. Pero ya está empezando a hacer mucho calor aquí afuera”, afirmó.</p><p>Adam Schubatis, de 36 años, un corredor que iba sin camiseta en el vecindario Indian Village de Detroit, comentó que había recortado su ruta a 9,6 kilómetros (6 millas).</p><p>“Sé dónde están todas las fuentes de agua”, dijo. “Mi esposa pensó que estaba loco. Se ofreció a pasar por mí si me cansaba o si había algo que estuviera haciendo que no fuera seguro”.</p><p>El día puede ser “terrible” para los perros</p><p>En Milwaukee, más de 100 bomberos pasaron horas controlando un incendio en una escuela bajo el calor extremo. El jefe de bomberos Aaron Lipski explicó que los equipos se iban turnando y se quitaban sus gruesos chaquetones mientras se rehidrataban.</p><p>Las temperaturas mínimas nocturnas estuvieron entre 21 y 26,7 °C (70 °F) en muchos lugares, lo que no le da al cuerpo la oportunidad de enfriarse de manera natural, señaló la doctora Kisha Davis, funcionaria de salud del condado de Montgomery, Maryland.</p><p>“El estrés por calor se irá acumulando día tras día”, afirmó Davis, quien añadió que el alcohol y los refrescos, que son bebidas populares en los días festivos, deshidratan.</p><p>En Jackson, Mississippi, donde el índice de calor por la tarde superó los 37,7 °C (100 °F), enormes ventiladores intentaban mantener frescos a unos 100 perros en un antiguo almacén de colchones que funciona como refugio de Community Animal Rescue and Adoption.</p><p>“Es terrible… Tratamos de mantener a todos hidratados allá atrás. Perros y personas”, manifestó la encargada de las perreras, Raquel Burney.</p><p>Enfriamiento en cadena</p><p>George Liller, de 64 años, fue un héroe en Grosse Pointe Park, un suburbio de Detroit. Instaló aire acondicionado en su casa, así que ofreció gratis una unidad de ventana en Facebook, con todo y el cable de extensión y el control remoto.</p><p>“Probablemente estuvo en mi porche unos 15 minutos”, contó Liller. “Ese aire acondicionado me lo regalaron. Pensé: ‘Alguien lo necesita’. Sé lo que se siente estar en una casa vieja cuando hace tanto calor”.</p><p>___</p><p>Los periodistas de The Associated Press Sophie Bates en Jackson, Mississippi; Hannah Fingerhut en Des Moines, Iowa; y Kathy McCormack en Concord, Nueva Hampshire, contribuyeron a este despacho.</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/7VHQTFGAZSM5YFICO55SW64QKE.jpg?auth=b8d318be29b10ababc3890c017017950b82201d6b5a02f5a1d5e6a438eeb56b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas se refrescan en una fuente durante una ola de calor, el lunes 29 de junio de 2026, en Kansas City, Kansas. (AP Foto/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Residentes del oeste de Broward preocupados por la calidad del aire debido a incendio en Atlantic ]]></title><link>https://www.local10.com/espanol/2026/06/30/residentes-del-oeste-de-broward-preocupados-por-la-calidad-del-aire-debido-a-incendio-en-atlantic/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/residentes-del-oeste-de-broward-preocupados-por-la-calidad-del-aire-debido-a-incendio-en-atlantic/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description></description><pubDate>Tue, 30 Jun 2026 21:37:57 +0000</pubDate><content:encoded><![CDATA[<p>Los residentes de Weston aseguran que el humo del incendio de Atlantic provocó cambios notorios en la calidad del aire, por lo que algunos optaron por permanecer en sus casas mientras el incendio forestal continuaba activo en el oeste del condado Broward.</p><p>José Infante, residente de Weston, dijo que el olor del humo era intenso y permaneció durante varios días.</p><p>“Era un olor muy fuerte, muy marcado, como a aceite quemado, y permaneció durante unos dos o tres días”, dijo Infante.</p><p>Infante comentó que suele salir a caminar todos los días, pero decidió no hacerlo el martes debido a las condiciones provocadas por el humo.</p><p>“Normalmente camino todos los días y no salí. Estaba demasiado denso”, dijo.</p><p>Otros residentes expresaron distintos niveles de preocupación y señalaron que los incendios de vegetación y su impacto en la calidad del aire no son algo inusual en las comunidades del oeste de Broward.</p><p>Leslie Armstrong, residente de Weston, dijo que en ocasiones se presentan condiciones de humo en el área, pero que normalmente mejoran.</p><p>“Por la mañana a veces hay un poco de humo, pero desaparece por la tarde”, dijo Armstrong.</p><p>Otro residente indicó que el humo puede ser más preocupante para las personas con problemas de salud.</p><p>“Hay personas con problemas respiratorios o asma, como mi esposa, por lo que ella es muy reacia a salir. Yo no tengo asma. Salgo, pero no me quedo afuera sentado junto a la piscina”, dijo el residente.</p><p>Aunque el martes el incendio mostraba poca actividad visible, las autoridades enfatizaron que sigue siendo un incendio forestal activo.</p><p>El doctor Rohan Dang, de Optimize Medical Primary Care en Coral Springs, dijo que los efectos del humo de los incendios forestales sobre la salud no siempre son evidentes de inmediato.</p><p>“En realidad existen problemas a largo plazo o más graves que pueden surgir por el humo debido a las partículas que se inhalan”, dijo Dang.</p><p>Explicó que las personas con asma, enfermedad pulmonar obstructiva crónica (EPOC), apnea del sueño, enfermedades cardíacas, presión arterial alta o diabetes pueden enfrentar un mayor riesgo por la exposición al humo de los incendios forestales.</p><p>Dang señaló que la mejor manera de reducir la exposición es limitar el tiempo al aire libre.</p><p>“La clave es algo muy sencillo: permanecer dentro de la casa”, agregó.</p><p>Dang también recomendó mantener los sistemas de aire acondicionado en modo de recirculación en lugar de introducir aire del exterior, utilizar filtros de aire y tener los medicamentos actualizados y disponibles.</p><p>Añadió que las personas deben evitar actividades al aire libre que no sean necesarias mientras el humo continúe afectando la calidad del aire.</p><p>“Si tienen actividades opcionales al aire libre, ya sean deportes u otras actividades, este no es el momento para hacerlas”, dijo Dang.</p>]]></content:encoded></item><item><title><![CDATA[Penalty shootouts at the World Cup are a drama of 'inhumane' pressure]]></title><link>https://www.local10.com/sports/2026/06/30/penalty-shootouts-at-the-world-cup-are-a-drama-of-inhumane-pressure/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/penalty-shootouts-at-the-world-cup-are-a-drama-of-inhumane-pressure/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[The World Cup is in the lose-and-go-home stage of the tournament and the pressure keeps rising with every minute of every match.]]></description><pubDate>Tue, 30 Jun 2026 21:33:27 +0000</pubDate><content:encoded><![CDATA[<p>The World Cup is in the lose-and-go-home stage of the tournament and the pressure keeps rising with every minute of every match.</p><p>The biggest pressure cooker of them all: the penalty kick shootout. Exhausted players and goalkeepers face off in a tense one-on-one confrontation that carries the hopes and dreams of entire nations.</p><p>Two of the first four matches in the round of 32 were settled by shootouts: Morocco beat the Netherlands and Paraguay bested Germany.</p><p>A miss can mean humiliation. A goalkeeper's save or the final bulge of the ball in the back of the net can bring tears of joy to millions.</p><p>That kind of pressure can reach “inhumane” levels, almost all of it focused on the penalty takers, said Geir Jordet, a professor at the Norwegian School of Sport Sciences and author of the book, “Pressure: Lessons from the Psychology of the Penalty Shootout.”</p><p>“In our research, the only emotion everyone agrees is present is anxiety,” Jordet said.</p><p>Expect more shootouts, more pressure, more anxiety.</p><p>A record five games at the 2022 World Cup in Qatar were settled by penalty kicks, including the final when Argentina beat France.</p><p>“As you go into knockout football it’s something that becomes more prominent in the games,” England winger Noni Madueke said. "So like every part of our game we want to be at the highest level when it comes to that.”</p><p>The physical and mental distance from spot to goal</p><p>This tense battle of wills is fought over a 12-yard (11-meter) distance between the penalty spot and the goal line. The shootout was added to the game in 1970 and has settled several of the world's biggest tournaments.</p><p>The first World Cup final to be settled by penalty kicks was Brazil’s 1994 victory over Italy. That shootout also produced one of the most infamous misses in soccer history when Italy great Roberto Baggio sent the final kick over the crossbar.</p><p>Th</p><p>e penalty taker</p><p>Techniques vary.</p><p>Some take the kick quickly. Others pause, taking deep, calming breaths before they approach. Some run and strike it hard. A popular variation is the stutter-step, waiting for the goalkeeper to commit to which way he's going.</p><p>The penalty taker faces the most pressure in the moment because he's expected to score, Jordet told The Associated Press by email.</p><p>Research shows that the players who start toward the ball almost immediately after the referee's whistle more often miss than those wait between two and five seconds, he said.</p><p>“We suspect this is because those who (wait) extremely short sometimes do so because they, understandably, just want to get this stressful situation done and over with,” Jordet said.</p><p>It takes guts to be in that moment, United States forward Christian Pulisic said.</p><p>“For the people that go up and shoot, it takes a lot of courage. It’s not easy,” Pulisic said. “Goalkeepers get better and better every single year."</p><p>The view from goal</p><p>Standing between the posts, goalkeepers have three basic choices. Dive left, dive right or stay in the middle in a guessing game of anticipation.</p><p>Morocco keeper Yassine Bounou did something critically different. On the decisive save against the Netherlands, he moved to his right while standing up.</p><p>By staying upright, Bounou used his left hand to easily swat away the kick from Crysencio Summerville, who was shooting for the upper corner. Had Bounou dives, the ball would have easily found the net.</p><p>The best goalkeepers are “creative, deliberate and volatile” in their attempts to disrupt the shooter, Jordet said.</p><p>Tactics can include throwing the ball away, verbal insults and physical confrontation at the penalty spot. The mind games can get so hostile they can result in a yellow card for the goalkeeper.</p><p>He noted Bounou's well-timed body twitches and hand fakes to disrupt shooters' timing. The “master” of the mind games, Jordet said, is Argentina keeper Emiliano Martinez, who has won his last six penalty shootouts, including the 2022 World Cup final.</p><p>Picking the lineup has its own pressure</p><p>Selecting the lineup for a shootout has its own rhythms and risks for a coach and a team. It is a delicate balance between analytics, experience and gut feeling.</p><p>Some players will be automatic choices. Imagine France in a shootout without Kylian Mbappé or Argentina without Lionel Messi with the World Cup on the line.</p><p>“The guys who feel the most confident to go up and shoot will want to go shoot. I think that’s normal," Pulisic said. “We haven’t been in many shootouts with these guys, but like I feel it’s a pretty brave, courageous team.”</p><p>A shootout lineup should be decided and discussed well beforehand, and not a call for volunteers in the moment, Jordet said.</p><p>After Germany and Paraguay were still even after five penalty attempts each, Germany captain Joshua Kimmich asked his teammates who wanted to take the sixth. Jonathan Tah stepped up for the first penalty attempt of his career and launched the ball over the bar.</p><p>Players should rehearse the critical moment months ahead of time, Jordet said.</p><p>“Make sure that when you are called to take a kick, you have a strong and robust penalty technique, and you have a rehearsed and stable pre-shot routine that can help you lock your attention,” Jordet said. “With that type of focus, you have done what you can, and the outcome will be what it will be.”</p><p>___</p><p>AP Sports Writers Josh Dubow, Steve Douglas and James Robson contributed to this report.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KIVYS6U2BNJW5GLQ5LY6FJGDHU.jpg?auth=7c8dd02afc7799328d2598a7fbced10d450645f3f9ad54a57250c83c88e87785&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Crysencio Summerville (24) reacts after missing a penalty as Morocco goalkeeper Yassine Bounou (1) walks past during the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KHNHRBLTBVNST4KKOK3TYH7FKA.jpg?auth=cefa5525c2473d7eb8d8803cb6468afc39a460e40cd3f414e2053bc094aeaebd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco goalkeeper Yassine Bounou (1) saves a penalty from Netherlands' Crysencio Summerville (24) during the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ETTTLAVCTVDC5UKVNTAORSHN6A.jpg?auth=3b19602895627c5fc1ba4d86bcf30387831cec463f1e3ebe00cd50c4b92e1944&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay's Gustavo Gomez celebrates after winning the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Policía: Arrestan a sospechoso en relación con balacera que dejó dos personas muertas en Lauderhill ]]></title><link>https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/</guid><dc:creator><![CDATA[Ryan Mackey, Roy Ramos]]></dc:creator><description><![CDATA[Un hombre falleció y otro fue hospitalizado tras un apuñalamiento ocurrido en Lauderhill, según confirmaron servicios de emergencia a Local 10 News.]]></description><pubDate>Tue, 30 Jun 2026 17:33:38 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres murieron y un sospechoso fue arrestado tras un apuñalamiento que, según la policía, ocurrió la mañana del martes en Lauderhill.</p><p>La policía de Lauderhill informó que el incidente ocurrió alrededor de las 11:15 a.m. en la cuadra 5300 de Northwest 19th Street.</p><p>Según los investigadores, un agente fue alertado por una persona que dijo que un hombre intentó atacarlo armado con un cuchillo.</p><p>La policía dijo que los agentes localizaron rápidamente a una persona que coincidía con la descripción del sospechoso, pero este huyó a pie hacia un vecindario residencial cerca de la cuadra 1700 de Northwest 55th Avenue.</p><p>Los agentes informaron que establecieron rápidamente un perímetro y comenzaron a buscar en el área.</p><p>La policía dijo que posteriormente recibió una llamada al 911 de un transeúnte que reportó que un hombre estaba tendido en el suelo con aparentes heridas de arma blanca.</p><p>La policía indicó que, mientras recorrían el área, encontraron a un segundo hombre con aparentes heridas de arma blanca.</p><p>Informaron que una de las víctimas fue trasladada a un hospital local, donde posteriormente fue declarada muerta. La segunda víctima fue declarada muerta en el lugar.</p><p>Un hombre identificado como Nelson dijo a Roy Ramos, de Local 10, que una de las víctimas mortales era su vecino, quien utilizaba una silla de ruedas.</p><p>“Era un hombre muy, muy bueno”, dijo Nelson. “Este hombre era realmente una buena persona. No le hacía daño a nadie. Tenía una sola pierna y era una persona con discapacidad”.</p><p>Los investigadores dijeron que la búsqueda continuó con la ayuda de la Oficina del Sheriff de Broward y del Departamento de Policía de Sunrise. La policía de Lauderhill informó que unidades K-9 finalmente localizaron al sospechoso, quien fue puesto bajo custodia sin más incidentes.</p><p>La hermana de una de las víctimas dijo a Ramos que cree que su hermano no conocía a la persona que lo atacó.</p><p>Por el momento, las autoridades no han divulgado más detalles sobre las víctimas ni sobre el sospechoso.</p><p>Cualquier persona con información debe comunicarse con el Departamento de Policía de Lauderhill al 954-497-4700 o con Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Police: Suspect arrested in connection with stabbing that left 2 dead in Lauderhill]]></title><link>https://www.local10.com/news/local/2026/06/30/lauderhill-stabbing-leaves-man-dead-another-hospitalized-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/lauderhill-stabbing-leaves-man-dead-another-hospitalized-first-responders-say/</guid><dc:creator><![CDATA[Ryan Mackey, Roy Ramos]]></dc:creator><description><![CDATA[Two men were killed and a suspect was arrested following a stabbing that police say occurred in Lauderhill Tuesday morning. ]]></description><pubDate>Tue, 30 Jun 2026 16:51:08 +0000</pubDate><content:encoded><![CDATA[<p>Two men were killed and a suspect was arrested following a stabbing that police say occurred in Lauderhill Tuesday morning. </p><p><a href="https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/">Leer en español</a></p><p>Lauderhill police said the incident happened around 11:15 a.m. in the 5300 block of Northwest 19th Street.</p><p>According to investigators, an officer was alerted by an individual who said a man attempted to attack him while armed with a knife. </p><p>Police said officers quickly located a person matching the suspect’s description, but the suspect fled on foot into a residential neighborhood near the 1700 block of Northwest 55th Avenue.</p><p>Officers said they quickly established a perimeter and began searching the area.</p><p>Police said they later received a 911 call from a passerby who reported that a man was lying on the ground after suffering from apparent stab wounds. </p><p>Police said while canvassing the area, they found a second man with apparent stab wounds.</p><p>They said one victim was taken to a local hospital, where he was later pronounced dead. The second victim was pronounced dead at the scene, according to police. </p><p>A man named Nelson told Local 10’s Roy Ramos that one of the victims killed was his neighbor, who used a wheelchair.</p><p>“He was a good, good man,” said Nelson. “This man is a really nice man. He doesn’t give any trouble to nobody. He has one foot (and) he is a handicap.</p><p>Investigators said the search continued with assistance from the Broward Sheriff’s Office and Sunrise Police Department. Lauderhill police said K-9 units eventually located the suspect, who was taken into custody without further incident.</p><p>The sister of one of the victims told Ramos she believes her brother did not know his attacker.</p><p>No other details about the victims or suspect were immediately released. </p><p>Anyone with information is urged to contact the Lauderhill Police Department at 954-497-4700 or Broward Crime Stoppers at-954-493-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Witness speaks out after man killed in shooting involving BSO deputies, Plantation officer ]]></title><link>https://www.local10.com/news/local/2026/06/30/witness-speaks-out-after-man-killed-in-shooting-involving-bso-deputies-plantation-officer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/witness-speaks-out-after-man-killed-in-shooting-involving-bso-deputies-plantation-officer/</guid><dc:creator><![CDATA[Linnie Supall, Amanda Batchelor]]></dc:creator><description><![CDATA[A witness spoke to Local 10 News Tuesday, a day after a suspect was fatally shot during an encounter with Broward Sheriff’s Office deputies and a Plantation police officer.]]></description><pubDate>Tue, 30 Jun 2026 17:01:21 +0000</pubDate><content:encoded><![CDATA[<p>A man was <a href="https://www.local10.com/news/local/2026/06/29/bso-suspect-dead-after-exchange-of-gunfire-with-deputies-plantation-officer/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/bso-suspect-dead-after-exchange-of-gunfire-with-deputies-plantation-officer/">shot and killed Monday</a> after an encounter with Broward Sheriff’s Office deputies and a Plantation police officer in Davie, according to investigators.</p><p><a href="https://www.local10.com/espanol/2026/06/30/habla-testigo-tras-balacera-en-la-que-muere-un-hombre-y-participan-agentes-de-la-bso-y-un-policia-de-plantation/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/habla-testigo-tras-balacera-en-la-que-muere-un-hombre-y-participan-agentes-de-la-bso-y-un-policia-de-plantation/">Leer en español</a></p><p>The shooting happened near the McDonald’s at Stirling Road and the Davie Road Extension after deputies attempted to arrest the suspect, who authorities said was armed and fled from deputies.</p><p>That suspect has since been identified as Napolian Marquez Powell, 27, of Lauderhill. </p><p>Witnesses described hearing a rapid barrage of gunfire during the confrontation.</p><p>“They keep telling him to put his hands up – ‘Let me see your hands,’” witness Gregory Jackson said. “I guess the guy didn’t reply. Next thing I know, I hear almost 30 shots coming from the guns. I dropped my phone and ran.”</p><p>Jackson said he scrambled for cover as the shooting unfolded.</p><p>“Once I heard those gunshots, man, I went for cover,” he said. “I went to take cover up under my car, got skinned up in the process.”</p><p>On Tuesday, investigators returned to the scene, focusing their attention on the bushes and the fast food restaurant’s drive-thru as they searched for additional evidence.</p><p>“It was a crazy, horrific sight that I seen yesterday,” Jackson said. “I’ve never seen nothing like it.”</p><p>According to Broward Sheriff Gregory Tony, deputies initially encountered Powell in the parking lot of a Wawa across the street while attempting to serve an active arrest warrant. He said the suspect ran from deputies while holding a gun.</p><p>Deputies pursued the man for roughly 100 feet before tackling him in an effort to take him into custody, Tony said.</p><p>According to the sheriff, Powell was wanted for fleeing and eluding police and detectives believed DNA evidence may connect him to other crimes. He did not provide details about those investigations.</p><p>The sheriff also said investigators had intelligence indicating Powell previously told others that if law enforcement attempted to arrest him, he intended to force a “suicide by police” confrontation.</p><p>It’s unclear whether the suspect fired his own gun during the confrontation. </p><p>The Florida Department of Law Enforcement is investigating the shooting. </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[Habla testigo tras balacera en la que muere un hombre y participan agentes de la BSO y un policía de Plantation ]]></title><link>https://www.local10.com/espanol/2026/06/30/habla-testigo-tras-balacera-en-la-que-muere-un-hombre-y-participan-agentes-de-la-bso-y-un-policia-de-plantation/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/habla-testigo-tras-balacera-en-la-que-muere-un-hombre-y-participan-agentes-de-la-bso-y-un-policia-de-plantation/</guid><dc:creator><![CDATA[Linnie Supall, Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre murió el lunes tras un enfrentamiento con agentes de la BOS y agente de Plantation, testigos dicen haber escuchado una rápida ráfaga de disparos durante el enfrentamiento.]]></description><pubDate>Tue, 30 Jun 2026 17:46:19 +0000</pubDate><content:encoded><![CDATA[<p>Según investigadores, un <a href="https://www.local10.com/espanol/2026/06/30/bso-muere-sospechoso-tras-balacera-en-la-que-participaron-agentes-y-agente-de-plantation/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/bso-muere-sospechoso-tras-balacera-en-la-que-participaron-agentes-y-agente-de-plantation/">hombre murió el lunes tras un enfrentamiento</a> con agentes de la Oficina del Sheriff de Broward y un agente de policía de Plantation en Davie.</p><p>El tiroteo tuvo lugar cerca del McDonald’s situado en la esquina de Stirling Road y Davie Road Extension, después de que los agentes intentaran detener al sospechoso, quien, según las autoridades, iba armado y huyó de ellos.</p><p>Los testigos dicen haber escuchado una rápida ráfaga de disparos durante el enfrentamiento.</p><p>«No paraban de decirle que levantara las manos: “Déjame ver tus manos”», explicó el testigo Gregory Jackson. “Supongo que el tipo no respondió. Lo siguiente que recuerdo es que oí casi 30 disparos. Se me cayó el móvil y eché a correr”.</p><p>Jackson contó que corrió a ponerse a cubierto mientras se desarrollaba el tiroteo.</p><p>“En cuanto oí esos disparos, tío, me puse a cubierto”, dijo. “Fui a ponerme a cubierto debajo de mi coche y, al hacerlo, me hice unos rasguños”.</p><p>El martes, los investigadores regresaron al lugar de los hechos y centraron su atención en los arbustos y en el servicio de drive-thru del restaurante de comida rápida mientras buscaban pruebas adicionales.</p><p>“Fue una escena de locos, horrible, la que vi ayer#, dijo Jackson. ”Nunca había visto nada igual".</p><p>Según el sheriff de Broward, Gregory Tony, los agentes se encontraron inicialmente con el sospechoso en el aparcamiento de un Wawa al otro lado de la calle mientras intentaban ejecutar una orden de detención vigente. Explicó que el sospechoso huyó de los agentes mientras empuñaba un arma.</p><p>Los agentes persiguieron al hombre durante unos 100 pies antes de derribarlo en un intento por detenerlo, explicó Tony.</p><p>Según el sheriff, el sospechoso era buscado por huir para evadir a la policía y los detectives creían que evidencia de ADN podría vincularlo con otros delitos. No ofreció detalles sobre esas investigaciones.</p><p>El sheriff también dijo que los investigadores contaban con información de inteligencia que indicaba que el sospechoso había dicho anteriormente a otras personas que, si las autoridades intentaban arrestarlo, pretendía provocar una confrontación de “suicidio por policía”.</p><p>No está claro si el sospechoso disparó su propia arma durante el enfrentamiento.</p><p>El Departamento de Cumplimiento de la Ley de Florida (FDLE) investiga la balacera. Las autoridades aún no han revelado la identidad del sospechoso.</p>]]></content:encoded></item><item><title><![CDATA[Vance and Rubio take different approaches as Iran tests their 2028 prospects]]></title><link>https://www.local10.com/news/politics/2026/06/30/vance-and-rubio-take-different-approaches-as-iran-tests-their-2028-prospects/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/vance-and-rubio-take-different-approaches-as-iran-tests-their-2028-prospects/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Vice President JD Vance and Secretary of State Marco Rubio appear to be staking out differing approaches to carrying out President Donald Trump’s national security agenda as the possible 2028 presidential rivals jostle for position in a divided Republican Party.]]></description><pubDate>Tue, 30 Jun 2026 21:06:51 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Vice President JD Vance and Secretary of State Marco Rubio appear to be staking out differing approaches to carrying out President Donald Trump’s national security agenda as the possible 2028 presidential rivals jostle for position in a divided Republican Party.</p><p>With vastly different backgrounds and policy experience, they have moved along separate paths to stake out territory: Rubio, the son of Cuban immigrants with a long history in the Senate and major interest in Latin America, and Vance, a child of the Midwest and Marine Corps veteran who served in the Senate for only two years before being tapped as Trump's 2024 running mate, with a message of opposing foreign wars.</p><p>While deferential to each other — and with the White House and State Department denying any suggestion of a rift — Vance and Rubio appear the most divergent on the Middle East.</p><p>In discussing Iran, Vance has several times been critical of Israel and its actions in Lebanon, saying Trump has been frustrated by Israeli actions against the Iranian-backed militant group Hezbollah that have angered Iran and made negotiations with Tehran more difficult.</p><p>Rubio, meanwhile, has remained supportive of Israel or held his tongue, particularly over the situation in Lebanon — an issue he has taken the lead on and resulted in a preliminary framework agreement last week.</p><p>Vance takes the lead on Iran negotiations and Rubio on Lebanon</p><p>"The talk about differences is not idle speculation," said Dan Fried, a former assistant secretary of state and ambassador to Poland who is now with the Atlantic Council, a Washington think tank. “There is definitely something to it.”</p><p>The White House fired back at any suggestions of a rift.</p><p>“Why is the legacy media obsessed with driving a wedge between Vice President Vance and Secretary Rubio that does not exist? There is one camp — President Trump’s camp — and the entire administration is fully behind the president’s efforts to ensure Iran can never possess a nuclear weapon,” White House spokeswoman Anna Kelly said.</p><p>State Department spokesman Tommy Pigott added that "Rubio and the entire administration is 100% in lockstep behind President Trump.”</p><p>Yet, according to Trump administration officials familiar with the matter, Rubio was so skeptical of obtaining an acceptable deal with Iran that he declined to head the U.S. delegation to the first ceasefire negotiations in April in Islamabad, Pakistan.</p><p>Vance, however, seeing an opportunity to burnish his foreign policy credentials, jumped on it, asking Trump twice to take the lead before Trump agreed, according to the officials, who spoke on condition of anonymity to discuss internal administration deliberations.</p><p>Vance did lead the U.S. delegation to the inconclusive meeting in Pakistan, then again this month to talks in Switzerland, which followed the signing of a memorandum of understanding between the U.S. and Iran. The truce agreed to in that document is very fragile, tested by repeated exchanges of fire between the sides in recent days.</p><p>“It’s rather unusual for the VP to be given the lead role in a negotiation, but it’s quite possible that Rubio is happy to let him. It’s a pig in a poke. It’s a loser job,” said Ian Kelly, a retired career diplomat and ambassador during the first Trump administration.</p><p>He added that both men seem to “have equal ambitions to replace” Trump, but that the president’s semi-joking comments this month that he would blame Vance if the Iran talks do not succeed appeared to suggest that he was being “set up for failure.”</p><p>Vance and Rubio deny any division between them</p><p>Vance has talked up the chances of success for a broad agreement with Iran, albeit with caveats, while Rubio, although publicly supportive, has repeatedly taken a more agnostic line while denying any division.</p><p>“We’re all focused on the jobs in front of us. I think the president loves to stir the pot a little bit and loves the entertainment of it,” Vance said.</p><p>“I love Marco,” he said. “I think he’s a great secretary of state. He’s become a very, very dear friend. I think both of us are very much focused on accomplishing the American people’s business right now.”</p><p>Rubio also has rejected that there is any schism.</p><p>“When it comes to foreign policy and national security, we have no drama. We have no games,” Rubio told reporters last week during a trip to Bahrain, the last of a three-nation tour of the Arab Gulf countries that have been most directly affected by the Iran war.</p><p>“We have a group of people that work very well together and closely to execute on the president’s directives, which is why I think we’ve had good outcomes and good achievements, and we’re going to continue to have good outcomes and good achievements,” Rubio said. “Everyone has an important role to play, and everyone is playing that role and doing it in a collaborative process.”</p><p>That has not stopped Trump from fanning the flames of potential rivalry, repeatedly asking crowds of supporters who they would prefer to succeed him and suggesting at one point they might be an unbeatable ticket.</p><p>There is little doubt that the men do not share the same worldview, however.</p><p>“Rubio speaks within the rubric of the Ronald Reagan construct of the free world and its importance,” Fried said. “Vance is not interested in the free-world construct. He speaks in the language of not wanting to fight what he believes are abstractions.”</p><p>Fried said it is impossible to predict how that would translate into policy but warned that “we’re headed toward a bad place in Iran, which is giving up any support for Iranian civil society and not being terribly good at containing Iran.”</p><p>“Instead, we seem to be allowing ourselves to be backed into a ‘sphere of influence’ situation where Iran is weaker but ends up better off than before. I can’t imagine Rubio agreeing to that,” Fried said.</p><p>Aides to Rubio point out that he has said several times he would defer to the vice president should Vance choose to run for the 2028 Republican presidential nomination.</p><p>At the same time, Rubio has used his dual perch as Trump's top diplomat and national security adviser to make over the National Security Council, installing several close allies in top White House positions in recent weeks.</p><p>Those include his former State Department counselor, Mike Needham, who is now deputy national security adviser. Also, Jeremy Lewin, who oversaw the dismantlement of the U.S. Agency for International Development for Rubio and took charge of foreign assistance last year, is soon to join the NSC as a deputy for the Western Hemisphere. The head of NSC communications, Dylan Johnson, also serves as assistant secretary of state for public affairs.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KZH55OI3HQ3W6ROQHWKKC2DJSE.jpg?auth=6e1f67bf32b13a4be1caf3bdda3d4bfb46405de7f1f5f2b26ba3dbbc8e6afc82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This combination of photos shows Secretary of State Marco Rubio, left, and Vice President JD Vance, right, on Jan. 21, 2025, in Washington. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[Llegan a Venezuela donaciones del sur de Florida mientras continúa la búsqueda de sobrevivientes ]]></title><link>https://www.local10.com/espanol/2026/06/30/llegan-a-venezuela-donaciones-del-sur-de-florida-mientras-continua-la-busqueda-de-sobrevivientes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/llegan-a-venezuela-donaciones-del-sur-de-florida-mientras-continua-la-busqueda-de-sobrevivientes/</guid><dc:creator><![CDATA[Christina Vazquez, Ryan Mackey]]></dc:creator><description><![CDATA[Mientras el número de muertos por los dos terremotos consecutivos en Venezuela seguía aumentando el martes, los suministros de ayuda recolectados en el sur de Florida ya estaban llegando al país.]]></description><pubDate>Tue, 30 Jun 2026 21:00:24 +0000</pubDate><content:encoded><![CDATA[<p>Mientras el número de muertos por los dos <a href="https://www.local10.com/news/local/2026/06/30/donations-from-south-florida-arrive-in-venezuela-as-search-for-survivors-continues/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/donations-from-south-florida-arrive-in-venezuela-as-search-for-survivors-continues/">terremotos consecutivos en Venezuela</a> seguía aumentando el martes, los suministros de ayuda recolectados en el sur de Florida ya estaban llegando al país, mientras los equipos de rescate continuaban buscando sobrevivientes bajo edificios colapsados.</p><p>Según <a href="https://www.youtube.com/watch?v=sIIm2LmISlc" target="_self" rel="" title="https://www.youtube.com/watch?v=sIIm2LmISlc">Reuters</a>, las autoridades venezolanas informaron que más de 1,700 personas han muerto y al menos otras 5,000 resultaron heridas tras los devastadores terremotos.</p><p><a href="https://www.local10.com/news/local/2026/06/30/donations-pour-in-at-south-florida-mission-center-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/donations-pour-in-at-south-florida-mission-center-to-help-venezuela-earthquake-victims/">Global Empowerment Mission</a>, que ha estado recolectando donaciones en su almacén de Doral, publicó nuevas fotografías que muestran palés con suministros de ayuda llegando a un almacén que la organización habilitó en Caracas.</p><p>Funcionarios de Global Empowerment Mission dijeron a Local 10 que ya no necesitan donaciones de agua embotellada porque han recibido un suministro suficiente. En su lugar, la organización está solicitando donaciones monetarias, lo que permitirá a los equipos de ayuda comprar y distribuir los suministros más urgentes directamente en las zonas afectadas.</p><p>Mientras tanto, integrantes de la Florida Task Force 1 de Miami-Dade Fire Rescue permanecían en Venezuela, trabajando junto a equipos internacionales en una de las zonas más afectadas, Playa Grande, en el estado La Guaira.</p><p>La Florida Task Force 1 (#FLTF1) de Miami-Dade Fire Rescue se encuentra en Playa Grande, La Guaira, Venezuela, junto a una comunidad marcada para siempre por los devastadores terremotos.</p><p>La misión es compleja, pero clara. Está impulsada por la posibilidad de que aún se pueda salvar una vida.<a href="https://x.com/MiamiDadeFire/status/2071352489908269243" target="_self" rel="" title="https://x.com/MiamiDadeFire/status/2071352489908269243">pic.twitter.com/u8NxodanHd</a></p><p>Los equipos de búsqueda continuaban utilizando perros especialmente entrenados para detectar el olor de personas atrapadas bajo los escombros.</p><p>En medio de la destrucción generalizada, los rescatistas celebraron un inusual momento de esperanza después de que equipos de emergencia de Jordania rescataran con vida a un niño de 3 años de entre los escombros de un edificio colapsado, seis días después del desastre.</p><p>El menor fue trasladado de inmediato para recibir atención médica mientras los rescatistas celebraban el rescate.</p><p>También seguían aumentando las dudas sobre el colapso de un hotel donde se alojaban más de 100 personas deportadas recientemente desde Estados Unidos.</p><p>Un vuelo de repatriación con unas 146 personas llegó a Venezuela el 24 de junio, apenas unas horas antes de que ocurrieran los terremotos. Las autoridades informaron que muchos de los deportados fueron llevados al hotel, que posteriormente colapsó, dejando a las familias buscando respuestas sobre el paradero de sus seres queridos.</p><p>“No nos están dando respuestas sobre dónde está ella, si en un hospital o en la morgue”, dijo Luis Armando Dasilva, cuya hermana, Amanda Donizete, según indicó, trabajaba como mesera en Georgia.</p><p>Las familias aseguran que han recibido información contradictoria sobre cuántas personas sobrevivieron al colapso.</p><p>“Por favor, actúen rápido. Queremos que encuentren a nuestros familiares, como sea que estén”, dijo Dasilva.</p><p>La Organización Mundial de la Salud informó que el sistema de salud de Venezuela continúa bajo una presión significativa debido a los daños en hospitales y la escasez de personal.</p><p>La Embajada de Estados Unidos en Caracas también publicó una fotografía del USS Fort Lauderdale, que, según el Comando Sur de Estados Unidos, permanece atracado en el puerto de La Guaira.</p><p>El buque está proporcionando capacidades médicas adicionales y funciona como centro de comunicaciones para apoyar las operaciones de ayuda.</p><p>Mientras continúan las labores internacionales de rescate, organizaciones del sur de Florida trabajan para hacer llegar más alimentos, agua y otros suministros esenciales a los sobrevivientes de los terremotos en Venezuela.</p><p>Haga <a href="https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/">clic aquí</a> para ver los centros de entrega en todo el sur de Florida que están recolectando bienes y suministros para las víctimas del terremoto.</p><p><b>Contenido relacionado</b></p><p>Bajo el liderazgo de <a href="https://x.com/POTUS?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://x.com/POTUS?ref_src=twsrc%5Etfw">@POTUS</a> y del <a href="https://x.com/SecRubio?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://x.com/SecRubio?ref_src=twsrc%5Etfw">@SecRubio</a>, EE.UU. sigue respondiendo de manera rápida y sin precedentes a los devastadores terremotos que sacudieron Venezuela. El equipo Florida Task Force 1 (#FLTF1) de @MiamiDadeFireRescue continúa trabajando sin descanso para salvar vidas. <a href="https://pic.twitter.com/ij8c6n1uHl" target="_self" rel="" title="https://pic.twitter.com/ij8c6n1uHl">pic.twitter.com/ij8c6n1uHl</a> — Embajada de los EE.UU. en Caracas (@usembassyve)<a href="https://x.com/usembassyve/status/2071938997832598001?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://x.com/usembassyve/status/2071938997832598001?ref_src=twsrc%5Etfw">June 30, 2026</a></p><p>Cuando más importa responder al llamado. @MiamiDadeFire está en Venezuela, demostrando la dedicación y el profesionalismo que distinguen a los equipos de respuesta a emergencias de Estados Unidos. <a href="https://x.com/StateDept/status/2071655969805705651" target="_self" rel="" title="https://x.com/StateDept/status/2071655969805705651">pic.twitter.com/ZjWGTwbUA7</a> — Department of State (@StateDept)<a href="https://x.com/StateDept/status/2071655969805705651?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://x.com/StateDept/status/2071655969805705651?ref_src=twsrc%5Etfw">June 29, 2026</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UPBC437XCJAGRHXT4C76LAPVBU.jpg?auth=dcce800d90ce259d736262bcf5bb6adbdf9605f73f6a9cedd74138962a773e99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[The divided Supreme Court's birthright citizenship decision exposes sharp rifts among justices]]></title><link>https://www.local10.com/news/politics/2026/06/30/the-divided-supreme-courts-birthright-citizenship-decision-exposes-sharp-rifts-among-justices/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/the-divided-supreme-courts-birthright-citizenship-decision-exposes-sharp-rifts-among-justices/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. Supreme Court's divided ruling that children born in the U.S. are citizens under the Fourteenth Amendment — even if their parents are in the country unlawfully or only temporarily — exposed deep fissures in the justices' views on the issue and toward each other.]]></description><pubDate>Tue, 30 Jun 2026 20:56:16 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. Supreme Court's divided ruling that children born in the U.S. are citizens under the Fourteenth Amendment — even if their parents are in the country unlawfully or only temporarily — exposed deep fissures in the justices' views on the issue and toward each other.</p><p>The court's two Black justices notably had very different views on U.S. citizenship in the context of Reconstruction after the Civil War.</p><p>Tuesday's decision rejects an order President Donald Trump issued at the start of his second term, declaring that children born to people who are in the United States illegally or temporarily are not American citizens.</p><p>The majority, composed of Chief Justice Roberts and Justices Sonia Sotomayor, Elena Kagan, Amy Coney Barrett, and Ketanji Brown Jackson, determined that birth on U.S. soil plus being subject to U.S. law is enough for citizenship.</p><p>Several dissenters, including Justices Clarence Thomas and Samuel Alito, say birth alone is not enough — the child's parents must have a deeper political allegiance or relationship to the U.S.</p><p>Jackson’s direct disagreement with Thomas' dissent highlights a major rift between the legal minds. Here are the justices in their own words:</p><p>Chief Justice John Roberts</p><p>Much of Roberts' opinion was a history lesson on English common law, in which he concluded that birthright citizenship has always depended primarily on birthplace — not on parents’ immigration status or domicile.</p><p>“Citizenship, then and now, was the right to have rights — to freely participate in our political community. The Framers of the Fourteenth Amendment extended that promise to ‘every free-born person in this land,’” Chief Justice John Roberts wrote for the court, citing congressional debate over the amendment, “We keep that promise today.”</p><p>“We break no new ground today,” Roberts said on the bench as he read the court's majority opinion.</p><p>Justice Clarence Thomas</p><p>Thomas, who wrote the main dissent, disagreed with the majority's opinion and argued that American-born children are not automatically American citizens.</p><p>The basis of his argument, among other things, is that the court ignored evidence from Reconstruction debates that suggested citizenship depended on a deeper relationship to the country. After the Civil War, the U.S. underwent a series of political and constitutional battles over how to define the civil rights and citizenship status of formerly enslaved Black Americans.</p><p>“The Citizenship Clause was enacted for people who were born in this country and called it home. It was enacted for freed slaves such as Dred Scott, who had ‘a domicile’ here and therefore were entitled to sue as citizens,” Thomas wrote in his dissent, concluding that Reconstruction was a targeted remedy for freed slaves to restore citizenship to a wrongfully excluded group.</p><p>“In my view, the Citizenship Order is not facially unconstitutional,” Thomas wrote, referring to Trump's executive order. “The Order is consistent with the original meaning of the Citizenship Clause, at least insofar as it applies to children born to parents, here lawfully or unlawfully, who are not domiciled in the United States.”</p><p>Justice Ketanji Brown Jackson</p><p>Justice Ketanji Brown Jackson agreed with the opinion in full, but wrote to respond to Clarence Thomas' dissent, arguing that Thomas fundamentally misunderstands what the Reconstruction Amendments — the Thirteenth, Fourteenth, and Fifteenth Amendments — are trying to accomplish.</p><p>“Despite his longstanding endorsement of a ‘colorblind’ Constitution, Justice Thomas, now surprisingly suggests that the Citizenship Clause was a race-conscious remedial measure, relating only to ‘freed slaves such as Dred Scott’ — but that narrow vision of the Fourteenth Amendment bears little relationship to the history of its ratification.”</p><p>“The Reconstruction Amendments were an anti-caste, anti-subordination reset for the Nation, not a mere spot treatment for the dark stain of slavery.”</p><p>“The Court’s conception of a color-blind Constitution and the Government’s (and principal dissent’s) cramped, group-specific reading of the Citizenship Clause are two sides of the same coin, stemming from a basic misunderstanding of the relevant history.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J6EOEMF34EYVXP2T4FRA4MKAV4.jpg?auth=c2c758098daf3697143d53af5dacb6225ab20b5e2f3ef085a32bdd14dc0729d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Supreme Court is seen in Washington, May 18, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JN637QAD32SGGKXGQOJIPUT4PI.jpg?auth=93c2dced662a6ae1c7390bd0e59a3e4bb32ada31fd90a6c09313813b8c2573c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists celebrate the Supreme Court's birthright citizenship ruling outside of the Supreme Court on Capitol Hill, Tuesday, June 30, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MY3I65ZGJPLLIIMC4ABISEG27Y.jpg?auth=0bd022d53e498991fe270747986f4ab496fa41d09761f383ae12a87b25fb7d0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen Monday, June 29, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Egg producers will pay $3.3M and donate 53 million eggs to settle price fixing claims]]></title><link>https://www.local10.com/business/2026/06/30/egg-producers-will-pay-33m-and-donate-53-million-eggs-to-settle-price-fixing-claims/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/egg-producers-will-pay-33m-and-donate-53-million-eggs-to-settle-price-fixing-claims/</guid><dc:creator><![CDATA[By WYATTE GRANTHAM-PHILIPS, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The U.S. Justice Department and 17 states reached settlement agreements with three major egg producers this week to resolve allegations that the companies illegally colluded for years to raise prices, including when the cost soared to record highs last year.]]></description><pubDate>Tue, 30 Jun 2026 20:42:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The U.S. Justice Department and 17 states reached settlement agreements with three major egg producers this week to resolve allegations that the companies illegally colluded for years to raise prices, including when the cost soared to record highs last year.</p><p>The states and federal government accused Cal-Maine Foods, Versova and Hickman’s Egg Ranch of a behind-the-scenes arrangement to “artificially inflate the daily price quotations for eggs" between June 2022 and March 2025. In particular, their investigation found that the companies coordinated on what bids they would submit to Urner Barry Publications, a company that runs an index key to determining how much grocery stores, restaurants and others pay for billions of eggs each year.</p><p>In turn, that meant “higher prices for eggs sold to consumers,” alleged the complaint, which was filed in Iowa on Monday, the day the settlement terms were announced.</p><p>“When powerful corporations collude behind the scenes to raise prices, working families suffer the costs,” New York Attorney General Letitia James, who helped lead the investigation, said in a statement. “These egg producers manipulated the market to squeeze even more profit out of consumers and businesses."</p><p>None of the companies admitted wrongdoing under the settlements. But to settle the states' claims, Cal-Maine, Versova and Hickman's will collectively be on the hook for $3.3 million and 53 million eggs, James and others said. Those eggs would be donated by the companies and make their ways to food banks and nonprofits. The money will be distributed to the states.</p><p>The Justice Department and the states also outlined actions the companies will need to take, including adopting antitrust compliance programs and banning communicating with competitors on pricing and bidding strategies.</p><p>The settlements would still need court approval. The Justice Department's Omeed A. Assefi said Tuesday that the proposed settlements “resolve years of conduct that dragged on Americans’ finances and their everyday lives.”</p><p>Average U.S. egg prices soared to a record high of about $6.23 per dozen in March 2025, amid a bird flu epidemic that forced farmers to slaughter millions of egg-laying chickens. Egg producers blamed price spike on the outbreak, but critics accused big companies of taking advantage of their market dominance and the government began its investigation.</p><p>Monday’s complaint notes that price quotations “dropped significantly” after Cal-Maine, Versova and Hickman’s learned of the Justice Department’s investigation and were instructed to preserve documents in March 2025. Consumer egg prices also later tumbled — to under $2.20 per dozen as of May 2026 — as replenished flocks caught up despite the ongoing outbreak.</p><p>Cal-Maine maintained Monday that allegations of price manipulation were “baseless” and that it believes its conduct has been legal. It also noted that while it was part of a cooperative with the other egg producers, it left the group in May 2024.</p><p>Still, Cal-Maine CEO Sherman Miller said the company's settlement agreement “enables us to move forward so we can devote our full attention to what matters most: delivering affordable, high-quality eggs and egg-based prepared foods to consumers nationwide.”</p><p>Miller added the period the Justice Department reviewed “was a particularly challenging time” — noting that, beyond avian flu, the COVID-19 pandemic, weather and other market conditions have contributed to temporary supply shocks and high prices in recent years. He said Cal-Maine “took numerous steps to protect and grow its hen flock” in that time.</p><p>Versova echoed a similar sentiment, particularly pointing to the toll the bird flu has had on its farmers, who it noted “don’t set the wholesale price of eggs.” Instead, Versova said the price of most of its eggs depends on cost fluctuations of grain used in hen feeds.</p><p>Meanwhile, Hickman's owner Mantiqueira USA, which acquired the egg producer in November, said the “conduct referenced in the complaint predates our acquisition," noting that it is committed to complying with the law.</p><p>Some advocacy groups say the proposed settlements aren't enough.</p><p>“Consumers paid record prices while dominant egg producers reported extraordinary profits, yet the result is another settlement that corporations can treat as the cost of doing business rather than meaningful accountability,” said Angela Huffman, president of Farm Action.</p><p>Cal-Maine — the only of the three companies that is public and reports quarterly financials — reported a profit of $1.22 billion for the 2025 fiscal year. Under its settlement agreement with the states, the company would pay $1.5 million and donate 30 million eggs.</p><p>Meanwhile, per court documents, Versova would provide 20 million eggs and $800,000, and Hickman's would be on the hook for 3.25 million eggs and $1 million.</p><p>In addition to New York, these states were party to the settlement agreements: Arizona, California, Colorado, Connecticut, Florida, Hawaii, Iowa, Maryland, Minnesota, North Carolina, Ohio, Pennsylvania, Texas, Utah, Vermont, and Wisconsin.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IHI3PBFFNL3NBDX6YNUUO5UFBY.jpg?auth=f390f2e55e476f0267022d535f9644c135dfd98f370fc3a1afebac3856a8f60f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Eggs are for sale at a grocery store Tuesday, Feb. 10, 2026, in Chicago. (AP Photo/Erin Hooley,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content></item><item><title><![CDATA[US set for a round of 32 World Cup game with Bosnia-Herzegovina as knockout play begins]]></title><link>https://www.local10.com/sports/2026/06/30/us-set-for-a-round-of-32-world-cup-game-with-bosnia-herzegovina-as-knockout-play-begins/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/us-set-for-a-round-of-32-world-cup-game-with-bosnia-herzegovina-as-knockout-play-begins/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SAN JOSE, Calif. (AP) — The U.S. team spent Monday like millions of other interested followers of the World Cup, watching thrilling games from other venues that included a major upset with Germany falling to Paraguay, three games that went down to the wire and two nervy shootouts.]]></description><pubDate>Tue, 30 Jun 2026 20:41:42 +0000</pubDate><content:encoded><![CDATA[<p>SAN JOSE, Calif. (AP) — The U.S. team spent Monday like millions of other interested followers of the World Cup, watching thrilling games from other venues that included a major upset with Germany falling to Paraguay, three games that went down to the wire and two nervy shootouts.</p><p>Then the reality quickly set in that they would soon be back in the spotlight themselves, with a round of 32 match against Bosnia-Herzegovina on Wednesday that will go a long way to determining how successful this World Cup will be.</p><p>“In the moment you’re a fan, and then afterward you realize that this is also the same tournament that we’re playing. I think it’s a weird dynamic,” U.S. defender Chris Richards said Tuesday before the team's final practice ahead of the knockout round. “But we saw an upset yesterday, so it’s making sure that we don’t allow that to happen to us.”</p><p>After starting the tournament with convincing wins over Paraguay and Australia that clinched the top spot in the group before a meaningless loss to Turkey last week, the Americans enter this knockout round as the favorites to advance for a change against a Bosnian team that has never made it past the group stage before this year.</p><p>US has only one World Cup knockout round win ever</p><p>But history is against the team as the U.S. men have had little success in the past in the knockout round of the World Cup or against European opposition.</p><p>While the Americans made it to the semifinals at the inaugural tournament in 1930 by winning their group, their only win ever in a knockout round came in 2002 when they beat rival Mexico 2-0 in South Korea before losing to Germany in the quarterfinals.</p><p>In the eight other tournaments since the U.S. returned to the World Cup in 1990 for the first time in 40 years, the U.S. lost its first knockout game — the round of 16 instead of the round of 32 — four times, failed to make it out of the group three times and failed even to qualify in 2018.</p><p>Christian Pulisic said the approach doesn't change in this round and that mood around the team remains light even with the high stakes in this part of the tournament. Pulisic said he's healthy and ready to start after missing one game with a calf injury and playing the last game as a second-half substitute.</p><p>“You just want to extend it as long as you can, because some of the best memories I have in my life was last World Cup in Qatar,” Pulisic said. “Now being here, it’s just special to be here. You just don’t want it to end. So there’s definitely a lot of enthusiasm within the team.”</p><p>US has struggled against European teams</p><p>The U.S. lost its knockout game four years ago to the Netherlands 3-1. That came after a 2-1 loss to Belgium in 2014 and is part of a long run of futility against European teams.</p><p>The U.S. is 1-13-7 against European teams at the World Cup since 1990, with the only win coming in 2002 in the opener against Portugal. The Americans are winless in their last 13 matches against European squads at the tournament since then.</p><p>While Bosnia, 61st in the FIFA rankings, lacks the pedigree of many of those past European opponents, the Americans know this matchup won't be easy. The Bosnians secured a spot in the World Cup for the second time ever by winning penalty shootouts against Wales and four-time World Cup champion Italy in the European playoffs and then advanced out of the group thanks to a draw in Toronto against host Canada and a 3-1 win over Qatar.</p><p>“Every team brings different challenges,” Richards said. “Ultimately the Bosnia team, they were good defensively and good going forward. It’s making sure that we take care of business on both ends. They have a very experienced attack so it’s making sure we do our best in the back to take that away from them.”</p><p>With a victory on Wednesday, the U.S. team would advance to the round of 16 next Monday in Seattle against the winner of Wednesday's game between Belgium and Senegal.</p><p>It only gets tougher after that with powerhouses like Spain still alive in their half of the bracket, but the results so far in this tournament with teams like Germany and the Netherlands getting knocked out early show what's possible.</p><p>“It’s our chance to go farther in this tournament,” Richards said. “We’ve seen two big boys fall. So it’s just a matter of us getting through this game and putting in a good performance and hopefully we continue that. It’ll start to open up. So it is very exciting for us.”</p><p>___</p><p>See more of AP’s World Cup coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JLXLTF46HECQC5R7FCWVRGK3IY.jpg?auth=6df0d8ccaeb1437d796df21ac7f744acb9111d5af4ad342f3481535c61db528d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Chris Richards smiles during a training session ahead of a FIFA World Cup match against Turkey in Irvine, Calif., Wednesday, June 24, 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/WPZ2QCQTJ5U6NWCEOQQO3VOYZA.jpg?auth=70886d5fff947951aab68c4179c36c22502688192683b7b1573f933dac25b19b&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 speaks to the media before a training session ahead of their World Cup Round of 32 soccer match against Bosnia and Herzegovina, Tuesday, June 30, 2026, in San Jose, Calif. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3H7X5AB4FBMBHYRZOODFQ3ZYKI.jpg?auth=1e531ad491dcfd3005bbb491e11b996a9b48d93b4453a73685f68c4b5df18926&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Miles Robinson, front left, warm up with teammates during a training session ahead of their World Cup Round of 32 soccer match against Bosnia and Herzegovina, Tuesday, June 30, 2026, in San Jose, Calif. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FAFZ432PIM7U5N2HNCBN2GINIU.jpg?auth=87805a058b5f3c3135f4c3f9b16cd4506102f8e17219669952012add97cb0577&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Gio Reyna, center and teammates warm up during a training session ahead of their World Cup Round of 32 soccer match against Bosnia and Herzegovina, Tuesday, June 30, 2026, in San Jose, Calif. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DMD6LZZDQFXRDTMTWQKIN7I4NU.jpg?auth=63dcee750c9384195e1a73126c8dc2058c7b74ccef58afeb9a6a7af27a0bfcad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino steps over a sprinler during a training session ahead of their World Cup Round of 32 soccer match against Bosnia and Herzegovina, Tuesday, June 30, 2026, in San Jose, Calif. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Book that Tupac Shakur murder suspect wrote is clear for use in the trial, judge rules]]></title><link>https://www.local10.com/entertainment/2026/06/30/book-that-tupac-shakur-murder-suspect-wrote-is-clear-for-use-in-the-trial-judge-rules/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/30/book-that-tupac-shakur-murder-suspect-wrote-is-clear-for-use-in-the-trial-judge-rules/</guid><dc:creator><![CDATA[By JESSICA HILL, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — A book co-written by the man who prosecutors allege ordered the 1996 killing of rap icon Tupac Shakur can be used in trial, a judge ruled Tuesday.]]></description><pubDate>Tue, 30 Jun 2026 20:47:57 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — A book co-written by the man who prosecutors allege ordered the 1996 killing of rap icon Tupac Shakur can be used in trial, a judge ruled Tuesday.</p><p>The defense attorney for Duane “Keffe D” Davis tried to bar the 2019 memoir “Compton Street Legend” from being used in trial, which is scheduled to begin Aug. 10, as well as statements Davis had made to police in 2008 and 2009.</p><p>Davis, 63, faces one charge of murder with a deadly weapon with the intent to promote, further or assist a criminal gang in the drive-by shooting of the rapper in Las Vegas.</p><p>Shakur was in a black BMW on Sept. 7, 1996, in Las Vegas with Death Row Records founder Marion “Suge” Knight when a white Cadillac pulled up beside them at a red light near the Las Vegas Strip, and gunfire erupted. Shakur was shot multiple times and died six days later, while Knight survived with minor injuries.</p><p>Shakur’s death is considered one of the most notorious unsolved murders in the United States. The case had gone cold until Davis began making public statements about it, including in a book he co-wrote in which he said he was in the Cadillac and provided the weapon used to shoot Shakur. The book revived detectives’ investigation, and Davis was arrested in September 2023. Davis pleaded not guilty.</p><p>The state’s case hinges on the book Davis co-authored about his time in the gang South Side Compton Crips and statements he made in YouTube interviews.</p><p>Michael Sanft, his attorney, argued that the book was fictionalized to make a profit, and that it was unclear which parts — if any — Davis actually wrote. He also argued that statements Davis made to police in 2008 and 2009 should not be used in trial because Davis thought he had immunity due to a proffer agreement that allowed him to speak to detectives without being prosecuted.</p><p>Judge Carli Kierny determined that Davis adopted the statements in the book as his own, regardless if he wrote the whole book. She said he made multiple statements describing the book as the “real truth.” She also found the statements he made to law enforcement to be voluntary, but expressed concern that Davis was told in 2008 that he would not be prosecuted for what he said in the interview.</p><p>Marc DiGiacomo, chief deputy district attorney in Clark County, said those interviews were no longer considered inadmissible when Davis chose to write and speak about the events. The state has the right to prove that what Davis wrote is true by using those interviews, he said.</p><p>“Had he decided to never write the book, he would not, probably, have ever been prosecuted for the crime,” DiGiacomo said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RFDZCTKQIVGCDZDSMHBFDKB4JE.jpg?auth=ac54ee54b5c8ed7582bfb4f7a3acfe0489166c994da5698d1883e047927a2c33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rapper Tupac Shakur attends a voter registration event in South Central Los Angeles on Aug. 15, 1996, left, and Duane "Keffe D" Davis appears in District Court for his involvement in the 1996 killing of Shakur in Las Vegas on Feb. 18, 2025. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Supreme Court upholds birthright citizenship, rejecting Trump’s proposed limits]]></title><link>https://www.local10.com/news/2026/06/30/supreme-court-upholds-birthright-citizenship-rejecting-trumps-proposed-limits/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/30/supreme-court-upholds-birthright-citizenship-rejecting-trumps-proposed-limits/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A divided Supreme Court on Tuesday upheld a broad conception of birthright citizenship, rejecting President Donald Trump’s executive order declaring that children born to people who are in the United States illegally or temporarily are not American citizens.]]></description><pubDate>Tue, 30 Jun 2026 17:11:11 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A divided Supreme Court on Tuesday upheld a broad conception of birthright citizenship, rejecting President Donald Trump’s executive order declaring that children born to people who are in the United States illegally or temporarily are not American citizens.</p><p>By a 6-3 vote, the court struck down Trump’s order. A bare majority of five justices, in an opinion written by Chief Justice John Roberts, held that the long-settled understanding of the 14th Amendment, adopted after the Civil War, makes a citizen of anyone born in the country, with very limited exceptions,</p><p>“Citizenship, then and now, was the right to have rights—to freely participate in our political community. The Framers of the Fourteenth Amendment extended that promise to ‘every free-born person in this land,’” Chief Justice John Roberts wrote for the court, citing congressional debate over the amendment, “We keep that promise today.”</p><p>A sixth justice, Brett Kavanaugh, disagreed about the constitutional ruling, but pointed to a federal law that he said broadly conveys birthright citizenship.</p><p>Justices Samuel Alito, Neil Gorsuch and Clarence Thomas would have upheld Trump’s proposed restrictions.</p><p>“The Court today takes the extraordinary step of holding facially unconstitutional the President’s Order excluding from citizenship the children of foreign temporary visitors and illegal aliens,” Justice Clarence Thomas wrote in a 91-page dissent, more than three times as long as Roberts’ opinion. “In doing so, the Court adds to the sad history of the Fourteenth Amendment, which was designed and understood to secure equal rights for the freed blacks but has instead been repurposed for political projects that the Reconstruction Congress did not support.”</p><p>The Republican president’s restrictions had been blocked by several lower courts and had not taken effect anywhere in the U.S.</p><p>Trump said the decision was “too bad for our Country” and wrongly suggested that Congress could “easily” address it with legislation. The majority decision rests on constitutional grounds. It would take an amendment to overcome the decision.</p><p>During arguments in April, both conservative and liberal justices questioned the order’s legality in a momentous case that was magnified by Trump’s unprecedented attendance in the courtroom.</p><p>The case framed another test of Trump’s assertions of executive power that defy long-standing precedent for a court with a conservative majority and a robust view of presidential power that has largely ruled in his favor. In the notable exceptions when the court has not, Trump has responded with starkly personal criticisms of the justices.</p><p>The justices ruled on Trump’s appeal of a lower-court ruling from New Hampshire that struck down the citizenship restrictions.</p><p>The birthright citizenship order, which Trump signed on the first day of his second term, is part of his administration’s broad immigration crackdown.</p><p>Birthright citizenship was the first Trump immigration-related policy to reach the court for a final ruling. The justices previously struck down global tariffs Trump had imposed under an emergency powers law that had never been used that way.</p><p>Trump reacted furiously to the late February tariffs decision, saying he was ashamed of the justices who ruled against him and calling them unpatriotic.</p><p>He also seemed to recognize the court was likely to rule against him on birthright citizenship, too, using his Truth Social platform to criticize “dumb judges and justices” and wealthy pregnant women from China and elsewhere who come to the U.S. to give birth so their newborns will have American citizenship.</p><p>Trump’s order would have upended widely held views that the 14th Amendment confers citizenship on everyone born in the U.S., excluding only the children of foreign diplomats and those born to a foreign occupying force.</p><p>The amendment was intended to ensure that Black people, including former slaves, had citizenship, though the Citizenship Clause is written more broadly. “All persons born or naturalized in the United States, and subject to the jurisdiction thereof, are citizens of the United States and of the State wherein they reside,” it reads.</p><p>In a series of decisions, lower courts have struck down Trump’s executive order as illegal. The decisions have invoked the high court’s 1898 ruling in Wong Kim Ark, which held that the U.S.-born child of Chinese nationals was a citizen.</p><p>Roberts, joined by Justice Amy Coney Barrett and the three liberal justices, said the amendment’s language, the historical context and the 1898 case make clear that children born to parents illegally or temporarily in the U.S. “are citizens at birth.”</p><p>But there was only a bare majority of five justices on the constitutional question.</p><p>Kavanaugh sided with the majority because of a federal law that makes those children citizens. But he joined the dissenters in finding that Trump’s order does not violate the Constitution. His view would enable a future Congress to change the law to restrict birthright citizenship.</p><p>The Trump administration had argued that the common view of citizenship is wrong, asserting that children of noncitizens are not “subject to the jurisdiction” of the United States and therefore are not entitled to citizenship.</p><p>More than one-quarter of a million babies born in the U.S. each year would have been affected by the executive order, according to research by the Migration Policy Institute and Pennsylvania State University’s Population Research Institute.</p><p>While Trump has largely focused on illegal immigration in his rhetoric and actions, the birthright citizenship restrictions also would have applied to people who are legally in the United States, including students and applicants for green cards, or permanent resident status.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded></item><item><title><![CDATA[Takeaways from Supreme Court term: Trump's power is enhanced, but he lost some high-profile cases]]></title><link>https://www.local10.com/news/politics/2026/06/30/takeaways-from-supreme-court-term-trumps-power-is-enhanced-but-he-lost-some-high-profile-cases/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/takeaways-from-supreme-court-term-trumps-power-is-enhanced-but-he-lost-some-high-profile-cases/</guid><dc:creator><![CDATA[By MARK SHERMAN and LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump didn't get what he wanted in some of the biggest Supreme Court cases this year: tariffs, birthright citizenship and the attempted firing of Federal Reserve governor Lisa Cook.]]></description><pubDate>Tue, 30 Jun 2026 20:18:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump didn't get what he wanted in some of the biggest Supreme Court cases this year: tariffs, birthright citizenship and the attempted firing of Federal Reserve governor Lisa Cook.</p><p>But he also emerged from the term with even greater power.</p><p>His immigration crackdown was largely upheld, his call to redistrict for partisan advantage marched ahead and his ability to control federal regulatory agencies expanded dramatically when the court overturned a 90-year-old precedent. The court's conservative majority also seemed willing to look past Trump’s invocation of racial tropes and boundary-pushing moves as it handed down decisions in line with its own conception of a powerful presidency.</p><p>The conservative majority seems fully behind the unitary executive theory</p><p>The court's ruling Monday gave the president effective control over independent regulatory agencies by allowing him to fire their leaders at will.</p><p>Several federal laws, some more than 100 years old, sought to protect agency independence by requiring the president to identify a cause, like negligence, before firing the leaders. The court struck down those provisions as unconstitutional limits on presidential power.</p><p>The decision could give the president the ability to reshape agencies Congress created to operate independently of the executive branch. It also could be a threat to the federal workforce, well below top executives, that has been covered by the civil service system, if future decisions allow the president to fire lower-level workers.</p><p>One agency that still appears beyond Trump's reach is the Federal Reserve. Though many experts have said there is no principled distinction, the court ruled Monday that the Fed's leadership can't be fired at will. It said Cook can remain in her job while she challenges efforts to oust her over allegations of mortgage fraud, which she denies.</p><p>The Voting Rights Act has been hollowed out</p><p>It was the crown jewel of the Civil Rights Movement: the 1965 federal law that finally opened the ballot box to Black Americans and other minorities and eventually led to the election of thousands of Black officeholders across the country.</p><p>But since 2013, the court has systematically and severely cut back on the ability of minority voters to invoke the law's protections to challenge election changes, saying the need for those protections had largely passed.</p><p>In April, the court made it much harder for minority voters to challenge electoral districts that result in reduced opportunity to elect candidates of their choosing, unless they can effectively prove intentional racial discrimination.</p><p>The decision meshed with Trump's call for Republicans to redraw as many districts as possible to try to hold on to their slim majority in the House.</p><p>Alabama, Louisiana and Tennessee eliminated largely Black districts in response to the decision, including an Alabama district that was created in response to a Supreme Court ruling three years ago.</p><p>The immigration crackdown has been at the center of Trump's agenda</p><p>The Trump administration notched a series of wins on immigration this term: The justices allowed the Department of Homeland Security to end deportation protections for hundreds of thousands of Venezuelans and Haitians and to employ a restrictive policy limiting the number of people seeking asylum each day at the southern border.</p><p>They also allowed border officers wider latitude in cases of green-card holders accused of crimes, in a case that started during the Obama administration.</p><p>In the birthright citizenship case, Trump pushed for limits no president had sought before, and certainly not through an executive order that would bypass Congress. In the end, six justices ruled he had gone too far.</p><p>But four justices adopted the administration's reading of the 14th Amendment that it would permit denying citizenship to children born to parents who are in the country illegally or temporarily.</p><p>Trump's crude racial and religious stereotypes get a pass from the court</p><p>Conservative justices have repeatedly discounted or taken the best possible view of Trump’s words and actions. Critics call it sanewashing.</p><p>In last week's decision stripping protections from Haitian migrants, Justices Samuel Alito and Elena Kagan sparred over the role of race in Trump's statements depicting Haitians as “poisoning our blood” and amplifying false rumors of them eating people's pets in Springfield, Ohio, among other graphic comments.</p><p>“None of the cited statements by either the President or the Secretary was overtly racial,” Alito wrote, contending they could have neutral explanations.</p><p>Kagan countered: “The statements fairly shout, in their racial undertones and overtones alike, that race entered into the President’s resolve to remove Haitians from this country.”</p><p>The findings echo the 2018 travel ban case where Chief Justice John Roberts said Trump's comments about Muslims were beside the point in the court's review of a “Presidential directive, neutral on its face, addressing a matter within the core of executive responsibility.”</p><p>Justice Sonia Sotomayor saw things differently. “The full record paints a far more harrowing picture, from which a reasonable observer would readily conclude that the Proclamation was motivated by hostility and animus toward the Muslim faith,” she wrote.</p><p>The court also looked past the allegations against Trump when it ruled for him in the 2024 case that helped him avoid prosecution. Two of Trump's appointees, Neil Gorsuch and Brett Kavanaugh, had little interest in discussing Trump's effort to undo the 2020 election results and the Jan. 6, 2021, riot at the Capitol that followed. “We’re writing a rule for the ages," Gorsuch said. Kavanaugh added later: “I’m not focused on the here and now of this case. I’m very concerned about the future."</p><p>The court rejected Trump's global tariffs</p><p>A six-justice majority of three liberal and three conservative justices ruled in February that an emergency powers law doesn’t let Trump bypass Congress. No president had ever tried the tactic before.</p><p>Trump responded to the loss by sharpy criticizing the justices who ruled against him, referring to those he nominated as an “embarrassment to their families.”</p><p>Meanwhile, he has continued threatening tariffs under other authorities. And new tariffs he imposed in response to the high-court ruling remain in effect even as they, too, have been challenged.</p><p>Gun rights get a modest boost</p><p>The justices backed Second Amendment rights in a pair of rulings. One found that people can't be barred from owning firearms just because they regularly use marijuana. While the federal ban wasn't often enforced in broad terms, the court's decision recognized that cannabis is now used by millions of people and said it can't automatically be considered dangerous.</p><p>Another decision struck down a Hawaii law that had required people to get permission to carry guns into stores and hotels. A handful of other states have similar laws, some of which have already been blocked in court.</p><p>They're the latest in a line of gun cases to reach the court since the justices expanded Second Amendment rights in a landmark 2022 decision.</p><p>And a major new case on gun rights is looming. The court also announced Tuesday it will decide whether state and local bans on semiautomatic rifles commonly known as assault weapons violate the Second Amendment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6XNYNY7C5PEWVFGNA6R2DG3JWQ.jpg?auth=60fe7f399593f0c27955bf24cade10bec7eccad467d284b0f308bba8455946e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists celebrate the Supreme Court's ruling on birthright citizenship, outside of the Supreme Court on Capitol Hill, Tuesday, June 30, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2JQL2WQPZ57CM2N46EIBUUPLLY.jpg?auth=576eeef347118f7ff58d66731f6a4e669084591479d09b395fa33516d2b85295&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen Tuesday, June 30, 2026, on Capitol Hill in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5X2MRCTC6ESF2BR6MMJGBI4D74.jpg?auth=2c29df4efb43a36980f43999d69137ad05a87ddbd674789fc9608125d76e60ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congressional Hispanic Caucus Chairman Adriano Espaillat, D-N.Y., center, and other Democratic House members react to the Supreme Court's decision to uphold birthright citizenship at the Capitol in Washington, Tuesday, June 30, 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[Rio bus drivers and workers throughout Brazil demand shorter work week as lawmakers examine proposal]]></title><link>https://www.local10.com/business/2026/06/30/rio-bus-drivers-and-workers-throughout-brazil-demand-shorter-work-week-as-lawmakers-examine-proposal/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/rio-bus-drivers-and-workers-throughout-brazil-demand-shorter-work-week-as-lawmakers-examine-proposal/</guid><dc:creator><![CDATA[By ELÉONORE HUGHES and MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[RIO DE JANEIRO (AP) — Hundreds of bus drivers on strike protested in downtown Rio de Janeiro on Tuesday, demanding better conditions, increased pay and an end to the six-day working week. They are also part of a broader movement of workers pushing to guarantee Brazilians two days off a week.]]></description><pubDate>Tue, 30 Jun 2026 20:12:28 +0000</pubDate><content:encoded><![CDATA[<p>RIO DE JANEIRO (AP) — Hundreds of bus drivers on strike protested in downtown Rio de Janeiro on Tuesday, demanding better conditions, increased pay and an end to the six-day working week. They are also part of a broader movement of workers pushing to guarantee Brazilians two days off a week.</p><p>“You can’t spend quality time or go out with your family, give attention to your children, visit relatives, or have a day like going to a restaurant to have lunch together," said Alexandre Garrido, 49, who has been a bus driver for 20 years.</p><p>A proposal to limit the working week to five days is currently in the hands of the Senate after approval from a lower house in May, and is backed by President Luiz Inácio Lula da Silva as part of his reelection bid in October.</p><p>Currently, many Brazilians work five eight-hour days and another four hours on a sixth day. Others have two days off but still work a total of 44 hours per week. The constitutional amendment seeks to establish a 40-hour weekly limit without reducing pay.</p><p>If approved, it would transform the lives of millions of mostly poor Brazilians and likely give a boost to Lula’s campaign. Other Latin American countries have made similar reforms, while Argentina has moved in the opposite direction.</p><p>“Those who support working six days a week are in favor of modern slavery,” said Rick Azevedo, a city councilor in Rio who attended the protest Tuesday and who founded the movement Life Beyond Work, one of the driving forces behind the measure.</p><p>In addition to the bus drivers' strike called by a local union, which emphasizes increased pay as their main demand, Azevedo's movement also organized protests across Brazil on Tuesday.</p><p>Lower income workers most affected</p><p>About 14 million Brazilians work six days a week, including 26-year-old Fernanda Sousa. Every day except Tuesdays, she makes her way down the sprawling Rocinha favela at around 5:30 a.m., drops off her 6-year-old son at his godmother's, and takes the metro to the wealthy neighborhood of Gavea to serve Brazilian cheese bread and other snacks in a bistro.</p><p>“Going to work on a Sunday when everyone is with their families breaks my heart,” Sousa said, as she made her way home on a recent Friday night, her son in tow. She said she also struggles to balance employment and housework — a predicament shared by many women around the world but accentuated by the longer workweek.</p><p>Different studies in Brazil show workers of lower income and in lower-skilled jobs are more often bound to the grueling 44-hour schedule.</p><p>Matheus Paulo Costa da Silva, 28, works as a home furnishings store supervisor in Rio. He recently tried to attend an evening IT course, but fatigue stopped him.</p><p>“I can’t see my family, I can’t go to the gym, I can’t study. I live to work,” said da Silva.</p><p>Businesses are reluctant</p><p>Lawmaker Erika Hilton, who led the way for Brazil's lower house to approve the amendment in May, said even some of her conservative adversaries now support the changes, though other opponents seek to kill the move in the Senate.</p><p>“Ending the six-day workweek allows us to care for workers who are under attack since Brazil’s slavery days,” said Hilton, in a reference to a period of almost 400 years that ended in 1888.</p><p>Workers should be able to travel, go to the beach, attend church or spend time with their friends in their spare time, she added.</p><p>Brazil's businesses, however, are sounding the alarm. The country’s National Confederation of Industry argues the annual labor costs could jump by up to 267 billion reais ($52 billion), an increase of up to 7%, if the current workweek is reduced. That alone could slow the South American nation's economy by 0.7%, the confederation says.</p><p>Experts say small businesses could be hit hardest. Sebrae, an institution that supports them, says they make up about 97% of enterprises in Brazil, providing half of the country's formal jobs.</p><p>Marcelo Pierini, the 52-year-old owner of a pie restaurant in downtown Sao Paulo, is already worried. He employs five people, closes only on Sundays, and has thin profit margins.</p><p>“This change could mean one of two things: closing on Mondays and losing some profit or sharing my bill with the customers,” Pierini said. “It is hard. I want some rest too, but I can't afford it.”</p><p>___</p><p>Savarese reported from Sao Paulo.</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/S7GGHSO5FTMNGQKMVZG3XQFTXA.jpg?auth=f1ec1a6796d2e89f61f0c84f1c9cefc68ec4ebdfb9793885ea119c61cc50a984&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matheus Paulo da Costa Silva leaves home for work in Rio de Janeiro, Friday, May 29, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GPPOG3K4BYOBA6RJNTAXIZ2HJI.jpg?auth=1002d74664f1ae2f0be92c95a9c063cca298a980c16532f8a0104dddf8f363ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matheus Paulo da Costa Silva listens to music while taking a bus to work in Rio de Janeiro, Friday, May 29, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BKMEUPLBFGN7TRYOTKBPRONCC4.jpg?auth=1b26e7db54963b3702f807923d929086538816ff9e05cb71f76b43dd6a2278f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thainara Goncalves waits for a bus to go to work at the Sao Conrado neighborhood, in Rio de Janeiro, Thursday, June 11, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content></item><item><title><![CDATA[Junta ofrece acuerdo de $3.000 millones para reestructurar deuda de eléctrica de Puerto Rico]]></title><link>https://www.local10.com/espanol/2026/06/30/junta-ofrece-acuerdo-de-3000-millones-para-reestructurar-deuda-de-electrica-de-puerto-rico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/junta-ofrece-acuerdo-de-3000-millones-para-reestructurar-deuda-de-electrica-de-puerto-rico/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — Una junta federal que supervisa las finanzas de Puerto Rico anunció el martes que ofreció un acuerdo de 3.000 millones de dólares a los tenedores de bonos, en un nuevo impulso para finalmente reestructurar más de 10.000 millones de dólares en deuda de la compañía eléctrica de la isla.]]></description><pubDate>Tue, 30 Jun 2026 20:06:56 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — Una junta federal que supervisa las finanzas de Puerto Rico anunció el martes que ofreció un acuerdo de 3.000 millones de dólares a los tenedores de bonos, en un nuevo impulso para finalmente reestructurar más de 10.000 millones de dólares en deuda de la compañía eléctrica de la isla.</p><p>La junta propone pagar en efectivo y ofrecer la emisión de nuevos bonos a los tenedores que no han llegado a un acuerdo y que reclaman unos 8.500 millones de dólares.</p><p>El plan ofrece 1.400 millones de dólares más de lo ofrecido previamente.</p><p>La Autoridad de Energía Eléctrica de Puerto Rico ha intentado reestructurar su deuda durante casi una década, después de que el territorio de Estados Unidos anunció en 2015 que no podía pagar su deuda de más de 70.000 millones de dólares. Eso llevó al Congreso estadounidense a crear la junta federal en 2016. Un año después, el gobierno de Puerto Rico se acogió a la mayor quiebra municipal en la historia del país.</p><p>Desde entonces, la junta y los acreedores de la compañía eléctrica están enfrentados por la compensación, y han fracasado múltiples intentos de mediación.</p><p>Robert F. Mujica Jr., director general de la junta, afirmó que “Puerto Rico debe poder cerrar este último capítulo de su crisis fiscal y avanzar”.</p><p>Subrayó que reestructurar la deuda de la compañía “es esencial para la recuperación de Puerto Rico — para contar con electricidad confiable y asequible, y con la nueva inversión que sus residentes y empresas merecen”.</p><p>La junta reconoció que aún no ha identificado la fuente para financiar el acuerdo propuesto.</p><p>A algunos les preocupa que los fondos puedan provenir de un aumento en las facturas de electricidad, que ya se encuentran entre las más altas de cualquier jurisdicción de Estados Unidos, mientras persisten los apagones crónicos.</p><p>La junta señaló que los acuerdos previos alcanzados con varios acreedores y algunos tenedores de bonos en el caso de la compañía eléctrica siguen vigentes.</p><p>La junta indicó que, en general, ha completado 12 reestructuraciones de deuda para el gobierno de Puerto Rico, eliminando más de 55.000 millones de dólares en pagos de deuda a lo largo de 40 años.</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/HSZV2XSISLMZL3QGA7HRYLDRZY.jpg?auth=0af71ea84b1684f8b55ee92be65019f05651cc84fea0f05f71cb7db67e06ca13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Una bandera puertorriqueña ondea frente al edificio del Capitolio en San Juan, Puerto Rico, el 29 de julio de 2015. (Foto AP/Ricardo Arduengo, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Arduengo</media:credit></media:content></item><item><title><![CDATA[Inter Miami, Marlins, Dolphins join relief efforts to help Venezuela earthquake victims]]></title><link>https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[South Florida professional sports teams are stepping up to help communities in Venezuela after two back-to-back earthquakes recently left nearly 1,500 people dead and thousands more impacted.]]></description><pubDate>Tue, 30 Jun 2026 18:33:11 +0000</pubDate><content:encoded><![CDATA[<p>South Florida professional sports teams are stepping up to help communities in Venezuela after back-to-back powerful earthquakes last week left nearly 1,500 people dead and thousands more impacted</p><p><b>INTER MIAMI</b></p><p>The Inter Miami CF Foundation, in partnership with the city of Doral and <a href="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/" target="_self" rel="" title="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/">Global Empowerment Mission</a>, is collecting essential relief supplies for victims through a donation drive at Nu Stadium on Wednesday. </p><p><a href="https://www.local10.com/espanol/2026/06/30/inter-miami-marlins-y-dolphins-se-unen-a-esfuerzos-de-ayuda-para-victimas-del-terremoto-en-venezuela/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/inter-miami-marlins-y-dolphins-se-unen-a-esfuerzos-de-ayuda-para-victimas-del-terremoto-en-venezuela/">Leer en español</a></p><p>Event organizers say the drive-through event will run from 9 a.m. to 7 p.m. People donating are asked to stay in their vehicles and allow volunteers to unload supplies.</p><p>Several public figures are expected to support the effort, including Jess Judith, Lele Pons, Jay Wheeler, Zhamira Zambrano, Mau Montaner and Ricky Montaner.</p><p>Donations can be dropped off at Nu Stadium, located at 1000 Stadium Drive in Miami. Attendees should follow signs to the Inter Miami CF Team Store.</p><p>Organizers are asking for essential items including canned food, bottled water, hygiene products, baby supplies, pet supplies and new emergency items such as blankets, tents, sleeping bags, flashlights, batteries and first aid kits.</p><p>Additional donation opportunities will be available through Friday at Inter Miami locations in Miami and Fort Lauderdale.</p><p><b>MIAMI MARLINS</b></p><p>The Miami Marlins are also joining relief efforts during their July 7-9 homestand against the Seattle Mariners at loanDepot park.</p><p>Fans will have several ways to help, including donating requested relief items at collection boxes located at the Home Plate Entrance.</p><p>The Marlins are also offering fans a chance to purchase $5 tickets through <a href="https://www.mlb.com/marlins/tickets/offers/venezuela-earthquake-relief" target="_self" rel="" title="https://www.mlb.com/marlins/tickets/offers/venezuela-earthquake-relief">Marlins.com/WeLoveVenezuela</a> by bringing a requested donation item to the game. For every qualifying ticket purchased, the team will make a $5 donation to the We Love Venezuela Foundation.</p><p>The Marlins’ 50/50 Raffle proceeds from all three games will also benefit the foundation.</p><p>The organization has committed $100,000 to Global Empowerment Mission, with corporate partners including loanDepot, Goya Foods, neaū water and Kellanova also contributing monetary and in-kind donations.</p><p>Both teams are encouraging South Florida residents to come together and support relief efforts for those affected by the earthquakes.</p><p><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes//" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/\">Click here</a> to view the drop-off locations across South Florida that are collecting goods and supplies for earthquake victims.</p><p><b>MIAMI DOLPHINS</b></p><p>The Miami Dolphins Foundation also donated $100,000 to assist with relief efforts following the deadly earthquakes in Venezuela.</p><a class="tw<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/5F6FOYBIOFAXRINO5DSYFUESYQ.jpg?auth=835505464d4e2105953344a5ddda586e79d609fb48257afef3a3640c21797c85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump revive política desacreditada para sofocar incendios rápidamente]]></title><link>https://www.local10.com/espanol/2026/06/30/trump-revive-politica-desacreditada-para-sofocar-incendios-rapidamente/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/trump-revive-politica-desacreditada-para-sofocar-incendios-rapidamente/</guid><dc:creator><![CDATA[Por MARTHA BELLISLE y MATTHEW BROWN, Associated Press]]></dc:creator><description><![CDATA[Las muertes de tres bomberos del gobierno de Estados Unidos en un incendio forestal en Colorado han puesto el foco en la creación, por parte del gobierno del presidente Donald Trump, de un nuevo servicio federal de incendios y en su reactivación de una política previamente desacreditada para sofocar rápidamente todos los incendios forestales.]]></description><pubDate>Tue, 30 Jun 2026 19:43:57 +0000</pubDate><content:encoded><![CDATA[<p>Las muertes de tres bomberos del gobierno de Estados Unidos en un incendio forestal en Colorado han puesto el foco en la creación, por parte del gobierno del presidente Donald Trump, de un nuevo servicio federal de incendios y en su reactivación de una política previamente desacreditada para sofocar rápidamente todos los incendios forestales.</p><p>Uno de los bomberos fallecidos trabajaba para el Servicio de Incendios Forestales de Estados Unidos, creado este año sin la habitual aprobación del Congreso al reasignar personal de cuatro agencias del Departamento del Interior. Las víctimas eran miembros de un equipo de élite, especializado en el uso de helicópteros, que quedó atrapado el sábado en un incendio forestal de rápido crecimiento cerca de la frontera con Utah mientras combatían el fuego desde tierra.</p><p>Las autoridades señalan que los fallecidos formaban parte de un grupo de cinco bomberos que intentaron protegerse desplegando refugios de emergencia tipo tienda de campaña cuando las llamas sobrepasaron su posición. Dos sobrevivientes fueron hospitalizados con lesiones por quemaduras.</p><p>La consolidación de miles de efectivos en el servicio de incendios ha sembrado confusión entre algunos bomberos sobre quiénes son sus jefes y cuáles deberían ser sus responsabilidades, según exfuncionarios del gobierno.</p><p>Y el énfasis del gobierno en la “supresión total” de nuevos incendios marca un giro brusco respecto de una tendencia de décadas hacia aceptar las llamas como una herramienta para quemar vegetación vieja y crecimiento acumulado que actúa como combustible y reducir el riesgo de incendios catastróficos avivados por el calentamiento del planeta.</p><p>Los cambios benefician a las empresas privadas de aviación contra incendios, que son clave para atacar los siniestros con rapidez.</p><p>Las autoridades federales no han divulgado detalles sobre las circunstancias previas a las muertes ocurridas el fin de semana, como el objetivo de los bomberos en el lugar donde fueron superados por el fuego.</p><p>“La cuestión es: ¿por qué estaban atacando ese incendio en primer lugar?, preguntó Timothy Ingalsbee, exbombero federal y cofundador del grupo de defensa Firefighters United For Safety, Ethics and Ecology. “¿Qué era lo que realmente estaba en riesgo? Si era un montón de arbustos en cimas remotas, ¿cuál era el riesgo real que justificaba poner a esos bomberos en peligro?”</p><p>98% de los incendios se extinguen</p><p>Los incendios forestales iniciaron durante la última semana en todo el Oeste tras meses de clima seco y una falta récord de nieve en algunos lugares.</p><p>Al actuar bajo una orden del secretario del Interior, Doug Burgum, el Servicio de Incendios Forestales utilizará la supresión total “para cada incendio forestal bajo su gestión”, indicaron autoridades federales en un comunicado enviado a The Associated Press.</p><p>“Cualquier incendio forestal que represente una amenaza para la vida, la propiedad, la infraestructura o el medio ambiente debe extinguirse lo más rápido posible”, se indica en el comunicado. “Nuestros experimentados responsables de manejo de incendios conservan la autoridad para seleccionar las tácticas más seguras y eficaces según las condiciones en el terreno”.</p><p>Pero los críticos sostienen que el gobierno intenta arreglar algo que no está roto: las cuatro agencias de las que se extrajo a los bomberos —la Oficina de Administración de Tierras, el Servicio Federal de Pesca y Vida Silvestre, la Oficina de Asuntos Indígenas y el Servicio de Parques Nacionales— logran extinguir el 98% de los incendios que atienden, según sus antecedentes.</p><p>La nueva agencia y la política no eliminarán los incendios forestales catastróficos que ocurren debido a bosques densos a los que la gente se muda cada vez más y al clima extremo causado por el cambio climático, señaló Steve Ellis, quien se jubiló como subdirector de la Oficina de Administración de Tierras y preside la Asociación Nacional de Jubilados del Servicio Forestal. Los administradores de tierras deben ser parte de la solución, agregó.</p><p>“Separar la gestión forestal y a los gestores forestales de la supresión de incendios hará que el combate de incendios sea menos seguro y pondrá a las comunidades en mayor riesgo”, advirtió.</p><p>Los otros dos bomberos forestales muertos en Colorado trabajaban para el Servicio Forestal del Departamento de Agricultura, que atiende la mayoría de los incendios forestales en Estados Unidos y que también opera bajo una política de supresión total. Trump había querido que la nueva agencia incluyera a los bomberos del Servicio Forestal, pero el Congreso bloqueó esa parte del plan.</p><p>Las empresas de aviación contra incendios impulsaron la consolidación</p><p>En el gobierno de Trump, las autoridades federales han incorporado aeronaves con mayor rapidez una vez que se inician los incendios, indicó Austin Moeller, analista aeroespacial sénior del grupo Canaccord Genuity, una firma de inversión.</p><p>“Cualquiera que tenga un avión cisterna se beneficia de esta actividad de contratación más agresiva”, explicó Moeller.</p><p>Uno de los beneficiarios principales es Bridger Aerospace, una empresa con sede en Montana fundada por el senador de Estados Unidos Tim Sheehy. Antes de su elección en 2024, Sheehy contrató cabilderos en un intento fallido de persuadir a la Asamblea Legislativa de Montana para crear un servicio estatal de incendios análogo al que acaba de crearse a nivel federal. Un mes después de asumir el cargo federal, propuso un proyecto de ley para convertir en norma la consolidación de los bomberos federales en una sola agencia.</p><p>Sheehy se apartó de su empresa durante la campaña de 2024 y colocó sus activos de Bridger en un fideicomiso confidencial, señaló el portavoz de Sheehy, Tate Mitchell.</p><p>Mitchell afirmó que Trump estuvo detrás de la idea de crear una nueva agencia de incendios, pero que Sheehy la respalda.</p><p>“Una de las principales prioridades del senador Sheehy en el Senado es usar su experiencia para detener los incendios catastróficos que destruyen comunidades estadounidenses y no se disculpará por ello”, sostuvo Mitchell.</p><p>Bridger se describe como una de las principales empresas de combate aéreo de incendios del país. Su director general, Sam Davis, ha dicho que la flota de aviones Super Scooper de la compañía, sus aeronaves de vigilancia y su tecnología de observación de incendios la colocan en una posición “única” para responder al renovado énfasis en atacar los incendios para sofocarlos.</p><p>La nueva política de supresión total se remonta a décadas atrás</p><p>Las aeronaves ayudarán a la nueva política de supresión total del gobierno, que evoca una norma de 1935 conocida como la regla de las 10 a. m. porque exigía a las agencias que apagaran los nuevos incendios antes de las 10 de la mañana del día siguiente.</p><p>Michael Dudley, exdirector de incendios, aviación y gestión aérea del Servicio Forestal, señaló que esa política antigua es la razón por la que los bosques hoy están demasiado densos.</p><p>Los incendios forestales cumplen una función: eliminan material pequeño y muerto. Pero, según explicó, las autoridades se volvieron tan eficaces apagando incendios que los bosques siguieron creciendo y se acumuló más combustible; por eso, cuando ahora se produce un incendio, es fácil que se salga de control.</p><p>Científicos que estudian los incendios forestales afirman que intentar detener todos los incendios es irrealista, ya que algunos de los siniestros más destructivos de los últimos años han eludido los esfuerzos por apagarlos. Algunos incendios simplemente crecen demasiado rápido, están demasiado lejos, o son resultado de múltiples focos de ignición, lo que los hace imposibles de detener.</p><p>“La narrativa de que si simplemente nos esforzamos más vamos a hacer que estos incendios desaparezcan no es cierta”, señaló David Calkin, exinvestigador del Servicio Forestal sobre incendios forestales. “La paradoja del fuego no se puede vencer: cuanto más haces que el fuego desaparezca, más combustible se acumula. Cuanto más combustible se acumula, más difícil es hacer que los incendios desaparezcan”.</p><p>La nueva agencia necesita ajustes, dicen bomberos</p><p>Los bomberos de la agencia consolidada trabajan bajo el recién nombrado jefe del Servicio de Incendios Forestales, Brian Fennessy, quien se desempeñó como jefe de la Autoridad de Bomberos del Condado de Orange, en California, desde 2018.</p><p>“Hay un nivel de confusión mientras todos intentan ordenar responsabilidades y quién está al mando y a quién le reportas”, señaló Dudley.</p><p>Un portavoz del Departamento del Interior indicó que Fennessy era muy respetado y contaba con décadas de experiencia, incluida la gestión de algunos de los desafíos de incendios más complejos del país en el densamente poblado sur de California.</p><p>Luke Mayfield, fundador del grupo Grassroots Wildland Firefighters, dijo que, en su opinión, la consolidación servirá mejor a los bomberos, pero que aún queda un importante trabajo para que la nueva agencia funcione plenamente.</p><p>“Todos eran conscientes del potencial de combustible y de las condiciones de incendio que enfrentamos esta temporada”, expresó Mayfield. “Esas condiciones están apareciendo y han producido muertes de bomberos, con condiciones meteorológicas que no van a ceder en el futuro cercano”.</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/GBU5BO26ME7PEXLHTSKCKIT2TA.jpg?auth=2f494ca5dfe93abb41ad2c7e02acf01d17f9eedc7b8343b698033516fb86b1f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varios bomberos se reúnen mientras el incendio Cottonwood arde cerca de Beaver, Utah, el sábado 27 de junio de 2026. (AP Foto/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Harvard professor with polarizing alien theories is picked to lead new White House UFO council]]></title><link>https://www.local10.com/news/politics/2026/06/30/harvard-professor-with-polarizing-alien-theories-is-picked-to-lead-new-white-house-ufo-council/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/harvard-professor-with-polarizing-alien-theories-is-picked-to-lead-new-white-house-ufo-council/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A polarizing Harvard astronomer known for splashy theories about alien visits has been tapped by the White House to lead a team of outside scientists to study the national security risks posed by UFOs.]]></description><pubDate>Tue, 30 Jun 2026 19:39:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A polarizing Harvard astronomer known for splashy theories about alien visits has been tapped by the White House to lead a team of outside scientists to study the national security risks posed by UFOs.</p><p>Avi Loeb, a cosmologist who studied black holes and served as head of Harvard’s astronomy department until 2020, was recently appointed to helm a new scientific advisory council tasked with investigating the origins of mysterious orbs and other objects reported by military personnel in recent years. It's part of President Donald Trump's push to declassify more information about the issue.</p><p>Loeb's team will report to a new White House panel focused on UFOs, now often referred to as unidentified anomalous phenomena, or UAP.</p><p>“It’s like a detective story,” Loeb said in an interview. “It’s a lot of fun, as long as you don’t pay too much attention to the critics.”</p><p>For the last decade, Loeb has been scanning the skies and seas for evidence of intelligent alien life. He began the quest in 2017 as scientists puzzled over an interstellar object soaring by Earth. While others proposed it was a comet or ice chunk, Loeb said it could be a thin “light sail” detached from an alien spacecraft.</p><p>His theories have won praise in UFO circles but often put him in conflict with academic peers. Other astronomers accuse him of making exotic claims with little evidence. Some chafe at his habit of skipping the peer review process and bringing claims directly to the public.</p><p>Steve Desch, an Arizona State University astrophysicist who has challenged some of Loeb's theories, said Loeb uses flawed methods to reach wild conclusions about alien life — all while shunning a more established branch of science searching for life beyond Earth.</p><p>Loeb's role on the White House panel casts doubt on the entire endeavor, Desch said.</p><p>“I don’t know what’s going to come of this, but we’re not going to get any closer to answering these questions with him in charge,” Desch said.</p><p>The team includes scientists, UFO activists and a billionaire</p><p>Loeb brushes his critics aside, saying they lack the imagination to consider new ideas. He's promising a grounded approach to his work for the White House. As he analyzes UAP, he's starting with the assumption that they're the work of humans, he said, approaching it from a national security perspective.</p><p>Nonetheless, he envisions an outcome where his work could lead to something bigger. If the government invests in better data collection on UAPs, Loeb said, it could settle the alien debate once and for all.</p><p>His hand-picked team includes more than a dozen scientists and UFO activists. Among them is Timothy Gallaudet, a retired rear admiral who has warned about UAP controlled by “nonhuman intelligence,” claiming the United States has recovered crashed aircraft. Also on the team is Ben Lamm, a billionaire working to revive extinct species.</p><p>After its first meeting last month, the team sent a request to the Pentagon asking for more than 50 videos, images and other documents related to known UAP incidents. Loeb's group meets behind closed doors, but he has vowed to brief the public and create a website to share findings.</p><p>“At a time when science is not so much celebrated, this is an opportunity to actually do good for all sides involved,” Loeb said.</p><p>New UAP board created in response to Trump's order for transparency</p><p>Earlier this year, Trump directed his administration to provide more transparency on questions of UFOs and alien life. So far, the Pentagon has released three batches of files ranging from decades-old FBI reports to more recent military videos showing orbs darting or soaring through the sky.</p><p>Trump's directive led to the creation of a UAP Governance Board overseen by the Office of the Director of National Intelligence. The board met for the first time in June, and is supported by Loeb's team and several other advisory groups, the office said.</p><p>It comes as a bipartisan group in Congress pushes the White House to go further, with some Republicans amplifying claims the U.S. is hiding evidence of alien encounters. The White House has encouraged anyone with information to come forward. A Pentagon office that investigates UAP says it has seen no evidence of alien life.</p><p>Loeb said he doesn't buy into cover-up theories. “My impression is the government is baffled by not being able to infer the nature of some of these objects,” he said.</p><p>Before looking for aliens, Loeb studied black holes and galaxies</p><p>Before he became known for his alien theories, Loeb was a respected cosmologist who authored hundreds of papers, specializing in black holes and the birth of galaxies. He served as chair of Harvard's astronomy department for nearly a decade.</p><p>Loeb's career took a turn with his “light sail” theory in 2017, which he presented in a paper and later a book. He went on to found the Galileo Project at Harvard, with a stated mission to search for artifacts from alien civilizations.</p><p>His team drew attention in 2023 when they used magnets to retrieve hundreds of small spheres from the floor of the Pacific Ocean, near the possible site of a 2014 meteor crash. After analyzing the metallic “spherules,” Loeb suggested they came from a distant planet or, alternately, from alien technology.</p><p>Other scholars challenged the claim, saying it was probably volcanic rock or coal ash.</p><p>Sean Kirkpatrick, a physicist who previously investigated UAP at the Pentagon's All-domain Anomaly Resolution Office, said Loeb is “not viewed favorably” in the scientific community and lacks national security experience. He said the makeup of Loeb's team suggests the White House is more interested in fringe theories than hard science.</p><p>The White House did not respond to a request for comment about the criticism.</p><p>Loeb, meanwhile, said he aims to follow the science without distraction. “Let’s keep our eyes on the orbs,” he said, “not the social media.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RW6ABL4MT27CU7IG7ILO4LHG2Y.jpg?auth=91628017e09394aa49d7666622d1515b0aba865c1e7aef8854c7bc22960b2605&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Harvard physicist Avi Loeb, left, listens as former NASA astronaut Dr. Mae C. Jemison speaks during a press conference, April 12, 2016, in New York. (AP Photo/Bebeto Matthews, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bebeto Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EH4IOKNSH54F663UE2TVSKOQZE.jpg?auth=a9b813182b1cee976946f374ffae22be8c57270270b145cd3713ef24565869e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman looks at a UFO display outside of the Little A'Le'Inn, in Rachel, Nev., the closest town to Area 51, July 22, 2019. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SOEFLWAD72HRUXKIC47W6HD23A.jpg?auth=8d70a65adddccde553c9fd7ca8482c0569dd57fc22fe01ea209b7af5049cdaa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A patron passes a painting inside the International UFO Museum and Research Center in Roswell, N.M., on June 10, 1997. (AP Photo/Eric Draper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Draper</media:credit></media:content></item><item><title><![CDATA[BSO: 1 injured, 1 detained following shooting outside North Lauderdale Walmart]]></title><link>https://www.local10.com/news/local/2026/06/30/bso-1-injured-1-detained-following-shooting-outside-north-lauderdale-walmart/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/bso-1-injured-1-detained-following-shooting-outside-north-lauderdale-walmart/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Authorities in Broward County are investigating a shooting.]]></description><pubDate>Tue, 30 Jun 2026 19:23:15 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Broward County are investigating a shooting.</p><p><a href="https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/">Leer en español</a></p><p>It happened Tuesday afternoon in the parking lot of the Walmart located at 7900 W. McNabb Rd. in North Lauderdale.</p><p>According to officials, Broward Sheriff’s Office deputies and North Lauderdale Fire Rescue crews responded after receiving reports of a shooting. </p><p>Upon arrival, deputies said they found a man who had been shot, and that man was rushed by paramedics to a nearby hospital with injuries considered life-threatening. </p><p>Authorities said that one person was detained following the shooting, but no arrests have been made. </p><p>Detectives from BSO’s Violent Crimes Unit are investigating the circumstances that led up to the shooting. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[June to end with the least active hurricane season start since 2019 ]]></title><link>https://www.local10.com/weather/hurricane/2026/06/26/june-to-end-with-the-least-active-hurricane-season-start-since-2014/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/26/june-to-end-with-the-least-active-hurricane-season-start-since-2014/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Despite impactful flooding last week across the central Gulf Coast from the remnants of short-lived Tropical Storm Arthur — rainfall totals topping two feet in some places, bringing rainfall totals since May to nearly 50 inches across parts of southern Louisiana and Mississippi — it’s been largely crickets across the Atlantic since the start of the 2026 Atlantic hurricane season.]]></description><pubDate>Fri, 26 Jun 2026 14:15:48 +0000</pubDate><content:encoded><![CDATA[<p>Despite impactful flooding last week across the central Gulf Coast from the remnants of short-lived Tropical Storm Arthur — rainfall totals topping two feet in some places, bringing <a href="https://x.com/SteveWAFB/status/2069848424279576899?s=20" rel="">rainfall totals since May to nearly 50 inches</a> across parts of southern Louisiana and Mississippi — it’s been largely crickets across the Atlantic since the start of the 2026 Atlantic hurricane season.</p><p><a href="https://www.local10.com/news/local/2026/06/26/junio-terminara-con-el-inicio-de-temporada-de-huracanes-menos-activo-desde-2014/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/junio-terminara-con-el-inicio-de-temporada-de-huracanes-menos-activo-desde-2014/">Leer en español</a></p><p>Overall tropical activity from the Gulf and Caribbean to the wider Atlantic is the lowest to-date in seven years.</p><figure><img src="https://www.local10.com/resizer/v2/S65PSAVGJFCNLHSAKYC2SOE5ZY.png?auth=27fb636084d004e8e5bb734b4468c528d86a0c27d796347d5596e9d6f8a11130&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Of course, even though we’re already through about 16% of the hurricane season based on the calendar, historically 98% of tropical activity occurs after June. </p><p>And as we’ve discussed extensively in newsletters in previous seasons, early season activity (either high or low) isn’t a meaningful predictor for what could happen later in the season. </p><p>Only once we get into late July and August does activity to-date start to provide any meaningful clues about what the peak months of the season could hold.</p><p>Nevertheless, the paltry start to the Atlantic hurricane season is in line with what we would expect with a much earlier arriving and historically strong El Niño across the eastern Pacific. </p><p>The subtropical jet stream has been relentless through the tropical belt of the Atlantic this month — including into parts of the Gulf and Caribbean — and will continue to be the case for the foreseeable future.</p><p><b>Watching off the southeast to start July</b></p><p>As we detailed in <a href="https://www.local10.com/weather/hurricane/2026/06/25/watching-for-home-brews-to-start-july/" target="_self" rel="" title="https://www.local10.com/weather/hurricane/2026/06/25/watching-for-home-brews-to-start-july/">Thursday’s newsletter</a>, some of our forecast models – namely Google’s machine learning-based DeepMind hurricane model – are hinting at a small development window off the southeastern U.S. for the middle part of next week.</p><figure><img src="https://www.local10.com/resizer/v2/55N6XWZKRJALFIKWUX36GGK6W4.png?auth=0fe05c8d73fa576a3711be4b35ad47eb6690114b405187b2023ada70692a5815&smart=true&width=1200&height=900" alt="Cumulative tropical development odds through July 3, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. (Deelan Jariwala)" height="900" width="1200"/><figcaption>Cumulative tropical development odds through July 3, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. (Deelan Jariwala)</figcaption></figure><p>Odds remain low for now (10% or less), but best chances will come from next Tuesday to Thursday if anything tries to spin up.</p><p>The catalyst for what we’ll be watching next week will be a dying front draped over the warm waters off the southeast U.S. </p><p>Some models are hinting at a Mesoscale Convective System or MCS — a large cluster of thunderstorms — forming inland, diving off the coast, and getting tangled up on the frontal boundary, which could promote some development.</p><p>We won’t know the exact details for a few days, but regardless the odds are low enough that NHC hasn’t added it to its outlook just yet. Given lighter upper-level winds east of Florida along with near-record warmth in the waters for the time of year, it’s worth monitoring the trends.</p><p>Interestingly, a similar setup (old front with an embedded MCS) is what spawned Hurricane Arthur in 2014, a similarly slow-starting season as 2026.</p><p>Even the handful of models that do suggest development don’t point to significant development or a strong system, however, so for now it’s not anything to worry about.</p><p>In the meantime, enjoy the quiet weekend and quiet end to June.</p><p>Editor’s note: The original version of this article incorrectly stated that it’s been the least active start to the Atlantic hurricane season since 2014. Through June 26 (the original publication date), the Atlantic hurricane season had recorded its least active start since 2019.</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/7CVSA4SPARCH7AAFBOGCNTYKXM.jpg?auth=5c8fdac9115e5662c8943732b3ed179959c268e4fe0826bf94bbf3b9d713ade3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[BSO: Una persona herida y otra detenida tras balacera frente a Walmart de North Lauderdale ]]></title><link>https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Las autoridades del condado Broward investigan balacera a la que  respondieron tras recibir reportes.]]></description><pubDate>Tue, 30 Jun 2026 19:34:00 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades del condado Broward investigan una balacera.</p><p>El incidente ocurrió la tarde del martes en el estacionamiento del Walmart ubicado en el 7900 de West McNabb Road, en North Lauderdale.</p><p>Según las autoridades, agentes de la Oficina del Sheriff de Broward (BSO) y equipos de North Lauderdale Fire Rescue respondieron tras recibir reportes de una balacera.</p><p>Al llegar al lugar, los agentes encontraron a un hombre que había recibido un disparo. Paramédicos lo trasladaron de urgencia a un hospital cercano con heridas consideradas de riesgo para su vida.</p><p>Las autoridades informaron que una persona fue retenida tras la balacera, pero hasta el momento no se han realizado arrestos.</p><p>Detectives de la Unidad de Crímenes Violentos de la BSO investigan las circunstancias que llevaron a la balacera.</p>]]></content:encoded></item><item><title><![CDATA[Uruguay asume la presidencia del Mercosur con el desafío de hacerlo más abierto al mundo]]></title><link>https://www.local10.com/espanol/2026/06/30/uruguay-asume-la-presidencia-del-mercosur-con-el-desafio-de-hacerlo-mas-abierto-al-mundo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/uruguay-asume-la-presidencia-del-mercosur-con-el-desafio-de-hacerlo-mas-abierto-al-mundo/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Uruguay asumió el martes la presidencia temporal del Mercosur con el desafío de impulsar un bloque sudamericano más abierto a partir de la concreción de acuerdos económicos y comerciales con terceros países como Japón.]]></description><pubDate>Tue, 30 Jun 2026 19:32:11 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Uruguay asumió el martes la presidencia temporal del Mercosur con el desafío de impulsar un bloque sudamericano más abierto a partir de la concreción de acuerdos económicos y comerciales con terceros países como Japón.</p><p>El presidente uruguayo Yamandú Orsi remarcó la intención de que el bloque sea “más moderno, más dinámico" y orientado a generar resultados “concretos” para la ciudadanía, al recibir la presidencia durante el próximo semestre de manos de su colega paraguayo Santiago Peña, anfitrión de la Cumbre del Mercosur que se celebró en la localidad de Luque, en las afueras de Asunción.</p><p>Al encuentro asistieron además los mandatarios de Bolivia, Rodrigo Paz; de Brasil, Luiz Inácio Lula da Silva; de Chile, José Antonio Kast, y de Ecuador, Daniel Noboa. El argentino Javier Milei no participó y estuvo representado por su canciller.</p><p>Argentina, Brasil, Paraguay y Uruguay fueron los miembros fundadores del Mercosur en 1991, mientras Bolivia es miembro desde 2024 y cuenta con un plazo de cuatro años para adoptar la normativa del bloque. Chile y Ecuador son Estados asociados.</p><p>En la cumbre estuvieron además otros Estados asociados —como Panamá— y Trinidad y Tobago, aspirante a ese estatus que permite una mayor cooperación económica, entre otras ventajas.</p><p>Orsi señaló que los acuerdos comerciales adquieren verdadero sentido cuando se traducen en crecimiento económico, inversiones y empleo. Señaló además que los objetivos del Mercosur serán la integración fronteriza y la seguridad regional.</p><p>En una declaración difundida al término del encuentro, Argentina, Brasil, Paraguay y Uruguay resaltaron el lanzamiento de las negociaciones para un acuerdo entre el Mercosur y Japón, que se encuentra entre los 10 principales socios comerciales del bloque. El intercambio comercial entre ambas partes fue de 13.700 millones de dólares en 2025.</p><p>El pacto permitirá una zona de libre comercio de aproximadamente 400 millones de personas, así como ampliar el acceso a los mercados de bienes agrícolas y no agrícolas, la cooperación y las inversiones recíprocas, señalaron.</p><p>Mercosur negocia además acuerdos de libre comercio con Emiratos Árabes Unidos y Canadá, así como uno de preferencias arancelarias con Vietnam.</p><p>A principios de año el Mercosur concretó con la Unión Europea un acuerdo comercial que entró en vigor de forma provisional en mayo, creando la zona de libre comercio más grande del mundo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OQTAPXTYS3VVRJCSQV52DSOUQA.jpg?auth=376581d861221800184e85e707b47a471406e093b3beb6d8a10557076fe52969&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Paraguay, Santiago Peña, izquierda, da la bienvenida al presidente de Uruguay, Yamandú Orsi, durante la Cumbre del Mercosur en Asunción, Paraguay, el martes 30 de junio de 2026. (AP Foto/Jorge Saenz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content></item><item><title><![CDATA[Monterrey turns into a sea of Mexico green, even without El Tri on the field]]></title><link>https://www.local10.com/sports/2026/06/30/monterrey-turns-into-a-sea-of-mexico-green-even-without-el-tri-on-the-field/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/monterrey-turns-into-a-sea-of-mexico-green-even-without-el-tri-on-the-field/</guid><dc:creator><![CDATA[By MAYA KOLUDER-RAMIREZ and ETHAN WILCOX, Associated Press]]></dc:creator><description><![CDATA[MONTERREY, Mexico (AP) — Those watching the World Cup on television may have noticed large patches of fans wearing Mexico's jersey in Monterrey, even though El Tri doesn’t play in the city.]]></description><pubDate>Tue, 30 Jun 2026 19:30:12 +0000</pubDate><content:encoded><![CDATA[<p>MONTERREY, Mexico (AP) — Those watching the World Cup on television may have noticed large patches of fans wearing Mexico's jersey in Monterrey, even though El Tri doesn’t play in the city.</p><p>Located in the state of Nuevo León, Monterrey is the only Mexican host city not to feature the country's national team — but this hasn’t stopped swaths of fans from wearing dark green and enjoying the World Cup spectacle in their hometown.</p><p>“It’s a good deal for the country and also for the city,” said Manuel Pérez, a resident of Monterrey who attended the round of 32 game between Netherlands and Morocco on Monday. “We are all together in this special moment."</p><p>No matter who is playing at Estadio BBVA, Mexican fans control the atmosphere through their various chants.</p><p>“It’s part of a culture, and we support each and every team that comes here,” said Sebastian Roa, a fan who traveled from Guadalajara.</p><p>During the match between the Netherlands and Morocco, Mexican fans could be heard throughout the stadium chanting “no era penal” (it wasn't a penalty) and “Mexico.”</p><p>The phrase “no era penal” was coined at the 2014 World Cup, during Mexico’s round of 16 match against the Netherlands.</p><p>In that game, the Netherlands earned a penalty in stoppage time when the referee deemed that Dutch winger Arjen Robben was clipped in the box by Mexico’s Rafael Márquez. The penalty was converted by Klaas-Jan Huntelaar, eliminating Mexico. However, many Mexican fans are convinced that Robben dived and a penalty should not have been awarded.</p><p>Within the first 10 minutes of the match on Monday, which was also the anniversary of that game, the Mexican fans reminded the world of their 12-year grudge against the Oranje.</p><p>Morocco coach impressed by Monterrey fans</p><p>While local fans in the United States and Canada have also attended other nations’ matches, the Mexican fans have taken complete initiative in showcasing their country.</p><p>Their dedication toward the sport has not gone unnoticed by visiting teams.</p><p>“I’ve always said that the 1986 (World Cup in Mexico) made me fall in love with the sport,” Morocco head coach Mohamed Ouahbi said. “I want to say that hopefully at the next World Cup — when it’s played in Morocco — I think (the Moroccan people) want to have Mexican fans and make them feel at home.”</p><p>The 2030 World Cup will be co-hosted by Spain, Portugal and Morocco.</p><p>In addition to the round of 32, Monterrey featured five teams in the three group stage games it hosted: Sweden, Tunisia, Japan, South Korea and South Africa.</p><p>While some sets of fans were larger than others, like Japan and South Korea, there was never a game that lacked Mexican green in the crowd.</p><p>“We love watching every game,” Roa said. “Even if it’s (other teams) like Cabo Verde or Uzbekistan, you’re gonna see us.”</p><p>In Guadalajara, South Korea’s opening day win against Czech Republic was headlined by empty seats, which FIFA blamed on several fans watching the game from the stadium concourses. But Monterrey’s Estadio BBVA featured sell-out crowds of 51,243 fans in three of its four matches.</p><p>“I didn’t go to (a game in Guadalajara) because the prices were crazy high,” Roa said. “But I managed to get a ticket here.</p><p>Mexico became the first nation to host three World Cups: 1970, 1986 and 2026. But for many locals it’s the first time they’ve seen the tournament in-person.</p><p>“It’s a special moment to come to the World Cup and enjoy the match,” said Alejandro Cuellar, who attended Sweden vs. Tunisia with his brother. “We don’t know when it’s going to be here again.”</p><p>The craving for international soccer in Monterrey is not reserved only for the World Cup.</p><p>A state of the art stadium</p><p>Monterrey has drawn high attendance numbers in other international matches. Estadio BBVA held over 49,000 spectators in the inter-confederation playoff between Iraq and Bolivia.</p><p>Estadio BBVA, which was built in 2015, is considered to be one of the most modern in Mexico. Those sitting in the northwestern section of the stadium get a perfect view of a nearby mountain called “El Cerro de la Silla,” which is one of the biggest attractions for foreigners visiting the stadium.</p><p>“We already know the type of stadium that we have,” Pérez said. “It’s so beautiful to know that many people are (starting to know) this big stadium worldwide.”</p><p>Estadio BBVA regularly hosts Liga MX games as the home ground for Rayados. But the atmosphere at the World Cup is completely different.</p><p>“It’s another whole new level because here you have international people,” Roa said. “It’s pretty exciting for all of us Mexicans, because we breathe soccer and we love partying. So it’s two things combined that we just love.” __</p><p>Maya Koluder-Ramirez and Ethan Wilcox are students in the University of Georgia’s Carmical Sports Media Institute.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5QMJ4T2B3ZKP5WM3DQOP72THJI.jpg?auth=ef4bae31d66d31fe5ac0f5708e10475fa15d2585322e82c1adc3a514dde247de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer fans cheer during the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Dolores Ochoa)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FNVL36VY3BAV3KJE75HIZSDO2U.jpg?auth=49459305686628e711aff92f72bef4c4cdfabe102822855ce6c9c8f7088f93e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands fans look on during the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Dolores Ochoa)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content></item><item><title><![CDATA[Scheffler and McIlroy looking for another moment to stand out in a year of parity on PGA Tour]]></title><link>https://www.local10.com/sports/2026/06/30/scheffler-and-mcilroy-looking-for-another-moment-to-stand-out-in-a-year-of-parity-on-pga-tour/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/scheffler-and-mcilroy-looking-for-another-moment-to-stand-out-in-a-year-of-parity-on-pga-tour/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[CROMWELL, Conn. (AP) — The year is at the halfway point. The PGA Tour season is not.]]></description><pubDate>Tue, 30 Jun 2026 19:25:10 +0000</pubDate><content:encoded><![CDATA[<p>CROMWELL, Conn. (AP) — The year is at the halfway point. The PGA Tour season is not.</p><p>Two months, and only one major, are all that remain for the PGA Tour in 2026 to find some definition. There have been good tournaments, great finishes, redemptions and breakthroughs, and Scottie Scheffler as steady as he has always been.</p><p>It's just that no one has stood out this year.</p><p>Rory McIlroy became only the fourth back-to-back Masters champion, and the first since Tiger Woods in 2002. It was an example of how much freedom he felt from finally having the green jacket and the career Grand Slam. But that's his only win this year, and except for a late rally at Riviera, he really hasn't come close.</p><p>The eight signature events were won by eight players, no different from last year when seven players won the seven $20 million tournaments. But a year ago, all seven winners were among the top 25 in the world when they won. This year that applied to only three winners — Collin Morikawa (19) at Pebble Beach, Matt Fitzpatrick (7) at Hilton Head and Cameron Young (4) at Doral.</p><p>It also is not unusual to start a season with three different major champions — that's been the case each of the past 11 years. But it's the first time since 2010 that two of the three major champions were not among the top 30 when they won.</p><p>Aaron Rai was at No. 44 when he captured his first major at the PGA Championship, and Wyndham Clark was at No. 34 when he won at Shinnecock Hills for his second U.S. Open title.</p><p>(This requires an asterisk because Brooks Koepka was No. 44 when he won the 2023 PGA Championship. He was No. 19 when he left for LIV, and his two wins came with no ranking points).</p><p>There were two multiple winners of individual tournaments last year at this point — Scheffler and McIlroy. There are four this year with Clark, Young, Fitzpatrick and Chris Gotterup.</p><p>The last two months, highlighted by the final major at the British Open and three FedEx Cup playoff events, should go a long way toward shaping the season. Scheffler and Xander Schauffele won the British Open each of the past two years, and it was their second major of the season.</p><p>Even in a game that moves slowly, outlooks can change quickly.</p><p>Scheffler looks about the same minus the trophies</p><p>Scheffler began his year with a four-shot victory in The American Express. Thirteen tournaments later, he still only has one victory.</p><p>He still leads the PGA Tour in overall strokes gained and tee-to-green, though his numbers are down from a year ago. Scheffler has nine finishes in the top 5 in his 14 starts. His playoff loss to Viktor Hovland at The Travelers Championship was his fourth runner-up of the year.</p><p>Take only the money from those four runner-up finishes — $8.9 million — and that would rank him at No. 4 on the PGA Tour money list. He hasn't been as sharp at times. He had a bad habit of giving the field too much of a head start. But he doesn't appear to be going anywhere.</p><p>The other Fitzpatrick seizes on the opportunity</p><p>Fitzpatrick leads the PGA Tour in victories this season with three because one of them was Zurich Classic of New Orleans, where he teamed with younger brother Alex to win. That gave Alex Fitzpatrick a two-year exemption, seen at the time as one of the great gifts ever from big brother.</p><p>Instead of flying to Turkey for the next European tour event, Alex Fitzpatrick headed to Doral for a signature event. And he got in the next one, and the one after that. He went from that supposed “gift card” to registering four top 10s in the signature events against the strongest fields.</p><p>His world ranking has gone from No. 140 to No. 62. More importantly, he is at No. 17 in the FedEx Cup and a lock for all the big stuff next year — and all the majors if he reaches the Tour Championship.</p><p>Clark has to be the front-runner for player of the year</p><p>Clark is dangerous when he gets on a heater, and he's on a heater.</p><p>He won his first U.S. Open in 2023 a little over a month after dusting the field at Quail Hollow. He shot 60 to win at Pebble Beach in 2024, then was runner-up two straight weeks to Scheffler at Bay Hill and The Players Championship the following month.</p><p>Clark had another closing 60 to win at The CJ Cup Byron Nelson, followed that with contending late Sunday afternoon in the Memorial and early Sunday afternoon in the Canadian Open, and then he stood down a hostile gallery at Shinnecock to win the U.S. Open. And then running on fumes, he got within two shots of the lead late Sunday at the Travelers and tied for fifth.</p><p>How long will it last? Two more months and it might be enough to end Scheffler's four-year run as PGA Tour player of the year.</p><p>But that depends on Scheffler.</p><p>He is the defending champion at the British Open, and a victory by him or a half-dozen others could be what it takes to bring some clarity to the season.</p><p>___</p><p>On The Fringe analyzes the biggest topics in golf during the season. AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RNSYISRJITX7CXDGOM3F3DSL5A.jpg?auth=beb5d5c318082c76c8a93bc51e043f2291450c12ec86f486b77233e51dc2c56e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler tees off the first playoff hole of the Travelers Championship golf tournament at TPC River Highlands, Monday, June 29, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BM72EFQEHWTF4II3IS2OLHDRI4.jpg?auth=3637adc6ceb2f922ea3edd1d81ccff907dff59a93dd36cad5f9d9ae8cfca6940&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler misses his put on the first playoff hole of the Travelers Championship golf tournament at TPC River Highlands, Monday, June 29, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LW6ANBOEUZWZ7N5TXQVS24LA3U.jpg?auth=c3c5cf8374d52a9c02510301f2b6547f1aec045d4c0cbcabc7e48be248a2eac2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, hits his tee shot on the second hole during the third round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Saturday, June 20, 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/HD2ZBNXGT2SQVAE5R5JMG6HIGY.jpg?auth=c6bba6aa9a2539f61abd2b8f4cc87ed8da6647afc70c0148ca58b6225508c487&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/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/AKHKXZCZTCQBMFJZEMOH4EUFK4.jpg?auth=0abf1a2383f16ab03ff490ed548422eaa6499adca4f6f5e17cc6d1b436f9d44d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex Fitzpatrick, of England, chips to the green 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[Report: Disruption of Mideast energy supplies into next year would slam global economy]]></title><link>https://www.local10.com/business/2026/06/03/report-disruption-of-mideast-energy-supplies-into-next-year-would-slam-global-economy/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/report-disruption-of-mideast-energy-supplies-into-next-year-would-slam-global-economy/</guid><dc:creator><![CDATA[By DAVID McHUGH, Associated Press]]></dc:creator><description><![CDATA[FRANKFURT, Germany (AP) — Prolonged disruption of energy supplies from the Middle East due to the Iran war would deal a severe blow to the global economy, sending some countries into recession and spreading inflation and higher unemployment, the Organization for Economic Cooperation and Development said in a report Wednesday.]]></description><pubDate>Wed, 03 Jun 2026 13:14:23 +0000</pubDate><content:encoded><![CDATA[<p>FRANKFURT, Germany (AP) — Prolonged disruption of energy supplies from the Middle East due to the Iran war would deal a severe blow to the global economy, sending some countries into recession and spreading inflation and higher unemployment, the Organization for Economic Cooperation and Development said in a report Wednesday.</p><p>Hardest hit would be Asian economies that depend on crude oil, fuel and natural gas from the Persian Gulf, supplies that have been largely choked off by the closure of the Strait of Hormuz due to the risk of Iranian attack. And poorer countries where people spend more of their incomes on fuel and food would also be severely affected, the OECD said.</p><p>But the consequences of sharply higher energy prices and inflation would be felt around the world. Global growth would slump to levels not seen except for major setbacks like the COVID-19 pandemic and the global financial crisis and recession of the late 2000s. Under the OECD’s prolonged disruption scenario, global growth slows from 3.4% last year to 2.1% this year and 1.8% in 2027, potentially pushing some economies into or close to recession.</p><p>Under a different OECD scenario for a time-limited disruption, in which energy production and shipments from the Gulf start to return to pre-war levels in the middle of this year, growth would slow to 2.8% this year and rebound to 3.1% next year.</p><p>“The global economy entered 2026 with robust momentum, but the outlook has weakened significantly since the start of the conflict in the Middle East, with effects likely to be felt for some time,” OECD Secretary-General Mathias Cormann said. “The longer the disruptions last, the larger the economic and social costs become.”</p><p>Cormann warned that government spending aimed at relieving energy costs needed to be aimed at those most in need and temporary, to avoid running up excess government debt and preserving incentives to save energy.</p><p>Despite repeated outbreaks of violence, a declared ceasefire in the war between the US and Iran remains officially in place. The ongoing risk to shipping however means that traffic through the Strait of Hormuz has dwindled to a trickle, down more than 90% compared to before the war. That has disrupted about a fifth of the world’s supplies of crude oil and fuel products as well as of natural gas.</p><p>The OECD report follows a UN study warning that higher energy prices will impact almost billion people in poorer countries and small island states that depend on imported fuel, forcing tradeoffs between covering energy bills and investing in essential public services. More than 30% of people in those countries already live below the extreme poverty line, defined as living on $3 or less a day.</p><p>The OECD is an international intergovernmental organization and policy forum of 38 democracies with market-based economies, headquartered in Paris.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WXFHCYV5WZSNM72HKQD5JTTZGM.jpg?auth=303b948efffa18ad72e655c6228dd8d865ca56b3c2923c7dbca0b240920a326f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand next to a vendor's cart on the beach as cargo ships and offshore service vessels are anchored in the Strait of Hormuz, off Bandar Abbas, Iran, Sunday, May 31, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JF2PJWHIXC5BQWKVNYZBXFNGPM.jpg?auth=06060b31eeb77dcddee5cc8f1db5d46da405d15d0eb8b39c69e4772d34733793&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The logo at the entrance of the Organisation for Economic Co-operation and Development (OECD) headquarters in Paris, France, Wednesday, June 7, 2017. (AP Photo/Francois Mori, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Francois Mori</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PWRV44RQYOWGSRTVTLNB3DFAIA.jpg?auth=fcc311c0504afdffdb6b5c4674aa4b32600c6fe0e6473ca5ff4c2e0f5928c1c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Men walk on the shoreline as people wade in the water in the Strait of Hormuz, where cargo and service vessels are anchored off Bandar Abbas, Iran, Monday, June 1, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content></item><item><title><![CDATA[Hallan muerto a niño de un año dentro de vehículo estacionado frente a guardería en Plantation, según la policía ]]></title><link>https://www.local10.com/news/local/2026/06/29/hallan-a-un-nino-muerto-dentro-de-un-auto-frente-a-escuela-en-plantation/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/hallan-a-un-nino-muerto-dentro-de-un-auto-frente-a-escuela-en-plantation/</guid><dc:creator><![CDATA[Terrell Forney, Jeff  Derderian ]]></dc:creator><description><![CDATA[Un niño fue encontrado sin vida dentro de un vehículo estacionado frente a A World of Discovery Academy en Plantation, y las autoridades aún no han revelado las circunstancias de su muerte.]]></description><pubDate>Tue, 30 Jun 2026 02:38:14 +0000</pubDate><content:encoded><![CDATA[<p>Una investigación por muerte está en curso después de que un niño de un año fue hallado muerto el lunes dentro de un vehículo en el condado Broward, informaron las autoridades.</p><p>La escena policial estaba ubicada frente a A World of Discovery Academy, en el 7025 de Northwest Fourth Street, en Plantation.</p><p>Según la policía, los primeros en responder llegaron tras recibir reportes de un niño fallecido dentro de un vehículo.</p><p>Al llegar, equipos del Departamento de Bomberos de Plantation localizaron el vehículo y declararon al niño sin vida, dijeron autoridades.</p><p>Según los investigadores, al padre del niño le informaron que su hijo había sido marcado como ausente y que nunca había sido dejado en la guardería.</p><p>La policía indicó que el padre abrió la parte trasera de su SUV y encontró a su hijo en el interior.</p><p>Leslie Novoa, propietaria de A World of Discovery Academy, dijo a Jeff Derderian, de Local 10, que el niño provenía de “una familia muy amorosa”.</p><p>“Es una situación devastadora para la familia. Supongo que para los padres que traen a sus hijos a esta escuela, cuando llegaron y vieron todo esto, a los agentes, debió ser realmente preocupante”, dijo Viviana Alarcón, quien trabaja cerca del lugar.</p><p>Una madre cuyos hijos también asisten a la guardería y que pidió no ser identificada dijo a Jeff Derderian, de Local 10, que el niño y su familia están en sus oraciones.</p><p>“Lamento mucho lo ocurrido y no puedo imaginar esa pérdida. Es devastador”, dijo la madre. “Nunca quieres perder a un hijo, y sé que será muy difícil aceptar algo así”.</p><p>Las autoridades no han confirmado información adicional, incluidas las circunstancias que llevaron a la muerte del menor ni si alguien enfrentará cargos.</p><p>“Nunca había escuchado nada malo sobre esa escuela”, dijo Alarcón. “La verdad es que tiene una buena reputación”.</p>]]></content:encoded></item><item><title><![CDATA[Cuban official says talks with the US are at a standstill, announces UN debate on US oil embargo]]></title><link>https://www.local10.com/news/world/2026/06/30/cuban-official-says-talks-with-the-us-are-at-a-standstill-announces-un-debate-on-us-oil-embargo/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/cuban-official-says-talks-with-the-us-are-at-a-standstill-announces-un-debate-on-us-oil-embargo/</guid><dc:creator><![CDATA[By ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[HAVANA (AP) — Talks between Cuba and the U.S. are at a standstill, despite the island recently approving a series of free-market reforms, Cuban Foreign Minister Bruno Rodríguez announced Tuesday.]]></description><pubDate>Tue, 30 Jun 2026 19:03:45 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — Talks between Cuba and the U.S. are at a standstill, despite the island recently approving a series of free-market reforms, Cuban Foreign Minister Bruno Rodríguez announced Tuesday.</p><p>He noted that the newly unveiled reforms were neither mentioned nor discussed in earlier talks between the two nations.</p><p>“The recently announced (measures) are a matter of total and absolute sovereignty,” Rodriguez said. “We have neither listened to nor are we interested in the U.S. government’s opinion on them.”</p><p>But he said it was striking that they “were met with a new package of unilateral coercive measures ... against Cuba.”</p><p>Earlier this month, the U.S. slapped new sanctions on Cuban President Miguel Díaz Canel and other officials, as well as on companies key to the island’s crumbling economy.</p><p>Some of the sanctions were announced after Cuba’s Communist Party and the National Assembly of People’s Power approved 176 economic measures representing the biggest economic shift since the revolution. They align with some of the demands made by the United States, which is pressuring for a change in Cuba’s political and economic model.</p><p>The reforms include more space for private businesses, free hiring of personnel and authorization for private banks and investment by Cubans abroad.</p><p>Rodriguez added that while the conduct of U.S. government officials was “generally respectful” during earlier talks, he said it is accompanied by “constant aggressive statements against Cuba, threats of military aggression, and the imposition of additional coercive measures.”</p><p>The U.S. State Department did not immediately respond to a request for comment.</p><p>Rodríguez made the statements during a press conference in which he announced a July 7 debate at the U.N. General Assembly on the energy embargo imposed by U.S. President Donald Trump in late January.</p><p>“The blockade and the policy of aggression and hostility of the United States government against Cuba are a threat to the existence and well-being of the Cuban people, and to the exercise of their human rights,” Rodríguez said.</p><p>He also denied that Cuba is a threat to the U.S., which he called “a major military and nuclear power.”</p><p>The oil blockade has further paralyzed Cuba’s economy, leading to prolonged blackouts, fuel rationing, internet outages, and the suspension of public transportation and flight cancellations. Basic services such as garbage collection and water delivery have been suspended, and workdays have been reduced.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7A6IOAPVY6DFEQJXKMMK4PDTI.jpg?auth=7227bd9e6003bcb7c8a393515e36a9c8959fe2f9a3435b88154bc62d43c8d395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past graffiti in the colors of the Cuban flag in Havana, Cuba, Wednesday, June 17, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[NPR retracts article incorrectly reporting Justice Alito's retirement, citing 'misunderstanding']]></title><link>https://www.local10.com/news/politics/2026/06/30/npr-retracts-article-incorrectly-reporting-justice-alitos-retirement-citing-misunderstanding/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/npr-retracts-article-incorrectly-reporting-justice-alitos-retirement-citing-misunderstanding/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[National Public Radio on Tuesday reported, then quickly retracted, that Supreme Court Justice Samuel Alito was retiring — a mistake by its veteran court reporter that prompted an apology from the news organization's executive editor and an entire column by its public editor explaining what happened and how.]]></description><pubDate>Tue, 30 Jun 2026 22:06:37 +0000</pubDate><content:encoded><![CDATA[<p>National Public Radio on Tuesday reported, then quickly retracted, that Supreme Court Justice Samuel Alito was retiring — a mistake by its veteran court reporter that prompted an apology from the news organization's executive editor and an entire column by its public editor explaining what happened and how.</p><p>NPR attributed the miscue by reporter Nina Totenberg, on the final day of the court's session, to a “misunderstanding” of a statement by Chief Justice John Roberts that led to previously prepared copy being posted live. The news was also broadcast on NPR. It was live on the organization's website for about five minutes, though some member stations had it up longer, NPR said.</p><p>NPR said it pulled the story after the Supreme Court’s public information office denied the report earlier Tuesday.</p><p>An editor's note posted by some NPR affiliates said: “Earlier today, we erroneously published a story saying that Supreme Court Justice Samuel Alito was retiring. Neither Alito nor the court’s public information office has announced his retirement, and we have retracted the story.”</p><p>Breaking down the error</p><p>Later, a statement from Editor-in-Chief Tommy Evans said NPR regretted the error and the confusion it may have caused. “Due to a misunderstanding, NPR’s Supreme Court and Legal Affairs Correspondent Nina Totenberg incorrectly reported that Justice Samuel Alito had retired. Neither Justice Alito nor the Supreme Court Public Information Office has announced his retirement,” Evans said.</p><p>“As soon as the error was realized, the story was retracted and removed from NPR’s website and an on-air correction was broadcast. We regret the error and any confusion this may have caused,” Evans said.</p><p>He added that Totenberg would address the issue on Tuesday’s edition of “All Things Considered,” and that she had reached out to Alito to apologize.</p><p>According to a column by NPR's public editor, Kelly McBride, Totenberg “misheard an announcement” about retirements and reported on it, causing the organization to post some previously written “preparedness” — copy that news organizations often prepare in advance of major expected events and notable deaths.</p><p>"Alito is not retiring. The story was wrong. Here’s how it happened," McBride said in her column. "Totenberg misheard Roberts’ statement."</p><p>McBride continued: “Totenberg spoke with both her intern, who was at the court with her, and NPR Executive Editor Krishnadev Calamur and told them what she heard. Calamur surfaced the story that NPR had previously prepared for the day Alito did announce his retirement and published it. The information was also broadcast on NPR’s airwaves.”</p><p>Retirements were mentioned, though</p><p>On a busy day for the court, Roberts had announced the retirement of several court employees, as he customarily does after the court’s final opinions are out. But Alito's name was not among them.</p><p>Speculation had swirled about the justice’s future plans earlier this year, but Fox News and CBS reported this spring that he planned to remain on the bench.</p><p>Alito has been on the court since 2006, when he replaced Justice Sandra Day O'Connor. He was nominated by President George W. Bush, a Republican.</p><p>McBride, in her column, said she didn't expect the mistake to endure in the public consciousness.</p><p>For most news consumers, the error is a blip, something that flashed across their feed or they heard on their radio," she wrote. “It was corrected quickly and will not have lasting consequences.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CS5P6OU2ZI7CRIFE5I4J6D4KQE.jpg?auth=5c3813fe563f0ca3e83257197a31ec7b4f552102a691cee439d96e38822dae69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supreme Court Justice Samuel Alito attends Pope Leo XIV's audience for operators of justice in St. Peter's Square at the Vatican, Sept. 20, 2025. (AP Photo/Alessandra Tarantino, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Haaland scores deciding goal as Norway wins its 1st World Cup knockout game, beating Ivory Coast 2-1]]></title><link>https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Erling Haaland savored the moment after Norway won a knockout game at the World Cup for the first time, a celebration that included a horned helmet atop his head and again sitting on the field with teammates to do the Viking Row in synch with their red-clad fans.]]></description><pubDate>Tue, 30 Jun 2026 21:47:58 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Erling Haaland savored the moment after Norway won a knockout game at the World Cup for the first time, a celebration that included a horned helmet atop his head and again sitting on the field with teammates to do the Viking Row in synch with their red-clad fans.</p><p>“This is unbelievable. This is history,” Haaland said on the field after the game.</p><p>A slight tap from Haaland's left foot in the 86th minute was the difference as Norway beat Ivory Coast 2-1 on Tuesday, setting up another World Cup match against five-time champion Brazil — 28 years after a victory that many consider the greatest ever for the Norwegians.</p><p>For now, they prefer to enjoy their latest accomplishment.</p><p>“What we’re going to think about now is to enjoy the win today. We’re really happy and proud of ourselves,” said Martin Odeegaard, the team's captain who banged the drum to set the pace for the postgame row. “Hopefully we can keep dreaming and keep believing and keep performing like we did.”</p><p>Antonio Nusa scored the opening goal in the first half with a curling kick for Norway, which in its fourth World Cup will next play in the round of 16 against Brazil on Sunday at MetLife Stadium in East Rutherford, New Jersey.</p><p>“This is really a dream come true,” Nusa said in translated remarks.</p><p>Norway is in its first World Cup since that 1998 appearance, when the team got to the knockout round only after scoring goals in the 83rd and 89th minutes for an incredible 2-1 comeback win over then-reigning World Cup champion Brazil in the group finale.</p><p>Amad Diallo, who had prevented Norway from taking a two-goal lead earlier in the second half, evened the match for Ivory Coast with a left-footed kick in the 74th minute.</p><p>Even after Haaland’s go-ahead goal, his Norway-record 60th in 53 matches, Ivory Coast kept pressing and had a chance to equalize with a direct free kick by Diallo in the sixth minute of stoppage time. Orjan Nyland made a leaping stop, the last of his four saves, when he deflected the ball away as he extended his left hand across his body.</p><p>“After their equalizer, it was easy to panic. But we got our players in the right position and managed to play our game again,” Norway coach Ståle Solbakken said.</p><p>Haaland's 27 touches were the fewest of any Norway player who played the full match, but he was open after three defenders converged when Patrick Berg moved into the penalty area with the ball before making a quick pass. It was a slow roll over the line after coming off the foot of Haaland, who lunged forward as if he might have to kick it again.</p><p>It was his Haaland's fifth goal in three games at this year’s tournament. That is one behind Lionel Messi, who has six for Argentina and scored three of those in two group games at the home of the NFL's Dallas Cowboys.</p><p>Haaland, who won the Golden Boot in the Premier League last season with 27 goals for Manchester City, has scored in 13 straight competitive international games — a total of 25 goals in that span.</p><p>The youthful Elephants, ranked 31st by FIFA, had never before won twice in the same World Cup. This was the fourth World Cup appearance for the West African nation, the same as Norway.</p><p>“We are proud for what we achieved,” Diallo said. “But a big disappointment because we knew we have quality in the team, we have players that can make a difference anytime.”</p><p>Nusa scored his first World Cup goal in the 39th minute when he took a few strides past the left corner of the penalty area and sent a right-footed kick between two defenders toward the far post.</p><p>Ivory Coast goalkeeper Yahia Fofana made a diving attempt at the ball that was just beyond his extended reach, and he was still in air when he turned his head back to see the ball curl into the net. It was Nusa’s ninth international goal in 28 games for Norway.</p><p>Diallo evened the score at 1-1 after a give-and-go with Nicolas Pepe, who had scored both Ivory Coast goals in its previous game and was stopped by Nyland in the 55th minute. Diallo found space for his left-footed blast.</p><p>That came only about eight minutes after Torbjorn Heggen had a shot for Norway that was deflected away by Diallo, who was right next to his keeper.</p><p>Nusa's yellow card in stoppage time before the half set up a free kick by Pepe, but the ensuing header went left of the post.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UXJQNF5RVED2XTWIGNNZN63REE.jpg?auth=3072a0870ce6471c4fb4f925d0e489b647171cb6669d28a3e9faac3e8a8b755b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland (9) celebrates after scoring his side's second goal during the World Cup round of 32 soccer match between Ivory Coast and Norway in Arlington, Texas, near Dallas, Tuesday, June 30, 2026.(AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGPFXNMHJA2WWG5T7A2ZU7RAZU.jpg?auth=d05a590e411cd260e4eceb9093db83e03e4613bfeec64899e545333702f014e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Martin Oedegaard (10) leads the viking row, after the end of the FIFA World Cup Round of 32 soccer match between Ivory Coast and Norway in Arlington, Texas, near Dallas, Tuesday, June 30, 2026.(AP Photo/Gareth Patterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Gareth Patterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3WM4ZSIFHIRS2JBHLGC6EP4QPE.jpg?auth=03ac0a752bb3724b4787b590cddfaf723791c742ad735b54dddea558c4b885ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway goalkeeper Oerjan Nyland (1) reacts after Erling Haaland (9) scored his side's second goal during the World Cup round of 32 soccer match between Ivory Coast and Norway in Arlington, Texas, near Dallas, Tuesday, June 30, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3FGZ5URHXWUZKE6J65CLBJAHRA.jpg?auth=17c17001548f69cea0a65d4afafe6abd96ea10170fe2ad24d0ce0276a4783473&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland (9), left, scores during the World Cup round of 32 soccer match between Ivory Coast and Norway in Arlington, Texas, near Dallas, Tuesday, June 30, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A65IASHOABABJZHOAWTIZCTCNE.jpg?auth=70e1318aef66b2f29cf50fe12d67e267150870522c15a2deb31967be7ec45859&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Antonio Nusa (20) celebrates after scoring the opening goal of his team during the World Cup round of 32 soccer match between Ivory Coast and Norway in Arlington, Texas, near Dallas, Tuesday, June 30, 2026.(AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Panthers solve goaltender situation, acquire Jacob Markstrom in trade]]></title><link>https://www.local10.com/sports/local/2026/06/30/panthers-solve-goaltender-situation-acquire-jacob-markstrom-in-trade/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/30/panthers-solve-goaltender-situation-acquire-jacob-markstrom-in-trade/</guid><dc:creator><![CDATA[Brandon Liguori]]></dc:creator><description><![CDATA[The Florida Panthers have answered their goaltending question with a reunion.]]></description><pubDate>Tue, 30 Jun 2026 18:56:36 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Panthers have answered their goaltending question with a reunion.</p><p>On Tuesday, Florida acquired goaltender Jacob Markstrom and forward Angus Crookshank from the New Jersey Devils in exchange for forwards Evan Rodrigues, Jesper Boqvist and Ben Steeves. </p><p>“Jacob is an established veteran leader in this league who possesses size and a relentless drive to win,” Panthers President of Hockey Operations and General Manager Bill Zito said in a statement Tuesday. “We are excited for him to compete alongside our established group and return to South Florida.</p><p>“We also want to extend our sincere gratitude to Evan and Jesper for their contributions to our organization,” Zito added.</p><p>Markstrom, 36, appeared in 44 games for the Devils in 2025-26, posting a 23-19-1 record and one shutout. </p><p>Markstrom was originally selected by Florida in the second round (No. 31 overall) of the 2008 NHL Draft. </p><p>Late Monday, the Panthers acquired goaltender Akira Schmid from the Vegas Golden Knights, likely as the replacement for Daniil Tarasov, who appeared in 33 games for Florida last season.</p><p>Tuesday’s trade could mark the end of Sergei Bobrovsky’s remarkable run in South Florida. </p><p>Both Bobrovsky and Tarasov are unrestricted free agents and are expected to hit the open market Wednesday.</p><p>The Panthers signed Bobrovsky as an unrestricted free agent from the Columbus Blue Jackets in 2019, and his seven-year tenure included back-to-back Stanley Cup championships in 2023-24 and 2024-25, the only titles in franchise history.</p><p><i>This is a developing story; stay tuned for updates.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5L5AO3VQXXHCOWFBF7RERD7FKU.jpg?auth=8697a46d930398bbd35b9c4ccedcaff453c702b2d68eb46cf0c83fe97b343305&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Jersey Devils goaltender Jacob Markstrom (25) makes a save against Boston Bruins forward Alex Steeves (21) during the third period of an NHL hockey game, March 16, 2026, in Newark, N.J. (AP Photo/Noah K. Murray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content></item><item><title><![CDATA[Inter Miami, Marlins y Dolphins se unen a esfuerzos de ayuda para víctimas del terremoto en Venezuela ]]></title><link>https://www.local10.com/espanol/2026/06/30/inter-miami-marlins-y-dolphins-se-unen-a-esfuerzos-de-ayuda-para-victimas-del-terremoto-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/inter-miami-marlins-y-dolphins-se-unen-a-esfuerzos-de-ayuda-para-victimas-del-terremoto-en-venezuela/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los equipos deportivos profesionales del sur de Florida están sumando esfuerzos para ayudar a las comunidades de Venezuela.]]></description><pubDate>Tue, 30 Jun 2026 18:49:10 +0000</pubDate><content:encoded><![CDATA[<p>Los equipos deportivos profesionales del sur de Florida están sumando esfuerzos para ayudar a las comunidades de Venezuela después de que dos poderosos terremotos consecutivos la semana pasada dejaron cerca de 1,500 personas muertas y miles más afectadas.</p><p><b>INTER MIAMI</b></p><p>La Fundación Inter Miami CF, en alianza con la ciudad de Doral y <a href="https://www.globalempowermentmission.org/es/mission/venezuela-earthquakes/" target="_self" rel="" title="https://www.globalempowermentmission.org/es/mission/venezuela-earthquakes/">Global Empowerment Mission</a>, está recolectando suministros esenciales para las víctimas mediante una campaña de donaciones en Nu Stadium este miércoles.</p><p>Los organizadores informaron que el evento tipo “drive-through” se realizará de 9 a.m. a 7 p.m. Se pide a las personas que hagan donaciones permanecer dentro de sus vehículos mientras los voluntarios descargan los suministros.</p><p>Se espera la participación de varias figuras públicas para apoyar la iniciativa, entre ellas Jess Judith, Lele Pons, Jay Wheeler, Zhamira Zambrano, Mau Montaner y Ricky Montaner.</p><p>Las donaciones pueden entregarse en Nu Stadium, ubicado en el 1000 de Stadium Drive, en Miami. Los asistentes deben seguir las señales hacia la tienda oficial del Inter Miami CF.</p><p>Los organizadores solicitan artículos esenciales como alimentos enlatados, agua embotellada, productos de higiene, artículos para bebés, suministros para mascotas y artículos nuevos para emergencias como mantas, tiendas de campaña, sacos de dormir, linternas, baterías y botiquines de primeros auxilios.</p><p>También habrá oportunidades adicionales para donar hasta el viernes en las sedes del Inter Miami en Miami y Fort Lauderdale.</p><p><b>MIAMI MARLINS</b></p><p>Los Miami Marlins también se unen a los esfuerzos de ayuda durante su serie en casa del 7 al 9 de julio contra los Seattle Mariners en el loanDepot park.</p><p>Los aficionados tendrán varias formas de ayudar, incluida la entrega de los artículos solicitados en cajas de recolección ubicadas en la entrada Home Plate.</p><p>Los Marlins también ofrecerán a los aficionados la oportunidad de comprar boletos de $5 USD a través de <a href="https://www.mlb.com/marlins/tickets/offers/venezuela-earthquake-relief" target="_self" rel="" title="https://www.mlb.com/marlins/tickets/offers/venezuela-earthquake-relief">Marlins.com/WeLoveVenezuela</a> al llevar uno de los artículos solicitados al partido. Por cada boleto elegible comprado, el equipo donará $5 USD a la Fundación We Love Venezuela.</p><p>Lo recaudado en la rifa 50/50 durante los tres partidos también beneficiará a la fundación.</p><p>La organización ha comprometido $100,000 USD para Global Empowerment Mission. Además, socios corporativos como loanDepot, Goya Foods, neaū water y Kellanova también contribuirán con donaciones en efectivo y en especie.</p><p>Ambos equipos están animando a los residentes del sur de Florida a unirse y apoyar los esfuerzos de ayuda para las personas afectadas por los terremotos.</p><p><a href="https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/">Haga clic aqu</a>í para ver los centros de entrega en todo el sur de Florida que están recolectando bienes y suministros para las víctimas del terremoto.</p><p><b>MIAMI DOLPHINS</b></p><p>La Fundación Miami Dolphins también donó $100,000 USD para apoyar los esfuerzos de ayuda tras los mortales terremotos en Venezuela.</p><p><a href="https://x.com/MiamiDolphins?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://x.com/MiamiDolphins?ref_src=twsrc%5Etfw">Publicaciones de MiamiDolphins.</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5F6FOYBIOFAXRINO5DSYFUESYQ.jpg?auth=835505464d4e2105953344a5ddda586e79d609fb48257afef3a3640c21797c85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[México a la expectativa ante lo que podría decidir Trump sobre la continuidad del T-MEC]]></title><link>https://www.local10.com/espanol/2026/06/30/mexico-a-la-expectativa-ante-lo-que-podria-decidir-trump-sobre-la-continuidad-del-t-mec/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/mexico-a-la-expectativa-ante-lo-que-podria-decidir-trump-sobre-la-continuidad-del-t-mec/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — La presidenta mexicana Claudia Sheinbaum afirmó el martes que está a la expectativa de lo que pueda decidir Washington cuando el miércoles comience la revisión del tratado comercial entre México, Estados Unidos y Canadá (T-MEC).]]></description><pubDate>Tue, 30 Jun 2026 18:37:02 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La presidenta mexicana Claudia Sheinbaum afirmó el martes que está a la expectativa de lo que pueda decidir Washington cuando el miércoles comience la revisión del tratado comercial entre México, Estados Unidos y Canadá (T-MEC).</p><p>Sheinbaum ratificó en su habitual conferencia diaria que México, al igual que Canadá, insistirá en la ampliación por otros 16 años del T-MEC –vigente desde el 1 de julio de 2020—.</p><p>La revisión se dará en medio de un clima de tensión generado por los aranceles que impuso el presidente Donald Trump a varios países, entre ellos a sus socios, desde el inicio de su segundo mandato en 2025.</p><p>México ha logrado sortear buena parte de los gravámenes que Washington implementó, pero los productos mexicanos que no están cubiertos por el T-MEC, así como los camiones medianos y pesados, enfrentan un impuesto de 25%. También está vigente un gravamen de 50% al acero y el aluminio y una cuota compensatoria del 17% al tomate mexicano.</p><p>“Estamos tranquilos en el sentido de que hemos hecho todo lo que tenemos que hacer”, dijo la mandataria y agregó que, independiente de la decisión que tome la administración Trump, “eso no quiere decir que se acabe el tratado mañana”.</p><p>En el caso de que Estados Unidos decida no extender el T-MEC vendrá un proceso de “revisión formal” que podría implicar “algunas adecuaciones”, explicó Sheinbaum, y aclaró que de darse grandes cambios en el tratado deberá pasar por los Congresos de los tres socios.</p><p>Alterno al proceso de revisión del tratado, México y Estados Unidos tendrá el 20 de julio en la capital mexicana la tercera ronda de diálogos bilaterales en materia comercial que se iniciaron en mayo.</p><p>Durante las dos primeras las partes abordaron asuntos relativos a las reglas de origen, la seguridad económica, la agricultura y la industria automotriz.</p><p>Sobre las conversaciones bilaterales, Sheinbaum manifestó que su administración está trabajando para que Washington “disminuya de manera importante” los aranceles impuestos a los productos mexicanos y continúe el T-MEC.</p><p>¿Cómo llega México a la revisión?</p><p>Además de las tensiones en materia comercial, México ha enfrentado en los últimos meses fuertes presiones y reclamos de parte de Estados Unidos en asuntos de seguridad y migración que también han perturbado las relaciones.</p><p>Las fricciones se crisparon tras la muerte de dos agentes de la CIA  en abril en un accidente automovilístico en el estado fronterizo de Chihuahua luego del desmantelamiento de un laboratorio de droga. En esa oportunidad México reclamó a Washington que no había sido informado de la presencia en el país de los dos agentes estadounidenses ni de sus actividades.</p><p>Las tensiones se elevaron tras anunciarse a fines de ese mismo mes que la fiscalía de Nueva York había acusado de narcotráfico al gobernador oficialista del estado de Sinaloa, Rubén Rocha, y a otros nueve funcionarios activos y retirados, y solicitó su detención preventiva con fines de extradición.</p><p>Ante ese contexto Ildefonso Guajardo, exsecretario mexicano de Economía y quien participó en las negociaciones con Estados Unidos que llevaron al T-MEC, afirmó que México llega al proceso de revisión en un “grado alto de vulnerabilidad” y en medio de una “incertidumbre creciente” que ha impactado los compromisos de inversión en América del Norte.</p><p>Guajardo manifestó dudas de que se llegue al fin del tratado trilateral, pero “el problema es con qué calidad de T-MEC nos vamos a quedar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MQHN2ZAJW3ZGIFI565JXVYTYPY.jpg?auth=45a8bf0d52479b75cf40aeb6ceb0cc0ad714ec30bbf06936846a5d7c02f70193&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta mexicana Claudia Sheinbaum ofrece su conferencia de prensa matutina en el Palacio Nacional de la Ciudad de México, el lunes 22 de junio de 2026. (AP Foto/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[World Cup fans enjoy festive watch party during match between Brazil, Japan]]></title><link>https://www.local10.com/sports/2026/06/29/world-cup-fans-enjoy-festive-watch-party-during-match-between-brazil-japan/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/world-cup-fans-enjoy-festive-watch-party-during-match-between-brazil-japan/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Futbol fans flocked to Downtown Miami on Monday for what turned out to be an epic World Cup watch party. ]]></description><pubDate>Mon, 29 Jun 2026 21:22:16 +0000</pubDate><content:encoded><![CDATA[<p>Futbol fans flocked to downtown Miami on Monday for what turned out to be an epic World Cup watch party. </p><p><a href="https://www.local10.com/espanol/2026/06/30/aficionados-del-mundial-disfrutan-fiesta-durante-el-encuentro-entre-brasil-y-japon/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/aficionados-del-mundial-disfrutan-fiesta-durante-el-encuentro-entre-brasil-y-japon/">Leer en español</a></p><p>It took place at Bayfront Park during the match between Brazil and Japan. </p><p>The Round of 32 knockout stage game was a great one. </p><p>It remained tied until the final moments, when Brazil pulled out a thrilling 2-1 victory. </p><p>Local 10 News’ Liane Morejon was there for all the fun, and her report can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Canciller cubano dice conversaciones con EEUU no muestran progreso pese a anuncio de reformas]]></title><link>https://www.local10.com/espanol/2026/06/30/canciller-cubano-dice-conversaciones-con-eeuu-no-muestran-progreso-pese-a-anuncio-de-reformas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/canciller-cubano-dice-conversaciones-con-eeuu-no-muestran-progreso-pese-a-anuncio-de-reformas/</guid><dc:creator><![CDATA[Por ANDREA RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Las conversaciones entre Estados Unidos y Cuba están sin avances a pesar de una serie de reformas de apertura económica aprobabas recién por el gobierno de La Habana y muchas de las cuales demandadas largamente por Washington, informó el canciller cubano Bruno Rodríguez.]]></description><pubDate>Tue, 30 Jun 2026 19:26:13 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Las conversaciones entre Estados Unidos y Cuba están sin avances a pesar de una serie de reformas de apertura económica aprobabas recién por el gobierno de La Habana y muchas de las cuales demandadas largamente por Washington, informó el canciller cubano Bruno Rodríguez.</p><p>Las negociaciones "no muestran progreso”, aseguró Rodríguez al anunciar el martes en rueda de prensa la realización de un debate en la Asamblea General de Naciones Unidas sobre el cerco energético impuesto por la administración del presidente Donald Trump en enero contra la isla.</p><p>El bloqueo petrolero ha ocasionado un fuerte impacto en la isla y su economía se encuentra semiparalizada con largos apagones, combustibles racionalizados, cortes de internet y suspensión del transporte público o cancelación de vuelos. Servicios básicos como la recogida de basura o la entrega de agua no pueden ser satisfechos, mientras que las jornadas laborales fueron recortadas.</p><p>Ambos gobiernos reconocieron que negociaban y se hicieron públicas visitas de delegaciones estadounidenses a la isla y hasta un encuentro entre el equipo del secretario de Estado, Marco Rubio, con el nieto del retirado líder Raúl Castro en San Cristóbal y Nieves en febrero. No trascendieron detalles o una hoja de ruta.</p><p>“La conducta de las delegaciones del gobierno de los Estados Unidos que generalmente es respetuosa en esas conversaciones, está acompañada de constantes declaraciones agresivas contra Cuba, de amenazas de agresión militar, de la aplicación de medidas coercitivas adicionales”, indicó Rodríguez.</p><p>A mediados de junio, el Partido Comunista de Cuba y la Asamblea del Poder Popular, el Parlamento, aprobaron un paquete de medidas económicas de apertura al mercado y la iniciativa privada inusitadas para el sistema socialista local, aunque en sintonía con algunas de las exigencias realizadas por Estados Unidos que aspira a un cambio de modelo en la nación caribeña.</p><p>El esquema político de partido único no fue considerado en el plan impulsado por las autoridades.</p><p>“Las transformaciones recientemente anunciadas son total y absolutamente soberanas, ni hemos escuchado ni nos interesa la opinión del gobierno de los Estados Unidos sobre ellas”, señaló Rodríguez. Agregó que llamaba la atención de que hayan sido respondidas con un nuevo paquete de medidas coercitivas unilaterales contra la isla.</p><p>El Departamento de Estado de Estados Unidos no respondió de inmediato a una solicitud de comentarios por parte de The Associated Press.</p><p>Poco después de la aprobación, Estados Unidos emitió un anuncio de s anciones contra firmas cubanas que se sumaron a las preexistentes del último año. Trump y su secretario Rubio dijeron que el gobierno cubano era inepto, su modelo ineficiente y la isla un peligro para sus seguridad nacional.</p><p>Rodríguez informó, además, que la isla había pedido una sesión a la Asamblea General de la ONU para denunciar el cerco energético de Estados Unidos contra la nación caribeña que agudizó una severa crisis y semiparalizó la economía.</p><p>La sesión en la ONU se realizará el 7 de julio y según el canciller, Estados Unidos buscó boicotearla.</p><p>“Cuba no es ni puede ser una amenaza a la seguridad nacional de los Estados Unidos, que es una gran potencia militar y nuclear”, expresó el jefe de la diplomacia cubana. “Cuba no es una amenaza, el bloqueo sí. El bloqueo y la política de agresión y hostilidad el gobierno de los Estados Unidos contra cuba es una amenaza para la existencia y el bienestar del pueblo cubano, para el ejercicio de sus derechos humanos”, acotó.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RSMIDOS5SM53QIGNC4PXZEWCY4.jpg?auth=425ed104671fac529c7e42034837bb50a6f1163a034bff0e1d11072dbcd4142b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias mujeres pasan junto a grafitis con los colores de la bandera cubana, el miércoles 17 de junio de 2026, en La Habana, Cuba. (AP Foto/Jorge Luis Baños)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Trump administration seeks to stomp out all fires quickly, reviving policy that has been discredited]]></title><link>https://www.local10.com/news/national/2026/06/30/trump-administration-seeks-to-stomp-out-all-fires-quickly-reviving-policy-that-has-been-discredited/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/30/trump-administration-seeks-to-stomp-out-all-fires-quickly-reviving-policy-that-has-been-discredited/</guid><dc:creator><![CDATA[By MARTHA BELLISLE and MATTHEW BROWN, Associated Press]]></dc:creator><description><![CDATA[The deaths of three U.S. government firefighters in a Colorado wildfire are casting a spotlight on the Trump administration’s creation of a new federal fire service and its revival of a previously discredited policy to stomp out all wildfires quickly.]]></description><pubDate>Tue, 30 Jun 2026 22:15:26 +0000</pubDate><content:encoded><![CDATA[<p>The deaths of three U.S. government firefighters in a Colorado wildfire are casting a spotlight on the Trump administration’s creation of a new federal fire service and its revival of a previously discredited policy to stomp out all wildfires quickly.</p><p>One of the killed firefighters worked for the U.S. Wildland Fire Service, established this year without customary congressional approval by drawing personnel from four agencies within the Interior Department. The victims were part of an elite, helicopter-based crew that got trapped Saturday in a fast-growing wildfire near the Utah border as they attacked the blaze on the ground.</p><p>Five firefighters including the ones who died tried to shield themselves by deploying tentlike emergency shelters as flames overran their position. The two survivors were hospitalized with burn injuries.</p><p>The consolidation of thousands of personnel into the fire service has sown confusion among some firefighters about who their bosses are and what their responsibilities should be, according to former government officials.</p><p>And the administration’s focus on “full suppression” of new fires marks a sharp reversal from a decades-long trend toward embracing flames as a tool — to burn off old vegetation and growth that acts like fuel and lessen the risk of catastrophic blazes being stoked by a warming planet.</p><p>The changes benefit private fire aviation companies that are key to hitting blazes fast.</p><p>Federal officials have not released details on the circumstances preceding the weekend deaths, including the firefighters’ objective at the site where they were overrun.</p><p>“The question is, why were they attacking that fire in the first place?” asked Timothy Ingalsbee, a former federal firefighter and cofounder of the advocacy group Firefighters United For Safety, Ethics and Ecology. “What was actually at risk? If it was a bunch of shrubs on remote mountaintops, what was the real risk that justified putting those firefighters at risk?”</p><p>98% of fires are extinguished</p><p>Wildfires ignited over the past week all across the West following months of dry weather and a record lack of snow in some places.</p><p>Acting under an order from Interior Secretary Doug Burgum, the Wildland Fire Service will use full suppression “for every wildfire under its management,” federal officials said in a statement to The Associated Press.</p><p>“Any wildfire that represents a threat to life, property, infrastructure or the environment should be extinguished as quickly as possible,” the statement said. “Our experienced fire managers retain the authority to select the safest and most effective tactics based on conditions on the ground.”</p><p>But critics say the administration is trying to fix something that isn’t broken: The four agencies the firefighters were drawn from — the Bureau of Land Management, Fish and Wildlife Service, Bureau of Indian Affairs and National Park Service — have a record of extinguishing 98% of the fires they handle.</p><p>The new agency and policy won’t eliminate catastrophic wildfires that occur due to dense forests where people are increasingly moving and extreme weather caused by climate change, said Steve Ellis, who retired as a Bureau of Land Management deputy director. Land managers must be a part of the solution, he said.</p><p>“Severing forest management and forest managers from fire suppression will make firefighting less safe and put communities at greater risk,” Ellis said.</p><p>The two other wildland firefighters killed in Colorado worked for the Department of Agriculture’s Forest Service, which handles most U.S. wildfires and is also operating under a full suppression policy. Trump had wanted the new agency to include Forest Service firefighters, but Congress blocked that part of the plan.</p><p>Fire aviation companies pushed for the consolidation</p><p>Under Trump, federal officials have been bringing in aircraft more quickly once fires ignite, said Austin Moeller, an aerospace analyst for the investment firm Canaccord Genuity.</p><p>“Anyone that has an air tanker benefits from this more aggressive contracting activity,” Moeller said.</p><p>A chief beneficiary is Bridger Aerospace, a Montana-based company founded by U.S. Sen. Tim Sheehy. Before his 2024 election, Sheehy hired lobbyists in a failed attempt to persuade the Montana Legislature to create a statewide fire service analogous to the one just created at the federal level. Within a month of taking federal office, he sponsored a bill to codify the consolidation of federal firefighters into one agency.</p><p>Sheehy stepped away from his company during the 2024 campaign and put his Bridger assets into a blind trust, said Sheehy spokesman Tate Mitchell.</p><p>Mitchell said Trump was behind the idea to create a new fire agency, but Sheehy supports it.</p><p>“One of Senator Sheehy’s top priorities in the Senate is using his experience to stop the catastrophic fires destroying American communities and he won’t apologize for it,” Mitchell said.</p><p>Bridger describes itself as one of the nation's leading aerial firefighting companies. CEO Sam Davis has said the company's fleet of Super Scooper aircraft, its surveillance aircraft and its fire observation technology make it “uniquely positioned” to respond to the renewed emphasis on attacking fires to put them out.</p><p>New full suppression policy dates back decades</p><p>The aircraft will help the administration's new full suppression policy, which harkens back to a 1935 policy known as the 10 a.m. rule because it required agencies to put out new fires by 10 a.m. the following day.</p><p>Michael Dudley, a retired director of fire, aviation and air management at the Forest Service, said that old policy is why forests today are overgrown.</p><p>Wildfires serve a purpose — they clear out the small and dead material. But officials became so good at putting out fires that the forests kept growing and more fuels built up, so when a fire hits now, it's easy for it to get out of control, he said.</p><p>Scientists who study wildfires say trying to stop all fires is unrealistic since some of the most destructive blazes in recent years have evaded efforts to put them out. Some fires simply grow too fast, are too remote, or result from multiple ignitions that makes them impossible to stop.</p><p>“The narrative that if we just try harder, we’re gonna make these fires go away isn’t true,” said former Forest Service wildfire researcher David Calkin. “The fire paradox is not beatable: The more you make fire go away, the more fuel accumulates. The more fuel accumulates, the harder it is to make fires go away.”</p><p>Firefighters: New agency needs work</p><p>Firefighters in the consolidated agency are working under newly appointed Wildland Fire Service Chief Brian Fennessy, who had served as chief of California's Orange County Fire Authority since 2018.</p><p>“There’s a level of confusion as everyone’s trying to sort out responsibilities and who’s in charge and who do you report to,” Dudley said.</p><p>An Interior spokesperson said Fennessy was highly respected with decades of experience, including managing some of the nation's most complex fire challenges in densely-populated southern California.</p><p>Luke Mayfield, a founder of the group Grassroots Wildland Firefighters, said he believes the consolidation will better serve firefighters, but significant work remains to get the new agency fully running.</p><p>“Everyone was aware of the potential fuel and fire conditions we face this fire season,” Mayfield said. “Those conditions are surfacing and have resulted in firefighter fatalities with weather conditions that won’t let up in the near future.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E45YFKZ575PVTLRO6ETXVLTCNE.jpg?auth=273bc3a994e9e7abd3928a2d3f95d0a1e8db576bfa4eaeb44250ed14d9c5c412&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter flies near the Cottonwood Fire in Beaver, Utah, Tuesday, June 30, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AZM5YFUBBBYYKDYJWY7Q3SDRBE.jpg?auth=f3f5fc792c180114a094cbc49cd2d0203a4a7670767d39d495c52689b89e557c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[First responders hug during a procession in Grand Junction, Colo., Monday, June 29, 2026, for firefighters that died battling blazes near the Colorado-Utah border. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DLATRY4S2EJS5BBGDNFFXR2MUE.jpg?auth=233c67c3549a5176f913685cccbb64987bc2dd59573c120aecae8d68398d38fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter drops water on the Cottonwood Fire burning near Beaver, Utah, on Saturday, June 27, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Aficionados del Mundial Disfrutan fiesta durante el encuentro entre Brasil y Japón ]]></title><link>https://www.local10.com/espanol/2026/06/30/aficionados-del-mundial-disfrutan-fiesta-durante-el-encuentro-entre-brasil-y-japon/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/aficionados-del-mundial-disfrutan-fiesta-durante-el-encuentro-entre-brasil-y-japon/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Fanáticos del fútbol acudieron en masa el lunes al centro de Miami para ver el partido del Mundial y resultó ser una épica fiesta ]]></description><pubDate>Tue, 30 Jun 2026 18:31:09 +0000</pubDate><content:encoded><![CDATA[<p>Fanáticos del fútbol acudieron en masa el lunes al centro de Miami para ver el partido del Mundial y resultó ser una épica fiesta </p><p>El evento se realizó en Bayfront Park durante el partido entre Brasil y Japón.</p><p>El partido de eliminación directa de la ronda de 32 fue un gran encuentro.</p><p>Se mantuvo empatado hasta los momentos finales, cuando Brasil logró una emocionante victoria por 2-1.</p><p>Liane Morejon, de Local 10 News, estuvo allí para toda la diversión, y su reportaje puede verse en la parte superior de esta página.</p>]]></content:encoded></item><item><title><![CDATA[New Trump book, 'Regime Change,' has sold 300,000 copies, with more being printed, publisher says]]></title><link>https://www.local10.com/entertainment/2026/06/30/new-trump-book-regime-change-has-sold-300000-copies-with-more-being-printed-publisher-says/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/30/new-trump-book-regime-change-has-sold-300000-copies-with-more-being-printed-publisher-says/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[It turns out readers still want to learn more about President Donald Trump after all.]]></description><pubDate>Tue, 30 Jun 2026 18:25:24 +0000</pubDate><content:encoded><![CDATA[<p>It turns out readers still want to learn more about President Donald Trump after all.</p><p>“Regime Change: Inside the Imperial Presidency of Donald Trump,” the l atest book on the Trump presidency, written by political journalists Maggie Haberman and Jonathan Swan, has sold more than 300,000 copies in its opening week, according to publisher Simon & Schuster.</p><p>They’re the kind of sales that numerous works about Trump reached during his first term, but had been rare during his second term. Publishers had speculated that the public had tired of Trump books, believing there was little left to know.</p><p>The total figures include preorders, print book sales, ebooks, and e-audiobooks and orders that have yet to be fulfilled because of demand, the publishing house said. Simon & Schuster said the book is into its third hard copy printing, with 200,000 copies on order, after it sold out quickly in bookstores and on Amazon. It's the best first-week clip of any hardcover nonfiction book in 2026.</p><p>The book covers the first 14 months of Trump's second presidency and takes readers inside the West Wing, White House residence and Trump's Mar-a-Lago estate, aboard Air Force One and on foreign trips with the president.</p><p>Trump, who has a long history with Haberman from her days covering him as a New York City business and society figure, has trashed the book as “mostly made up.” Haberman and Swan are now New York Times reporters.</p><p>Their manuscript depicts meticulous details of Trump's military decisions, how he's wielded the power of the Justice Department against his political opponents, his conversations with other power players, and the time and attention he's devoted to remaking the aesthetics and structure of the White House.</p><p>The book spells out a thesis that Trump himself believes: Had he not lost the 2020 election, he would not be as powerful in his second term as he is now — emboldening him to trample norms, dismantle established institutions and push the limits of presidential power.</p><p>Haberman and Swan have been featured regularly across news talk shows promoting the book and sharing details of their reporting, including a sit-down with Trump in which he boasted about being compared to some of history's great villains.</p><p>Sean Manning, vice president and publisher at Simon & Schuster, said the book “has entered the national conversation” and will hold up as “a work of historic importance.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CCT4SFIE6CRQGWCPUGO6TOW7WQ.jpg?auth=9ffa0ab7d8541da365eaed84601e491971887ad48d70c9d75fe6710b5131e4c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump stands before speaking at the Faith & Freedom Coalition's policy conference at the Washington Hilton, Friday, June 26, 2026, in Washington. (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/XDYLIMCZBEF2HSWVHPGHQGMGS4.jpg?auth=4ee47ab33680a4b34baab6461fc4b442e3f9bcc8248445e20a4c51a85ad5aaed&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 with reporters in the Oval Office of the White House, Monday, June 29, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[What, like it's hard? Newcomer Lexi Minetree put in the work to play a teen Elle Woods in 'Elle']]></title><link>https://www.local10.com/entertainment/2026/06/30/what-like-its-hard-newcomer-lexi-minetree-put-in-the-work-to-play-a-teen-elle-woods-in-elle/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/30/what-like-its-hard-newcomer-lexi-minetree-put-in-the-work-to-play-a-teen-elle-woods-in-elle/</guid><dc:creator><![CDATA[By ALICIA RANCILIO, Associated Press]]></dc:creator><description><![CDATA[When Lexi Minetree auditioned for the part of a teenage Elle Woods in a “Legally Blonde” prequel series for Prime Video, she went for it with the determination and creativity that the character herself used to apply to Harvard Law School in the original film.]]></description><pubDate>Tue, 30 Jun 2026 18:19:57 +0000</pubDate><content:encoded><![CDATA[<p>When Lexi Minetree auditioned for the part of a teenage Elle Woods in a “Legally Blonde” prequel series for Prime Video, she went for it with the determination and creativity that the character herself used to apply to Harvard Law School in the original film.</p><p>Minetree, said “Elle” executive producer Lauren Neustadter, “actually recreated her own version of the Harvard admission video featured in the 2001 movie that starred Reese Witherspoon, "and she hit it out of the park.”</p><p>The preparation to play Elle in the series debuting on Wednesday, didn't stop there. Minetree says she watched “Legally Blonde” about “200 times at this point,” studying Witherspoon's performance, but steering clear of an outright impression of the Oscar winner.</p><p>“Reese brought her essence to the character,” Minetree said. “And that is something that no one could ever replicate. It would be a disservice if I tried to do that, so I tried to bring the parts of myself that I thought were reflected in Elle."</p><p>A fish out of water</p><p>In “Legally Blonde,” we met Elle as a sorority girl who applies to Harvard Law School, gets accepted, and is a star in her class.</p><p>“When I read the script it reminded me a lot of old Goldie Hawn movies, or ‘Working Girl,’ Witherspoon told The AP in 2001. “You think this girl is certainly not very smart because of the way she speaks and the way she looks, and then she just turns the tables on everybody and becomes smarter than everyone, and I just love that.”</p><p>Like the film, “Elle” underscores that people don’t have to sacrifice their true selves in order to achieve success.</p><p>How we meet Minetree's Elle is at her blowout 16th birthday party, shortly before her parents (played by Tom Everett Scott and June Diane Raphael) break the news that they're all moving to Seattle.</p><p>The students at her new school are less than friendly and shun Elle's sunny disposition and pink attire. This is Seattle in 1995 and both grunge music and its culture are everything. Even the cheerleaders wear flannel. It takes time for the student's to warm up to their new classmate, whose ice breaker is “I like iced coffee, the month of July and when people dress kind of tennis-y even if they don't play tennis.”</p><p>“Such an integral part of the ‘Legally Blonde' IP is not judging a book by its cover," said Chandler Kinney, who plays Kimberly, one of Elle's schoolmates who is particularly judgy — at first.</p><p>The lasting influence of ‘Legally Blonde’</p><p>The time seemed right to explore more of Elle's story when Witherspoon noticed the pressures young women feel to live up to unrealistic standards curated online. Studies have linked social media to mental health issues among teens.</p><p>Witherspoon “really saw what was happening to young women," said Neustadter of Witherspoon's desire to explore the character as a young woman. "She felt like this was the right moment to give Elle to the next generation.”</p><p>"Elle reminds us that we should feel good about being ourselves, feel proud of who we are and to be kind and good to others. It feels like a good reminder for this moment in time.”</p><p>Telling an origin story of this character just makes sense, Raphael said. We've seen prequels about all kinds of male characters — but “we rarely get to do that with the iconic female characters that we love," she said.</p><p>A surprise cast member</p><p>— James Van Der Beek</p><p>Viewers will recognize a familiar face in the first season of “Elle.” James Van Der Beek, who died in February after a diagnosis of bowel cancer, plays Dean Wilson, superintendent of Elle's new school and a mayoral candidate.</p><p>Raphael had the most scenes with Van Der Beek and says it was an honor to share scenes with him.</p><p>”It’s so special to me," she said. "His work on the show is so lovely, and he is such a lovely person. I’d never met him before, and I was so excited to work with him. I was really blown away by his charm and his charisma and mainly his ease."</p><p>More ‘Elle’ is coming</p><p>Season 2 of “Elle” wrapped filming earlier this month, and Minetree is happy viewers won't have to wait long to see a continuation to the story.</p><p>“Honestly, Season 2, it’s so good," Minetree said. “Season 1 is amazing, but season 2 might be better.”</p><p>There are also plans to make a third “Legally Blonde” film starring Witherspoon.</p><p>“Absolutely, we’re on it,” Neustadter said. "Don’t you worry. We’re in the kitchen we’re cooking something up.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4JUFSLP7BSTNLFF4BOENDXOLEY.jpg?auth=df035f7d871b577063bcc65caf4e338dd53b74bc7ce701b2254b46bf23f3ac9b&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 Prime Video shows Lexi Minetree, as Elle Woods, in a scene from "Elle." (Jessica Brooks/Prime Video via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Brooks</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RD2QU46IPK3RIULHPGR55BKBXE.jpg?auth=eff697fc26f9f6b91c8ad00157b44da3979ec39bd5b278255d5d512de019e2f7&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 Prime Video shows, from left, Tom Everett Scott, Lexi Minetree, and June Diane Raphael in a scene from "Elle." (Jessica Brooks/Prime Video via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Brooks</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A5TSDBRIXYFPPJB344GBCHRXSQ.jpg?auth=e9e51802e7375dcc819fa98c0d403b758d9ab419f218c858058fd9ca3c4fd387&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 Prime Video shows Lexi Minetree, as Elle Woods, in a scene from "Elle." (Jessica Brooks/Prime Video via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Brooks</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PGEBQUX4PTCEMH4CWM5UJGXBMI.jpg?auth=986252eadf89b7398279c80f305c2ef3e4b790231e314e37fc7b4307ddabda85&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 Prime Video shows Lexi Minetree, left, and Chandler Kinney in a scene from "Elle." (Justine Yeung/Prime Video via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Justine Yeung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EDMFZPFBRZDQ7P5MH2ZVHZPGMY.jpg?auth=76513d561f646844987ddc66d945037e5efeb5001111f26cf863e0ecef2aca47&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 Prime Video shows James Van Der Beek in a scene from "Elle." (Kimberley French/Prime Video via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kimberley French</media:credit></media:content></item><item><title><![CDATA[Arrestan a tres personas tras múltiples robos tipo “rompe y agarra” a vehículos en Pinecrest, dice la policía  ]]></title><link>https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Tres hombres fueron arrestados después de que la Policía de Pinecrest informara que estaban vigilando la localidad para cometer robos a vehículos tras romper sus ventanas.  ]]></description><pubDate>Fri, 26 Jun 2026 19:45:50 +0000</pubDate><content:encoded><![CDATA[<p>Tres hombres fueron arrestados en relación con una serie de robos a vehículos tras romper sus ventanas en Pinecrest, informó la Policía.</p><p>Según los informes de arresto, los sospechosos fueron identificados como Terrance Beron Sills, de 22 años; Jayden Cereus, de 18, ambos de Fort Lauderdale; y Kevin Peeples, de 18, de Miami.</p><p>La Policía indicó que los agentes patrullaban alrededor de las 11:30 p.m. del jueves después de recibir una alerta para localizar un Honda Accord gris que había sido vinculado a múltiples robos a vehículos tras romper sus ventanas en Pinecrest y que había sido detectado repetidamente por cámaras automatizadas de lectura de matrículas en toda la localidad.</p><p>Según los informes, un agente localizó el vehículo cerca de la calle 122 SW y la avenida 67 SW.</p><p>Los investigadores dijeron que el conductor llevaba una máscara negra de esquí cubriéndole la parte inferior del rostro antes de bajársela. También confirmaron que el conductor, Cereus, apagó las luces del vehículo y comenzó a retroceder después de notar una patrulla policial identificada.</p><p>Los agentes dijeron que detuvieron el Honda y arrestaron a los tres ocupantes sin incidentes.</p><p>Según los informes, los agentes encontraron a simple vista dentro del vehículo tres herramientas para romper ventanas de automóviles, varios pares de guantes y máscaras negras de esquí. La Policía indicó que estas herramientas son utilizadas comúnmente para romper rápidamente las ventanas de los vehículos durante los robos.</p><p>Después de ser informados de sus derechos Miranda, los tres sospechosos dieron explicaciones contradictorias sobre por qué estaban en Pinecrest, según los informes.</p><p>La Policía indicó que Peeples dijo a los investigadores que el grupo “se hospedaba en un hotel lejos de aquí” y que buscaban un Airbnb para alquilar en Pinecrest, pero posteriormente los agentes contactaron al propietario de la dirección que aparecía en su teléfono, quien dijo que no esperaba a nadie y que no conocía a los sospechosos.</p><p>Según los informes, Sills, quien dijo a los agentes que el Honda le pertenecía, admitió que las herramientas para romper ventanas eran suyas, pero afirmó que las llevaba por si dejaba las llaves dentro del vehículo.</p><p>La Policía indicó que Sills también declaró que el grupo había viajado desde Fort Lauderdale “para buscar vehículos” antes de negarse a responder más preguntas.</p><p>Los investigadores dijeron que Cereus informó a los agentes que el grupo había estado conduciendo por Pinecrest durante unos 30 minutos, pero también afirmó que el hotel donde se hospedaban estaba aproximadamente a una hora de distancia.</p><p>Indicaron que, con base en la vinculación del vehículo con robos anteriores, las repetidas alertas de los lectores de matrículas, los objetos recuperados del automóvil y las declaraciones contradictorias de los sospechosos, los agentes arrestaron a los tres hombres.</p><p>La Policía no ha revelado cuántos objetos de valor ni qué cantidad de bienes fueron robados en los casos vinculados.</p><p>Los registros de la cárcel muestran que Sills, Cereus y Peeples enfrentan cada uno un cargo de posesión de herramientas para robo y un cargo de merodear o deambular con fines delictivos.</p><p>Hasta el viernes, los tres sospechosos permanecían detenidos con una fianza de $5,100 USD cada uno en el Centro Correccional Turner Guilford Knight.</p><p>Cualquier persona con información sobre el caso puede comunicarse con Miami-Dade Crime Stoppers al 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Forecasters cite 'dangerous' conditions as heat scorches Midwest while on its way to the East]]></title><link>https://www.local10.com/news/2026/06/30/forecasters-cite-dangerous-conditions-as-heat-scorches-midwest-while-on-its-way-to-the-east/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/30/forecasters-cite-dangerous-conditions-as-heat-scorches-midwest-while-on-its-way-to-the-east/</guid><dc:creator><![CDATA[By ED WHITE, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Nature's oven was on high Tuesday for millions of people in the Midwest and Great Lakes states as intense heat and humidity baked the regions with no immediate relief before the misery shifts to the eastern U.S.]]></description><pubDate>Tue, 30 Jun 2026 21:47:14 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Nature's oven was on high Tuesday for millions of people in the Midwest and Great Lakes states as intense heat and humidity baked the regions with no immediate relief before the misery shifts to the eastern U.S.</p><p>The National Weather Service was blunt: Conditions were “dangerous” as the heat index, a combination of air temperature and humidity, exceeded 100 degrees Fahrenheit (37.8 degrees Celsius) in some areas. It warned about a risk for heat-related illnesses, especially among people without air conditioning.</p><p>Detroit's air temperature was in the high 90s, the Weather Service said, and could even reach 100 at some point through Thursday. The city said a dozen recreation centers were open, some until 11 p.m., for people to cool off. Big chunks of Michigan, as well as Illinois, Ohio, Indiana, Kentucky and much of Iowa, were under an extreme heat warning.</p><p>The Northeast, including New York City and Boston, will next feel major heat through the Fourth of July holiday. Norristown, Pennsylvania, 20 miles (32 kilometers) from Philadelphia, canceled a Saturday parade because of the weather.</p><p>Philadelphia declared a heat emergency, Wednesday through Saturday, and said 50 cooling centers will operate with extended hours. The city said visitors will find misting tents, water refill stations and medical stations at the free World Cup fan festival at East Fairmount Park.</p><p>When the heat's on, people adjust</p><p>The Chicago History Museum offered free admission to state residents who wanted a cool space Tuesday. Roads in a few places in Illinois buckled under the heat. When the surface has no room to expand in the heat, it can rise and crack.</p><p>At 9:15 a.m., window washer Stephen Mason, 72, was wiping mayflies off glass at a Detroit convenience store. He got an early start to avoid the worst conditions of the day, but it was already 85 (29.4 C).</p><p>“It's the only way to beat it. But it's already starting to cook out here,” Mason said.</p><p>Adam Schubatis, 36, a runner who was shirtless in Detroit's Indian Village neighborhood, said he was cutting his route to 6 miles (9.6 kilometers).</p><p>“I know where all the drinking fountains are,” he said. “My wife thought I was crazy. She offered to pick me up if I got tired or if there was anything I was doing that wasn't safe.”</p><p>A dog's day can be ‘miserable’</p><p>In Milwaukee, more than 100 firefighters spent hours controlling a fire at a school in the extreme heat. Fire Chief Aaron Lipski said crews were rotating and shedding their thick coats while they rehydrated.</p><p>Overnight low temperatures were in the 70s (21-26.7 C) in many places, which doesn't give the body a chance to cool down naturally, said Dr. Kisha Davis, health officer for Montgomery County, Maryland.</p><p>“The heat stress will compound day after day,” said Davis, who added that alcohol and soda, popular holiday drinks, are dehydrating.</p><p>In Jackson, Mississippi, where the afternoon heat index exceeded 100 F (37.7 C), massive fans tried to keep about 100 dogs cool at an old mattress warehouse that serves as a shelter for Community Animal Rescue and Adoption.</p><p>“It’s miserable. … We try to keep everybody hydrated back there. Dogs and people,” said kennel manager Raquel Burney.</p><p>Cooling it forward</p><p>George Liller, 64, was a hero in Grosse Pointe Park, a Detroit suburb. He added air conditioning to his home, so he offered a window unit for free on Facebook — extension cord and remote control included.</p><p>“It was probably on my porch maybe 15 minutes,” Liller said. “That air conditioner was given to me. I thought, ‘Somebody needs it.’ I know how it feels to be in an old house when it’s this hot.”</p><p>___</p><p>Associated Press reporters Sophie Bates in Jackson, Mississippi, Hannah Fingerhut in Des Moines, Iowa, and Kathy McCormack in Concord, N.H., contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EGZOC3PJLQZZE7TBOKQXYMKVM4.jpg?auth=d3fc559cb98090b471d1617cb41221b4981a54d38d37f7acb05efe64dd061157&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman stands in mist trying to cool off from hot weather at Dodge Fountain at Hart Plaza in Detroit, Tuesday, June 30, 2026. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BOJ533FYWWVXAB2EEDRFJ7Q2TE.jpg?auth=40b7135d8c86d49906fd0db2d9161091ec6ff3c96fb08f10a847c1b29dcfaa52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors use a jacket for shade as they walk at the Great American State Fair on the National Mall, Tuesday, June 30, 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/BZWZMIUQA23JUWZTVH2VQGB5LQ.jpg?auth=a0171223adf6bfbce33832baeb3a67805ce2ba4a5d45ae9eff2cf9817134fef6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emmanuel Lopez tries to cool off during a run from hot weather at Dodge Fountain at Hart Plaza in Detroit, Tuesday, June 30, 2026. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Board offers $3B settlement to restructure Puerto Rico power company debt]]></title><link>https://www.local10.com/business/2026/06/30/board-offers-3b-settlement-to-restructure-puerto-rico-power-company-debt/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/board-offers-3b-settlement-to-restructure-puerto-rico-power-company-debt/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — A federal control board that oversees Puerto Rico’s finances announced Tuesday that it has offered a $3 billion settlement to bondholders in a new push to finally restructure more than $10 billion in debt held by the U.S. territory’s power company.]]></description><pubDate>Tue, 30 Jun 2026 18:08:50 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — A federal control board that oversees Puerto Rico’s finances announced Tuesday that it has offered a $3 billion settlement to bondholders in a new push to finally restructure more than $10 billion in debt held by the U.S. territory’s power company.</p><p>The board is proposing paying cash and offering the issuance of new bonds to bondholders that have not settled and are seeking some $8.5 billion in claims.</p><p>The proposed settlement represents $1.4 billion more than previously offered.</p><p>Puerto Rico’s Electric Power Authority has been trying to restructure its debt for roughly a decade, after the U.S. territory announced in 2015 that it was unable to pay its more than $70 billion debt load. That prompted U.S. Congress to create the federal board in 2016. A year later, Puerto Rico’s government filed for the largest municipal bankruptcy in U.S. history.</p><p>Since then, the board and bondholders of the power company's debt have been at odds over compensation, with multiple mediation attempts failing.</p><p>“Puerto Rico must be able to close this last chapter of its fiscal crisis and move forward,” said Robert F. Mujica Jr., the board’s executive director.</p><p>He stressed that restructuring the company’s debt “is essential to Puerto Rico’s recovery — to the reliable, affordable electricity and the new investment its residents and businesses deserve.”</p><p>The board said it has not yet identified the source to finance the proposed settlement.</p><p>Some worry that the source of funds could come from an increase in power bills, which already are among the highest in any U.S. jurisdiction as chronic outages persist.</p><p>The board noted that previous agreements reached with several creditors and some bondholders in the power company’s case remain in place.</p><p>The board said that overall, it has completed 12 debt restructurings for Puerto Rico’s government, eliminating more than $55 billion in debt payments over 40 years.</p><p>___</p><p>Follow AP’s Latin America coverage at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2EN434BV7IHX346KQQ7BMLOMLM.jpg?auth=f29bb84d9bb92aa1dfe5df5300b3ee672cc73594dc4cd63cde03f7a49bfc4ee9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Puerto Rican national flag flies in front of the Capitol building in San Juan, Puerto Rico, July 29, 2015. (AP Photo/Ricardo Arduengo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Arduengo</media:credit></media:content></item><item><title><![CDATA[Donations pour in at South Florida mission center to help Venezuela earthquake victims]]></title><link>https://www.local10.com/news/local/2026/06/30/donations-pour-in-at-south-florida-mission-center-to-help-venezuela-earthquake-victims/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/donations-pour-in-at-south-florida-mission-center-to-help-venezuela-earthquake-victims/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[People from across the United States are coming together in South Florida to send help to Venezuela, with donations pouring into the Global Empowerment Mission.]]></description><pubDate>Tue, 30 Jun 2026 17:23:10 +0000</pubDate><content:encoded><![CDATA[<p>People from across the United States are coming together in South Florida to send help to Venezuela, with donations pouring into the <a href="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/" target="_self" rel="" title="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/">Global Empowerment Mission</a>.</p><p><a href="https://www.local10.com/espanol/2026/06/30/llegan-numerosas-donaciones-al-centro-misionero-del-sur-de-florida-para-ayudar-a-las-victimas-del-terremoto-de-venezuela/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/llegan-numerosas-donaciones-al-centro-misionero-del-sur-de-florida-para-ayudar-a-las-victimas-del-terremoto-de-venezuela/">Leer en español</a></p><p>Back-to-back <a href="https://www.local10.com/topic/Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Venezuela/">earthquakes in Venezuela</a> have killed nearly 1,500 people and left thousands injured.</p><p>Cars lined up early Tuesday as people dropped off supplies, with some traveling hundreds of miles to contribute.</p><p>Justo Piaero drove from Raleigh, North Carolina, making the two-day trip to be the first person in line.</p><p>As a Venezuelan, Piaero said seeing videos from his home country has been devastating, and he wanted to find a way to help.</p><p>“It’s a trip that I never like to do, but it’s something we have to do. We have to help the people in need, and this is total disaster in my country,” Piaero said.</p><p>The effort in Doral brought together volunteers and donors who said they were moved to help in any way they could.</p><p>Rosalina Castro, a volunteer, said she felt she needed to do something after seeing the suffering.</p><p>“I’m heartbroken still I felt the need to come out and do something at least something so small is coming to move pallets and water,” Castro said.</p><p>Volunteers spent hours moving boxes and supplies through the South Florida heat, saying the work was powered by a desire to support people in need.</p><p>For donor Cristy Paulick, seeing the community come together was emotional.</p><p>“It’s heartbreaking, it breaks my heart, but I’m happy to see everybody coming together to do this it’s heartfelt and heartwarming as well,” Paulick said.</p><p>Organizers said the donations represent more than just supplies — they represent hope for people affected by the crisis.</p><p><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/\" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/\">Click here</a> for more information on multiple drop-off locations across South Florida collecting goods and supplies for victims.</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[Llegan numerosas donaciones al centro misionero del sur de Florida para ayudar a las víctimas del terremoto de Venezuela]]></title><link>https://www.local10.com/espanol/2026/06/30/llegan-numerosas-donaciones-al-centro-misionero-del-sur-de-florida-para-ayudar-a-las-victimas-del-terremoto-de-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/llegan-numerosas-donaciones-al-centro-misionero-del-sur-de-florida-para-ayudar-a-las-victimas-del-terremoto-de-venezuela/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[Personas de todo Estados Unidos se reúnen en el sur de Florida con donaciones que llegan a Global Empowerment Mission.]]></description><pubDate>Tue, 30 Jun 2026 18:00:50 +0000</pubDate><content:encoded><![CDATA[<p>Personas de todo Estados Unidos se reúnen en el sur de Florida para enviar ayuda a Venezuela, con donaciones que llegan a <a href="https://www.globalempowermentmission.org/es/mission/venezuela-earthquakes/" target="_self" rel="" title="https://www.globalempowermentmission.org/es/mission/venezuela-earthquakes/">Global Empowerment Mission</a>.</p><p>Dos <a href="https://www.local10.com/topic/Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Venezuela/">terremotos consecutivos en Venezuela</a> han dejado casi 1,500 muertos y miles de heridos.</p><p>Autos hicieron fila temprano el martes mientras la gente entregaba suministros, con algunos viajando cientos de millas para contribuir.</p><p>Justo Piaero manejó desde Raleigh, Carolina del Norte, haciendo un viaje de dos días para ser la primera persona en la fila.</p><p>Como venezolano, Piaero dijo que ver videos de su país de origen ha sido devastador y que quería encontrar una forma de ayudar.</p><p>“Es un viaje que nunca me gusta hacer, pero es algo que tenemos que hacer. Tenemos que ayudar a las personas necesitadas, y esto es un desastre total en mi país”, dijo Piaero.</p><p>El esfuerzo en Doral reunió a voluntarios y donantes que dijeron sentirse conmovidos para ayudar en todo lo que pudieran.</p><p>Rosalina Castro, una voluntaria, dijo que sintió que tenía que hacer algo después de ver el sufrimiento.</p><p>“Todavía estoy con el corazón roto, sentí la necesidad de venir y hacer algo, aunque sea algo tan pequeño como mover pallets y agua”, dijo Castro.</p><p>Los voluntarios pasaron horas moviendo cajas y suministros bajo el calor del sur de Florida, diciendo que el trabajo estaba impulsado por el deseo de apoyar a personas necesitadas.</p><p>Para la donante Cristy Paulick, ver a la comunidad unirse fue emocional.</p><p>“Es desgarrador, me rompe el corazón, pero estoy feliz de ver a todos uniéndose para hacer esto, es conmovedor y también reconfortante”, dijo Paulick.</p><p>Los organizadores dijeron que las donaciones representan más que solo suministros: representan esperanza para las personas afectadas por la crisis.</p><p>Haz <a href="https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/">clic aquí</a> para más información sobre múltiples puntos de entrega en el sur de Florida que están recolectando bienes y suministros para las víctimas.</p>]]></content:encoded></item><item><title><![CDATA[Ben Shelton stunned at Wimbledon with 1st-round loss to Finnish qualifier]]></title><link>https://www.local10.com/sports/2026/06/30/ben-shelton-stunned-at-wimbledon-with-1st-round-loss-to-finnish-qualifier/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/ben-shelton-stunned-at-wimbledon-with-1st-round-loss-to-finnish-qualifier/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Ben Shelton wasted a match point in the fifth-set tiebreaker against qualifier Otto Virtanen at Wimbledon in what the fourth-seeded American called “one of the toughest losses of my career.”]]></description><pubDate>Tue, 30 Jun 2026 17:54:50 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Ben Shelton wasted a match point in the fifth-set tiebreaker against qualifier Otto Virtanen at Wimbledon in what the fourth-seeded American called “one of the toughest losses of my career.”</p><p>Shelton was eliminated 6-4, 3-6, 6-7 (8), 6-2, 7-6 (9) on Tuesday, losing in the first round at the grass-court Grand Slam for the first time in his young career.</p><p>The 23-year-old Shelton led 8-5 in the deciding 10-point tiebreaker against his 140th-ranked opponent and had match point at 9-8 but made an unforced error and then lost the next two points.</p><p>“I thought I put myself in a great position to win at the end. He came up with the goods,” said Shelton, who reached the quarterfinals last year at the All England Club.</p><p>The left-handed American said he “wasn’t getting many free points.”</p><p>“The way that he was playing, hitting the ball, it definitely forced my hand. He’s playing aggressive,” Shelton said. "He wasn’t really making any mistakes. Towards the end, any ball I left semi-hanging, he was ripping a winner, especially in that last game before the tiebreak.</p><p>“In the tiebreak,” he continued, “I was trying to get to the net as much as I could, try to really rush him and not allow him to swing away from the baseline.”</p><p>The 25-year-old Virtanen came through the qualifying tournament and earned the biggest win of his career in eliminating Shelton, who is ranked No. 5.</p><p>“I had a great month. I played a lot of grass matches,” Virtanen said in his on-court interview after 4 hours, 21 minutes on No. 2 Court.</p><p>He reached the second round in his Wimbledon debut in 2024 and missed last year's tournament.</p><p>Shelton said he'll try not to dwell on the defeat.</p><p>“I’m usually the type of person that gets back on the court or in the gym the next day. This is definitely one of the toughest losses of my career, coming here at Wimbledon. First time I’ve lost in the first round here,” he said. “I didn’t even think I played a poor match today. Things just didn’t go my way. ... I’ll be right back on the practice courts in a couple days.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/COMJHTRUYBIHYK22YGD2ZCICTM.jpg?auth=31e317194085f2e04eefde7fa92c17096a6899ee559d1fd32d4a8b0a82211aa1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Shelton of the United States reacts as he plays Otto Virtanen of Finland during their men's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026.(AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M66RNLQNBZT5X3P56MMRCXPMAM.jpg?auth=d62f1301d129997a6568386411d3a4553cbe349bfd07133b0ad751e67f77630b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Shelton of the United States runs for the ball as he plays against Otto Virtanen of Finland during their men's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026.(AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/53WTAIIDFGLKQE7JIJM246W2WM.jpg?auth=0aa9979977d4751938817be639706f25c89f777e493df3dce3755e0c2ad7dd67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Shelton of the United States plays a return to Otto Virtanen of Finland during their men's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026.(AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZBPWV56GT2ABXCMFBK4RK7AHME.jpg?auth=eb699a9731f6ee2a36cfb3ce62ad9ed636eabee6321e0ca993d117622982c7c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Otto Virtanen of Finland celebrates winning against Ben Shelton of the United States after their men's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026.(AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></item><item><title><![CDATA[This grieving father and ex-general could test the grip of Israel's longest serving prime minister]]></title><link>https://www.local10.com/news/world/2026/06/30/this-grieving-father-and-ex-general-could-test-the-grip-of-israels-longest-serving-prime-minister/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/this-grieving-father-and-ex-general-could-test-the-grip-of-israels-longest-serving-prime-minister/</guid><dc:creator><![CDATA[By SAM METZ and JULIA FRANKEL, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — A leading Israeli general who quit Prime Minister Benjamin Netanyahu's war Cabinet after accusing him of lacking a strategy in Gaza has emerged as one of the premier’s most serious challengers in elections scheduled for the fall.]]></description><pubDate>Tue, 30 Jun 2026 19:24:30 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — A leading Israeli general who quit Prime Minister Benjamin Netanyahu's war Cabinet after accusing him of lacking a strategy in Gaza has emerged as one of the premier’s most serious challengers in elections scheduled for the fall.</p><p>His name is Gadi Eisenkot. On Tuesday in Israel, his centrist political party “Yashar!” or “Straight!” formally launched its election season campaign.</p><p>“This time it’s on us,” said Eisenkot at the launch event Tuesday. “Will we turn a blind eye to the disaster that has befallen us? Will we accept the continued division and rush to the next disaster? Or will we heal and rebuild?”</p><p>His rise from the highest ranks of the military could sharpen scrutiny of Netanyahu and his stewardship of Israel through multiple wars. Like nearly all of the prime minister’s rivals, Eisenkot has broadly supported Israeli military operations in places such as Gaza, Lebanon and Iran. He did not mention any of those conflicts in his speech Tuesday.</p><p>But he has also accused Netanyahu of strategic failure in the wake of the Hamas-led attacks on Oct. 7, 2023, and said his vision of a more isolated Israel is a threat to the future of the state.</p><p>In recent days Netanyahu, who leads Israel’s right-wing Likud Party, has fired back, saying if he had listened to Eisenkot, who was opposed to certain operations in Gaza, then “all of Hamas” would still be in control in the territory.</p><p>As a political newcomer, however, Eisenkot “looks like a front-runner because he’s everything Netanyahu is not,” said Gideon Rahat, senior fellow at the Israel Democracy Institute think tank in Jerusalem.</p><p>“He’s not polarizing, he’s not a populist like Netanyahu, and he will try to unify the country,” Rahat said.</p><p>An anti-Netanyahu biography</p><p>A 66-year-old son of Jewish Moroccan immigrants, Eisenkot stands in stark contrast to Netanyahu, a U.S.-educated elite who is on trial for corruption. He comes from a working-class family. His English is unpolished. He spent four decades in Israel’s military.</p><p>He has also never campaigned on having ties to U.S. President Donald Trump. And his 25-year-old son, Gal Meir Eisenkot, was killed in combat in Gaza, while Netanyahu’s son, a podcaster, lived part-time in Florida.</p><p>Losing a son — as well as two nephews — to the war has raised Eisenkot’s profile among Israelis and given him credibility as someone who, having paid the ultimate price, won’t needlessly sacrifice soldiers.</p><p>“People trust him to be a real person and a patriot. They expect him to take care of the country and not himself,” said Rahat, who is a professor at Hebrew University.</p><p>His platform includes a pledge to strengthen Israel’s national security, including through regional cooperation, although he has said that he supports Jewish settlements that are “in line with Israel’s interests” in the occupied West Bank. He said Tuesday he would focus on establishing a state commission of inquiry to investigate the failures leading to the Oct. 7 attack, rebuild the north and south of the country and invest in education and healthcare.</p><p>He has also adopted the slogan “Service for All,” a nod to mandating military service for Israel’s ultra-Orthodox communities. For Israelis who have grown tired of war or sending their loved ones off to fight, such arguments may resonate.</p><p>“He presents as an everyman, a reflection of the ordinary Israeli,” Joshua Leifer, a columnist for Israel’s Haaretz newspaper, wrote. He is “a kind of antipolitician,” he said.</p><p>In 2024, Eisenkot resigned from Netanyahu’s war Cabinet, citing what he said was the prime minister’s lack of strategy as Israel prosecuted its war in Gaza. He sent a blistering letter to fellow Cabinet members warning that they were mistaking incremental battlefield gains for decisions that could actually neutralize Hamas and make Israel more secure.</p><p>But his qualms weren’t with the level of destruction in Gaza or the high civilian toll, both of which drew global outrage. And while at times he has emphasized diplomacy as a way to address Israel’s security challenges, Eisenkot is also credited with formulating Israel’s so‑called “Dahiyeh Doctrine,” named after the area in Beirut’s southern suburbs where the Hezbollah militant group has a stronghold.</p><p>He elaborated on the doctrine in a 2008 interview with the Israeli daily Yedioth Ahronoth, after serving as a top military official during Israel’s war with Lebanon in 2006.</p><p>“What happened in the Dahiyeh quarter of Beirut in 2006 will happen in every village from which shots will be fired in the direction of Israel,” he said. “We will wield disproportionate power against every village from which shots are fired on Israel, and cause immense damage and destruction. From our perspective, these are military bases.”</p><p>Despite anti-Netanyahu sentiment, challengers face difficult path to unseating him</p><p>In Israel’s fractured multi-party system, prime ministers rarely finish their four-year terms. Coalitions collapse and new alliances are formed. Because of that — and despite Netanyahu’s unpopularity — it would still be difficult for any of the prime minister’s challengers to form a coalition broad enough to unseat him.</p><p>If Eisenkot’s party wins more seats than Netanyahu’s, it will still need to form alliances with enough other parties to constitute a majority. Eisenkot has said he will not compromise on legislation mandating military service for the ultra-Orthodox, who also wield political power.</p><p>He will also need to decide whether to include Arab-led parties to get over the threshold — something Netanyahu and his far-right allies have already used as an attack line.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DZDWJSOGWDM7SBA23XDB7XAMXA.jpg?auth=7a1f5d4024b894f30d502866a019b95e97ed85a08b02412249ea93821093d292&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gadi Eisenkot, former Israeli military Chief of Staff and leader of the centrist party Yashar ("Straight"), speaks at the Drom HaSharon Regional Council in Israel during the launch of his party's election campaign Tuesday, June 30, 2026. (AP Photo/Ariel Schalit]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XP7RL2S6K65XT4OMROYAWLRLXE.jpg?auth=2e87c2d6a9f021492edb214ee45ff199a1d71afe1d5d91f242c802940de9ed15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gadi Eisenkot, former Israeli military Chief of Staff and leader of the centrist party Yashar ("Straight"), speaks at the Drom HaSharon Regional Council in Israel during the launch of his party's election campaign Tuesday, June 30, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YUSVBPD627ZN5IHXAJ2LB4BWRM.jpg?auth=fadf8e55194193689c95766237e04045b519094523ed32dcbd92dcbad40a9abd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gadi Eisenkot, former Israeli military Chief of Staff and leader of the centrist party Yashar ("Straight"), speaks at the Drom HaSharon Regional Council in Israel during the launch of his party's election campaign Tuesday, June 30, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FVMVXMUPFINVR7QO4ZMZBDBNEQ.jpg?auth=bdd7e1bd900e0ba2bf246b0f2d58d377c42597c320e9ea2230eca0fbc78519bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gadi Eisenkot, former Israeli military Chief of Staff and leader of the centrist party Yashar ("Straight"), speaks at the Drom HaSharon Regional Council in Israel during the launch of his party's election campaign Tuesday, June 30, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content></item><item><title><![CDATA[Iran heads home after a heartbreaking World Cup knockout, but fans say players should be proud]]></title><link>https://www.local10.com/sports/2026/06/30/iran-heads-home-after-a-heartbreaking-world-cup-knockout-but-fans-say-players-should-be-proud/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/iran-heads-home-after-a-heartbreaking-world-cup-knockout-but-fans-say-players-should-be-proud/</guid><dc:creator><![CDATA[By GABRIELA AOUN ANGUEIRA, Associated Press]]></dc:creator><description><![CDATA[TIJUANA, Mexico (AP) — The Iranian national team left North America on Tuesday, departing from its World Cup home in Mexico following a tournament marked by repeated disagreements with U.S. officials, flashes of athletic brilliance and, ultimately, disappointment over barely missing out on advancing beyond the group stage.]]></description><pubDate>Tue, 30 Jun 2026 18:04:44 +0000</pubDate><content:encoded><![CDATA[<p>TIJUANA, Mexico (AP) — The Iranian national team left North America on Tuesday, departing from its World Cup home in Mexico following a tournament marked by repeated disagreements with U.S. officials, flashes of athletic brilliance and, ultimately, disappointment over barely missing out on advancing beyond the group stage.</p><p>The players return to a homeland still in the grips of an unresolved conflict with Israel and the United States. But their fans say they should be proud.</p><p>“I think even though they lost, it gave people a sense of hope,” said Mohammad Modarres, 38, who traveled from San Diego to bid the team farewell.</p><p>Heartbreak over missed chances</p><p>After its three group stage matches ended in draws, Iran's World Cup future depended on either Algeria or Austria winning their match on Saturday.</p><p>Watching from the lobby of their Tijuana hotel, the team erupted in celebration when Algeria took the lead in stoppage time.</p><p>“I've never seen a room explode like that,” said Kimia Ranjbar, 25, a lifelong fan of Team Melli who had driven down from the Los Angeles area. But minutes later, Austria tied the game again, leaving the lobby in dismayed silence.</p><p>It was the last of many disappointments throughout the tournament, including when a late goal by Shoja Khalilzadeh gave Iran the lead in its last match, against Egypt, before being ruled offside.</p><p>Facing challenging circumstances</p><p>Distractions abounded off the pitch before and during the tournament, beginning with questions over whether Team Melli would even be allowed to play in light of Iran's war with the U.S. and Israel. What followed was Iran's denied request to move its matches to Mexico, a relocation of its base camp from Arizona, and the U.S.'s refusal to grant visas to key members of the Iranian team's staff. The U.S. also rejected Iran's request to travel to the U.S. two days before its Los Angeles matches, though it relaxed some restrictions for Iran's last match.</p><p>During a World Cup security briefing Monday, Homeland Security Secretary Markwayne Mullin told reporters that the U.S. had made several accommodations for Iran's travel and repeated assertions that many of the people Iran originally requested to travel with the team to the U.S. were associated with Iran's Revolutionary Guard.</p><p>“I'm just glad they're done and they're not coming back," Mullin said, adding that he “might have sung a song or two or maybe even danced a happy dance.”</p><p>FIFA did not respond to request for comment.</p><p>In a statement to The Associated Press on Monday, the Iranian team said Mullin's remarks showed a lack of commitment to international law and the basic standards expected to host a global tournament.</p><p>“The fact that he openly celebrates Iran’s elimination says far more about him than it does about our team. It reflects a level of pettiness that cannot even tolerate the presence of a football team competing on the world’s biggest stage,” said the team, which declined requests to interview players and staff.</p><p>Before decamping Tuesday, the team thanked Mexico and Tijuana for their “kindness” but questioned its treatment at the tournament by the U.S.</p><p>“What we experienced was a series of decisions, logistical arrangements, and circumstances that undermined the sense of fairness — an impression only reinforced by the events of the final matchday of our group,” the team said in a statement.</p><p>Members of the Iranian diaspora were also divided about whether supporting the team showed tacit backing for Iran's theocratic government, which many of them oppose. Some wanted to keep politics and sports separate.</p><p>“You don't see someone screaming at (U.S. soccer star) Christian Pulisic for something Trump does,” Modarres said.</p><p>Though the team spoke out against its travel restrictions, it avoided commenting directly on the war. But it didn't shy away from spotlighting the victims of a deadly missile strike on an elementary school at the start of the conflict.</p><p>Players wore pins with the number “168” when they first landed in Mexico, referencing the number of people, mostly children, killed in the attack, which was likely launched by the U.S. They left a note in the locker room at Los Angeles Stadium, calling for peace “among all nations” and with the hashtags #168 and #minab, the school’s name.</p><p>Sherry Ghaemi, an Iranian living in Los Angeles, called their stand for the young victims “honorable.”</p><p>New friendships are forged</p><p>Amid the strife, players tried to focus on the sport. There were high notes, like when goalkeeper Alireza Beiranvand made seven saves to hold Belgium to a scoreless draw, and when Ramin Rezaeian scored off the outside of his boot to equalize against New Zealand.</p><p>“They’re going home not as losers, they’re going home as winners," said Ghaemi. “We’re proud of them.”</p><p>Meeting some of the players was a thrill for Siavash Khosrowshahi, a 32-year-old Iranian American who drove from Los Angeles to Tijuana on Sunday, the day after the team was eliminated.</p><p>“It’s been really tough and stressful,” Khosrowshahi said of the months since the U.S. and Israel started the war. There were times during the conflict when he couldn't reach his parents in Tehran — but not Sunday, when he called his mother from the hotel and surprised her by putting Beiranvand on the phone.</p><p>“It’s a source of happiness for her,” he said.</p><p>Iranians and Mexicans also deepened a bond, as Tijuana embraced the team throughout its visit.</p><p>“Irán, hermano, ya eres Mexicano!" fans chanted in Spanish whenever they saw Team Melli: “Iran, brother, now you are Mexican!”</p><p>“Iran is taking home the best of our country, and this city, which is the way in which outsiders are received,” said Arely Ramírez, a Tijuana resident who turned up at the team's hotel Sunday hoping to meet some of the players.</p><p>The feeling was mutual.</p><p>“We’re leaving Tijuana today, but our heart and soul stay here,” head coach Amir Ghalenoei said Tuesday through an interpreter before the Iranian team left for the airport.</p><p>On Monday, many players still looked solemn as they passed their last hours in Mexico. A few signed final autographs and stood for photos with fans, their smiles more muted than the week before.</p><p>Despite the disappointment, some supporters were already looking ahead. “This whole year has been bad events, bad luck after bad luck” for Iranians, said Ranjbar. But the AFC Asian Cup is six months away, a new chance for Team Melli, she said. “I'll be watching them play for that.”</p><p>___</p><p>Associated Press reporter Graham Dunbar in Geneva contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PPOLCXWZRBWX3IEXQQNK2JA25E.jpg?auth=b11b2f0757fbe1a693cf04324861a8036ed9a1f976f4721cfe6ee0bf48eabbab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans greet members of the Iran World Cup soccer team as they leave their hotel for the airport Tuesday, June 30, 2026, in Tijuana, Mexico. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4GWRJ5HFN5WO7RTQIFP65DWA4I.jpg?auth=8b95307d2cc705d4033c4a052c703e8d5f6c9923defbba7b405ae940f8bac4b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans greet members of the Iran World Cup soccer team as they leave their hotel for the airport Tuesday, June 30, 2026, in Tijuana, Mexico. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PPCU57IBAKGZVVWNOPTT33UY5Q.jpg?auth=24395df69f9a3bce7ea46854b144e5e717f66a75496cdda2f7326b3585a4de7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans wave flags as the Iran World Cup soccer team leaves their hotel for the airport Tuesday, June 30, 2026, in Tijuana, Mexico. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BSM2GS24WN2LFHH5BTLIRJO6IM.jpg?auth=828f22535c62d649fdf7a890a8a0e887ac5e7b47a009b9b9688417d23fea4ef7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Alireza Jahanbakhsh greets fans and signs autographs as the Iran World Cup soccer team leaves their hotel for the airport Tuesday, June 30, 2026, in Tijuana, Mexico. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CCS7LWQJQ5HSBJGGQNS6ADTJXM.jpg?auth=96aa94bb25a8568d4ebf0305c4401c50cc0bfde021fed0ad673fe46b02386441&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans wait to greet members of the Iran World Cup soccer team as they leave their hotel for the airport Tuesday, June 30, 2026, in Tijuana, Mexico. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Trio arrested following multiple smash-and-grab vehicle burglaries in Pinecrest, police say ]]></title><link>https://www.local10.com/news/local/2026/06/26/trio-arrested-in-connection-with-multiple-smash-and-grab-burglaries-in-pinecrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/trio-arrested-in-connection-with-multiple-smash-and-grab-burglaries-in-pinecrest/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Three men were arrested following a string of smash-and-grab vehicle burglaries in Pinecrest, police said. ]]></description><pubDate>Fri, 26 Jun 2026 19:33:14 +0000</pubDate><content:encoded><![CDATA[<p>Three men were arrested following a string of smash-and-grab vehicle burglaries in Pinecrest, police said. </p><p><a href="https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/">Leer en español</a></p><p>According to arrest reports, officers identified the suspects as Terrance Beron Sills, 19, Jayden Cereus, 18, both of Fort Lauderdale, and Kevin Peeples, 18, of Miami.</p><p>Police said officers were on patrol around 11:30 p.m. Thursday after receiving a be-on-the lookout alert for a gray Honda Accord that had been linked to multiple smash-and-grab burglaries in Pinecrest and repeatedly detected by automated license plate reader cameras throughout the village.</p><p>According to the reports, an officer spotted the vehicle near Southwest 122nd Street and Southwest 67th Avenue. </p><p>Investigators said the driver was wearing a black ski mask over the lower half of his face before pulling it down. They also confirmed that the driver, who they identified as Cereus, turned off the car’s headlights and began reversing after noticing a marked police vehicle.</p><p>Officers said they stopped the Honda and detained all three occupants without incident.</p><p>According to the reports, officers found three automotive window punch tools, multiple pairs of gloves and black ski masks in plain view inside the car. Police said the tools are commonly used to quickly shatter vehicle windows during burglaries.</p><p>After being advised of their Miranda rights, the three suspects gave conflicting explanations about why they were in Pinecrest, according to the reports.</p><p>Police said Peeples told investigators the group was “staying at a hotel far from here,” and were looking for an Airbnb to rent in Pinecrest, but officers later contacted the homeowner at the address on his phone, who said they were not expecting anyone and did not know the suspects.</p><p>According to the reports, Sills, who told officers the Honda belonged to him, admitted the window punch tools were his but claimed he kept them in case he locked his keys inside the car. </p><p>Police said Sills also stated the group had driven from Fort Lauderdale “to look for cars” before refusing to answer additional questions.</p><p>Investigators said Cereus told officers the group had been driving around Pinecrest for about 30 minutes but also claimed the hotel where they were staying was about an hour away.</p><p>They said based on the car’s connection to previous burglaries, repeated license plate reader alerts, the items recovered from the car and the suspects’ conflicting statements, officers arrested all three men.</p><p>Police have not disclosed how many valuables or how much property was stolen in the burglaries linked to the thefts. </p><p>Jail records show Sills, Cereus and Peeples each face one count of possession of burglary tools and one count of loitering or prowling. They are not facing burglary charges at this time. </p><p>As of Friday, all three suspects were being held on a $5,100 bond at the Turner Guilford Knight Correctional Center.</p><p>Anyone with information on the case is urged to call Miami-Dade Crime Stoppers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Florida Panthers bring back goaltender Jacob Markstrom in trade; Rangers sign Dorofeyev]]></title><link>https://www.local10.com/sports/2026/06/30/florida-panthers-bring-back-goaltender-jacob-markstrom-in-a-trade-with-the-devils/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/florida-panthers-bring-back-goaltender-jacob-markstrom-in-a-trade-with-the-devils/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[The Florida Panthers traded for their second goaltender in as many days, acquiring Jacob Markstrom in a deal with the New Jersey Devils on Tuesday that all but certainly signals the end of Sergei Bobrovsky's storied run in South Florida.]]></description><pubDate>Tue, 30 Jun 2026 21:29:29 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Panthers traded for their second goaltender in as many days, acquiring Jacob Markstrom in a deal with the New Jersey Devils on Tuesday that all but certainly signals the end of Sergei Bobrovsky's storied run in South Florida.</p><p>The Panthers sent Evan Rodrigues, Jesper Boqvist and the rights to pending restricted free agent Ben Steeves to the Devils for Markstrom and winger Angus Crookshank. Florida got goalie Akira Schmid from Vegas on Monday night for a 2028 third-round pick.</p><p>“Jacob is an established veteran leader in this league who possesses size and a relentless drive to win,” Panthers general manager Bill Zito said. “We are excited for him to compete alongside our established group and return to South Florida.”</p><p>Markstrom at 36 returns to Florida, where he started his NHL career a decade and a half ago. He was one of the top prospects at the position after getting taken with the 34th pick in the 2008 draft and played his first 43 games in the league with the Panthers during their down years, long before becoming a contender again.</p><p>Bobrovsky, 37, backstopped Florida to back-to-back Stanley Cup championships in 2024 and ’25 and another trip to the final in ’23. He is expected to be among the top players available when free agency opens Wednesday.</p><p>Markstrom is beginning a two-year contract at an annual salary cap hit of $6 million. That was signed in late October by former Devils GM Tom Fitzgerald, who left the organization in April. Moving on from him is the first big roster shakeup for successor Sunny Mehta. New Jersey now has Jake Allen in net and will likely go shopping for his tandem mate in free agency.</p><p>Rodrigues, who turns 33 on July 28, gives the Devils another top-nine forward. The Panthers shed his salary of just over $3 million after getting Brady Tkachuk from Ottawa to play with brother Matthew.</p><p>The Devils also re-signed forward Arseny Gritsyuk to a three-year, $9.75 million contract. The 25-year-old Gritsyuk is from Russia, and had 13 goals and 31 points in his rookie season last year, and was a pending restricted free agent.</p><p>In other moves around the NHL:</p><p>— The New York Rangers agreed to a seven-year contract with newly acquired Pavel Dorofeyev, the high-scoring forward acquired in a trade with Vegas. Dorofeyev is a fifth-year NHL veteran, and was a pending restricted free agent. He had career-highs with 37 goals and 64 points and scored 12 goals in the playoffs.</p><p>— The St. Louis Blues put winger Jonathan Drouin on unconditional waivers to buy out the final season of his contract. They got Drouin at the trade deadline from the New York Islanders as part of the return for Brayden Schenn.</p><p>— Utah signed goalie Sebastian Cossa to a two-year, $4 million contract after trading a first-round pick to Detroit for his rights.</p><p>— Fresh off winning the Cup, Carolina reacquired defenseman Kyle Masters' rights from Anaheim for forward Noah Philp. The Hurricanes sent Masters to the Ducks on Saturday along with a sixth-round pick for the rights to pending free agent John Carlson.</p><p>— Vegas, which lost to Carolina in the final, made a one-for-one defenseman swap with Pittsburgh, sending Kaedan Korczak to the Penguins for Parker Wotherspoon. Pittsburgh is retaining half of Wotherspoon's $1 million salary in a cap-saving deal for the Golden Knights. ___</p><p>AP Hockey Writer John Wawrow contributed.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5L5AO3VQXXHCOWFBF7RERD7FKU.jpg?auth=8697a46d930398bbd35b9c4ccedcaff453c702b2d68eb46cf0c83fe97b343305&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Jersey Devils goaltender Jacob Markstrom (25) makes a save against Boston Bruins forward Alex Steeves (21) during the third period of an NHL hockey game, March 16, 2026, in Newark, N.J. (AP Photo/Noah K. Murray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FBTCGJCQNL5QG2EXDSMNJDX6PI.jpg?auth=ffa49464c744fc219edde589701e059161613dddce1a705df290c716f8099a86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida Panthers' Evan Rodrigues (17) plays against the Minnesota Wild during the third period of an NHL hockey game, Jan. 24, 2026, in St. Paul, Minn. (AP Photo/Lily Dozier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lily Dozier</media:credit></media:content></item><item><title><![CDATA[Trump administration suspends funding for New York's Medicaid fraud unit]]></title><link>https://www.local10.com/health/2026/06/30/trump-administration-suspends-funding-for-new-yorks-medicaid-fraud-unit/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/30/trump-administration-suspends-funding-for-new-yorks-medicaid-fraud-unit/</guid><dc:creator><![CDATA[By ALI SWENSON and GEOFF MULVIHILL, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Trump administration on Tuesday said it would freeze federal funding for New York's Medicaid Fraud Control Unit, a state agency responsible for investigating and prosecuting fraud in the safety-net government healthcare program.]]></description><pubDate>Tue, 30 Jun 2026 20:02:18 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Trump administration on Tuesday said it would freeze federal funding for New York's Medicaid Fraud Control Unit, a state agency responsible for investigating and prosecuting fraud in the safety-net government healthcare program.</p><p>In a letter sent to New York officials, U.S. Department of Health and Human Services Inspector General Thomas March Bell accused the state of not securing enough criminal indictments and convictions and said millions of dollars in funding would be suspended through at least Sept. 30.</p><p>The move is the second suspension of a state Medicaid fraud unit this year by the Republican Trump administration, and part of a barrage of anti-fraud actions it has aggressively promoted in the healthcare sector. They have included the creation of a new task force, targeted investigations, funding deferrals and demands for revalidation of healthcare providers that have touched all states but focused largely on Democratic ones.</p><p>The pulled funding also comes after the administration admitted a glaring error in figures meant to help justify a fraud probe into New York’s Medicaid program earlier this year, a mistake critics said revealed a Trumpian tendency to attack first and verify the facts later.</p><p>New York Attorney General Letitia James, a Democrat, immediately vowed to fight Tuesday's funding freeze.</p><p>“During my time as Attorney General, my office has recovered over $627 million for Medicaid and was recognized by this very administration for leading the nation in anti-fraud efforts,” she wrote. “We are considering all legal options to stop this outrageous action.”</p><p>Letter accuses New York of low performance</p><p>Bell's letter to James and New York MFCU Director Amy Held argues that the unit is moving too slowly on cases and amassing too few indictments and convictions for wrongdoing in the Medicaid system. It notes that compared to four similarly-sized units in other states, it secured the lowest number of criminal fraud convictions between 2023 and 2025.</p><p>The letter acknowledges that one reason the state has fewer criminal convictions than other states is that it made a deliberate choice to focus on “high impact, complex fraud cases” rather than smaller-scale individual cases, but says that tradeoff didn't produce sufficient results.</p><p>“Enough is enough,” Bell wrote. “The New York MFCU has failed to comply with the terms and conditions of its MFCU grant award.”</p><p>Bell said in the letter that the funding suspension could be lifted before Sept. 30 if New York takes corrective action, “showing it has remediated concerns that formed the basis for this suspension.” He said if the state doesn’t fix the problems, the freeze will continue.</p><p>New York officials dispute the Trump administration's claims</p><p>New York's attorney general's office said in a statement that it has “long been recognized as a national leader in effectively investigating and prosecuting Medicaid fraud schemes,” including by the HHS inspector general's office. A 2025 report from the office notes that New York is one of four states that made up half the total civil recoveries in that year.</p><p>A spokesperson for the attorney general’s office said most of the unit’s criminal convictions focus on company owners, executives and corporations that would return large amounts to Medicaid.</p><p>“Under the leadership of Governor Kathy Hochul, New York State has taken concrete steps to root out waste, fraud and abuse in Medicaid," said New York health department spokesperson Cadence Acquaviva. “We look forward to the day when these disingenuous attacks end.”</p><p>The funding cutoff follows a similar move in Hawaii. In early June, Bell told Hawaii officials that Medicaid fraud funding would be cut off there, saying that it had a three-year stretch without a Medicaid fraud indictment or conviction.</p><p>Joan Alker, executive director and co-founder of Georgetown University’s Center for Children and Families, said there's an irony in the federal government cutting off money intended for prosecuting fraud when its stated goal is to do just that.</p><p>“If you want to fight fraud, don't take away money from states' fraud control units,” she said. “I chalk this up to more political theater to distract voters from historic Medicaid cuts before the midterms.”</p><p>The Department of Justice named the MFCUs in both Hawaii and New York as prosecutorial partners in a news release about a national Medicaid fraud takedown last week.</p><p>Move follows months of federal warnings and deferrals</p><p>For months, the Trump administration has contended that states — especially some Democratic-led ones — have been lax about fraud in social safety-net programs, including Medicaid.</p><p>It has demanded at least five states, four of them governed by Democrats, share information about how they identify, prevent and address Medicaid fraud.</p><p>The federal government has also withheld some Medicaid funding from Minnesota and California over fraud concerns. Minnesota Gov. Tim Walz, a Democrat who was Kamala Harris’ 2024 running mate, accused Trump of making cuts because of retribution.</p><p>The fraud-busting efforts have also targeted Medicare programs. Dr. Mehmet Oz, who leads the federal Centers for Medicare and Medicaid Services, announced a six-month moratorium on new enrollments for providers of hospice and home care nationally.</p><p>___</p><p>Associated Press writer Anthony Izaguirre contributed to this report. Mulvihill reported from Haddonfield, New Jersey.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NNBFURIC6U3X7WLQ5UPZLYKPSM.jpg?auth=e218983ea0e4dec1897ad8b8b5b1b85bf2732077e16864712d8d7e570131e5b2&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 Health and Human Services is seen in Washington on April 16, 2025. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QENUSEXTRM62FV3BUS6FOQPW7U.jpg?auth=c1d594790df675d08e3f16b102acceae621dafb196bc74c5ed05d3e7511c8069&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Attorney General Letitia James attends a news conference, Dec. 15, 2025, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[US Treasury cracks down on Jalisco New Generation Cartel with sanctions and a bank alert]]></title><link>https://www.local10.com/news/national/2026/06/30/us-treasury-cracks-down-on-jalisco-new-generation-cartel-with-sanctions-and-a-bank-alert/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/30/us-treasury-cracks-down-on-jalisco-new-generation-cartel-with-sanctions-and-a-bank-alert/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. Treasury announced a series of sanctions and a new bank alert targeting the Jalisco New Generation Cartel, Mexico’s most powerful criminal enterprise.]]></description><pubDate>Tue, 30 Jun 2026 17:35:10 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. Treasury announced a series of sanctions and a new bank alert targeting the Jalisco New Generation Cartel, Mexico’s most powerful criminal enterprise.</p><p>Treasury’s Office of Foreign Assets Control imposed sanctions on two Mexican men and nine companies involved in transportation, financial services and real estate, accused of being tied to a cartel-linked fuel theft ring intended to evade Mexican taxes while generating tens of millions of dollars annually for the cartel.</p><p>Additionally, Treasury's Financial Crimes Enforcement Network arm issued an alert to financial institutions that point out red flags of fuel smuggling from the U.S. into Mexico in schemes involving Mexican tax evasion.</p><p>“Today’s action highlights the extent to which Mexico’s cartels are expanding beyond traditional drug trafficking to generate revenue for their criminal organizations, which continue to traffic deadly drugs that kill Americans,” said Treasury Secretary Scott Bessent in a statement.</p><p>The U.S. Drug Enforcement Agency has acknowledged the New Generation Cartel’s presence in 21 of Mexico’s 32 states, surpassing the powerful Sinaloa Cartel, which is estimated to operate in 19 states. Last year, President Donald Trump designated the Jalisco New Generation Cartel and five other Mexican cartels as foreign terrorist organizations.</p><p>Mexican authorities have in recent years seized million gallons of stolen diesel, gasoline and petroleum distillates from states bordering Texas. Organized crime taps pipelines and diverts fuel to service stations forced to buy from cartels or sell it directly in the streets.</p><p>U.S. authorities have even accused the Jalisco New Generation cartel of operating its own service stations.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FUZ4I53O32TJRVPGYSWZKJ2RTM.jpg?auth=4223516f71a1b36c9a4316d148a21fa8e5c28b4b41f66859414ef114917bce2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks to the Faith & Freedom Coalition, a gathering of conservative Christian activists and leaders, Friday, June 26, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Aces rule out A'ja Wilson for Commissioner Cup final vs New York after ankle tweak]]></title><link>https://www.local10.com/sports/2026/06/30/aces-rule-out-aja-wilson-for-commissioner-cup-final-vs-new-york-after-ankle-tweak/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/aces-rule-out-aja-wilson-for-commissioner-cup-final-vs-new-york-after-ankle-tweak/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Las Vegas star Aja Wilson has been ruled out of the Commissioner Cup final against New York on Tuesday night because of a right leg injury.]]></description><pubDate>Tue, 30 Jun 2026 17:30:13 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Las Vegas star Aja Wilson has been ruled out of the Commissioner Cup final against New York on Tuesday night because of a right leg injury.</p><p>The four-time MVP rolled her ankle in the fourth quarter of the Aces' win over the Chicago Sky on Sunday. She came back into the game after a quick trip to the locker room.</p><p>“It’s when you get off the court that you realize you probably tweaked it a little worse than you originally thought," Aces coach Becky Hammon said at shootaround Tuesday.</p><p>Hammon said that it's just a tweak and that Wilson should need “a few days to move.”</p><p>Wilson, who leads the league in scoring at 25.7 points a game, has been remarkably durable in her career. She's now only missed seven games since the 2020 season.</p><p>Besides her scoring, defense and rebounding are two areas that Hammon said the Aces will need to focus on against the Liberty, who beat Las Vegas on the road last week.</p><p>“Everybody's got to be that much better," Aces guard Chelsea Gray said. “It’s no secret, she’s a big, huge part of our team. She's the best player in the world. Let’s, let’s lock in for this one game and do what we have to do.”</p><p>The Aces are no stranger to having to play the Liberty short-handed in big games. Gray and Kiah Stokes were hurt in the 2023 WNBA Finals and the Aces beat New York without them.</p><p>“Focusing on ourselves, that’s really the thing,” said New York star Breanna Stewart. “This is one game, winner takes all and you never know what’s going to happen in one game. We need to make sure that we’re our best tonight.”</p><p>New York will be missing Satou Sabally, who is in concussion protocol after unintentionally getting hit in the face by an elbow against the Aces.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2BRUKPZY3VEWVOKOHCAVAOEJYI.jpg?auth=0c89457644787e9f13057b1e38fd7416a4916b52e7f15c72f1c84cbf29355046&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las Vegas Aces center A'ja Wilson (22) grabs a rebound over Golden State Valkyries guard Kaitlyn Chen (2) during the second half of a WNBA basketball game Sunday, June 21, 2026, in Las Vegas. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Federal judge denies effort by Trump administration to get New Hampshire's detailed voter data]]></title><link>https://www.local10.com/news/national/2026/06/30/federal-judge-denies-effort-by-trump-administration-to-get-new-hampshires-detailed-voter-data/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/30/federal-judge-denies-effort-by-trump-administration-to-get-new-hampshires-detailed-voter-data/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[A federal judge has dismissed a lawsuit by the Justice Department aimed at compelling New Hampshire to turn over its voter rolls, dealing the Trump administration another setback in its quest for detailed information about the nation's voters.]]></description><pubDate>Tue, 30 Jun 2026 17:06:28 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge has dismissed a lawsuit by the Justice Department aimed at compelling New Hampshire to turn over its voter rolls, dealing the Trump administration another setback in its quest for detailed information about the nation's voters.</p><p>The ruling from U.S. District Judge Joseph LaPlante found that the request to provide the state’s voter registration list did not comply with a section of the Civil Rights Act of 1960 pertaining to federal election records. His ruling, issued Monday, also found that the Justice Department failed to allege any violation under the Help America Vote Act of 2002, which established standards for states’ voting systems and voter registration lists.</p><p>That prevents "allowing the Attorney General unrestricted access to New Hampshire’s (voter list) to conduct a line-by-line audit to assess a ‘possible’ violation of a federal statute,” wrote LaPlante, an appointee of former President George W. Bush.</p><p>New Hampshire Secretary of State David Scanlan, a Republican, welcomed the ruling.</p><p>“I am committed to protecting the private information of New Hampshire voters to the fullest extent required by law," he said in a statement.</p><p>The dismissal in New Hampshire brings to 10 the number of states where the Justice Department has lost similar cases. The department has sued to force release of detailed state voter data — which includes dates of birth, addresses, driver’s license numbers and partial Social Security numbers — in 30 states and the District of Columbia.</p><p>In addition to New Hampshire, judges have rejected those attempts in Arizona, California, Maine, Massachusetts, Maryland, Michigan, Oregon, Rhode Island and Wisconsin. In Georgia, a judge dismissed a Justice Department lawsuit because it had been filed in the wrong city, prompting the government to refile elsewhere.</p><p>In explaining their push for the records, federal officials have said they need the voter data to ensure that states are complying with federal election laws related to maintaining voter registration lists, even though states already have detailed processes to do that. In the case out of Rhode Island, a Justice Department attorney acknowledged that the department was seeking unredacted voter roll information so it could be shared with the Department of Homeland Security to check citizenship status.</p><p>Democratic and some Republican officials have objected to the Justice Department requests for detailed voter data and said such a demand violates state and federal privacy laws.</p><p>At least 13 states have either provided or promised to provide their voter registration lists to the department, 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/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></item><item><title><![CDATA[Bello again: Pierre Coffin, voice of the Minions, finally understands his yellow henchman]]></title><link>https://www.local10.com/entertainment/2026/06/30/bello-again-pierre-coffin-voice-of-the-minions-finally-understands-his-yellow-henchman/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/30/bello-again-pierre-coffin-voice-of-the-minions-finally-understands-his-yellow-henchman/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Filmmaker Pierre Coffin is the creator and chief practitioner of Minionese, but it’s a dialect — like most things Minions — that’s taken time to hone.]]></description><pubDate>Tue, 30 Jun 2026 17:04:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Filmmaker Pierre Coffin is the creator and chief practitioner of Minionese, but it’s a dialect — like most things Minions — that’s taken time to hone.</p><p>“I have this file on my phone of Indian dishes or weird words.” Coffin says. “People come up to me and say, ‘You should say that!’ and I write it down.”</p><p>“The hardest thing,” adds Coffin, “is just to find the melody.”</p><p>It’s been 16 years since Coffin co-directed Illumination's “Despicable Me.” He has made three more movies in the franchise, directing “Despicable Me 2,” “Despicable Me 3” and “Minions.” But the Minions, like Coffin’s personal version of Frankenstein’s monster, have often remained a deviling, even mystifying force to him.</p><p>Coffin, a French Indonesian animator who lives in Paris, where Illumination productions are based, has struggled with both the dictates of Hollywood franchise-building and the strange narrative conundrums of movies based around a supervillain and gibberish-speaking henchmen.</p><p>“That’s why I kind of disappeared from the series,” Coffin said in a recent interview from Paris. “I mean, the first one was really good. A bad guy becoming a good guy after contact with three little girls, I could see it. The second one was a little bit more shady because it was like: That guy who’s no longer a bad guy falls in love and there’s a marriage at the end. That’s literally how Chris (Meledandri) pitched it to me. My French sensibility threw up a little bit.”</p><p>If you can’t tell, Coffin — the still-mischievous 59-year-old son of a French diplomat and an Indonesian novelist — is unusually candid about the franchise he helped create. Even movies that he directed, he’s highly critical of.</p><p>The previous “Minions” spinoff, 2022’s “Minions: The Rise of Gru,” Coffin won’t even talk about because, he says, “I don’t necessarily like it and it’s strange to me.” “Despicable Me 3,” the 2017 sequel was the last movie Coffin directed, but he says he didn't even want to make it. Afterward, Coffin told Meledandri, the Illumination chief executive, that he was done.</p><p>“I told him: I got to move on. I did my trilogy, my prequel — I’m good. I can help with the voices, no problem. But I want to move on,” Coffin says. “I worked on separate things, but I always get pulled back by the Minions.”</p><p>The Minions have a way of manipulating their bosses, Coffin included. After walking away from them, he's back for “Minions & Monsters,” the third standalone feature for the “Banana!”-shouting little guys.</p><p>“All the other ones I had doubts about. I was guided into a direction that I did not necessarily like or understand,” says Coffin of the previous sequels. “But the things were a huge success. I was humbled. OK, there has to be something I don’t understand.</p><p>“This one is horrible because I’m thinking I really like it,” Coffin says, laughing. “And I’m thinking, man, maybe I just killed the franchise.”</p><p>Making the Minions main characters</p><p>On the contrary, “Minions & Monsters,” which opens in theaters Wednesday, may be the best “Minions” movie yet. In it, the Minions turn filmmakers. Alongside Charlie Chaplin and Harold Lloyd, they try to make a monster movie in 1920s Hollywood.</p><p>The premise, suggested by Meledandri, was too enticing for Coffin to turn down. He even wanted to write the script, which he did with cowriter Brian Lynch. “Minions & Monsters” makes the yellow troublemakers something more than chaos-inducing sidekicks. They’re silent film stars who for the first time feel like actual protagonists.</p><p>“This movie has so much for people who were kids when they first encountered the Minions,” says Meledandri. “More than any previous Minion movie, it incorporates all of that wonderful silliness of the Minions but it's also a terrific story.”</p><p>Even after seven films and more than $5 billion in box office, the Minions are still revealing themselves to Coffin. They were, in the first place, a product of evolution. For “Despicable Me,” they were first designed like hulking thugs, then more like robots, then more like mole men. Coffin, Chris Renaud and art director Eric Guillon kept refining. Add in some goggles, overalls and names like Stuart and Kevin and, bingo: movie history.</p><p>How to speak Minionese</p><p>Yet given that the Minions are impossible to understood, except for a word or two, they make for tricky protagonists. Hand them over to a new boss, and you risk making the Minions second bananas again. At the same time, long sections of uninterrupted Minionese can grow tiresome without some human interpreter.</p><p>“If it’s too long and annoying to the ear, we just kill it,” Coffin says. “All of these movies, we do until we find the little formula.”</p><p>Even just writing for the Minions isn’t a clear process. Coffin, who voices all the Minions, is accustomed to improvising their dialogue back and forth. (For the first “Minions” movie, he'd begin his mornings with two hours alone with a microphone before commuting to the studio.) Putting pen to paper came less naturally.</p><p>“Brian didn’t know how to write them,” Coffin says. “He tried writing gibberish. I told him, ‘Don’t write gibberish. I don’t understand what they’re saying. Let’s write them in English.’ It took us a while to establish that dumb thing.”</p><p>Coffin can sound almost parental about the Minions. The characters he gave voice to aren’t just in the movies. They're like mascots for Illumination, generated billions in merchandising. Not every treatment nails their singular nature.</p><p>“I don’t want to criticize what the others have done with the Minions, but when someone else does something with the Minions, I feel that they’re considering them creatures,” Coffin says. “But they’re not creatures. They’re creatures with a spirit, with a personality.”</p><p>Even he’s still figuring them out. In writing “Minions & Monsters,” Coffin wanted to think about the origins of friendships. He began surveying people about how they met their best friends. Many of the replies inevitably went back to when someone was 8 or 10 years old.</p><p>“That made it very clear to us: The Minions are kids,” Coffins says. “I discovered that on this movie. It dawned on me. They’re irresponsible, they don’t listen, they make a mess, they don’t listen to authority. From that moment onward, it was very easy.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WGKCYAAXPZO7RUASFG5DL4IH24.jpg?auth=e72a746ac3cd27652748921a327aee5bc9b6306b8c00b5f46b2144863ae53b08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pierre Coffin, left, director of "Minions & Monsters," and Chris Meledandri, CEO of Illumination, appear during the Universal Pictures and Focus Features presentation at CinemaCon in Las Vegas on April 15, 2026. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PJQWQ7VHIK3JR7ONMB77RNWHT4.jpg?auth=1a2e65cba829095d9c73d578254cbae32689d77b43579c8f135ca5ed1a93e56b&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 Universal Pictures shows minion Henry, voiced by Pierre Coffin, left, and Goomi, voiced by Trey Parker, in a scene from Illumination's "Minions & Monsters." (Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Illumination</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2Q5QB43ULC7HRHCCLNWQZ4XKS4.jpg?auth=f21ffc3d7730bba95edbb15d7361d6084962b24ead61832694c82774da599d15&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 Universal Pictures shows a scene from Illumination's "Minions & Monsters." (Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Illumination</media:credit></media:content></item><item><title><![CDATA[Boy, 1, found dead inside vehicle parked outside Plantation daycare, police say]]></title><link>https://www.local10.com/news/local/2026/06/29/child-found-dead-inside-vehicle-parked-outside-plantation-preschool/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/child-found-dead-inside-vehicle-parked-outside-plantation-preschool/</guid><dc:creator><![CDATA[Terrell Forney, Jeff  Derderian ]]></dc:creator><description><![CDATA[A death investigation is ongoing after a child was found dead Monday inside a vehicle in Broward County, authorities said.]]></description><pubDate>Tue, 30 Jun 2026 01:09:09 +0000</pubDate><content:encoded><![CDATA[<p>A death investigation is ongoing after a 1-year-old boy was found dead Monday inside a vehicle in Broward County, authorities said.</p><p><a href="https://www.local10.com/news/local/2026/06/29/hallan-a-un-nino-muerto-dentro-de-un-auto-frente-a-escuela-en-plantation/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/hallan-a-un-nino-muerto-dentro-de-un-auto-frente-a-escuela-en-plantation/">Leer en español</a></p><p>The police scene was located outside A World of Discovery Academy, at 7025 Northwest Fourth Street in Plantation. </p><p>According to Plantation police, first responders arrived after receiving reports about a deceased child inside a vehicle. </p><p>Upon arrival, Plantation Fire Department crews located the vehicle and pronounced the boy dead at the scene, authorities said.</p><p>According to investigators, the boy’s father was told that his son was marked absent and had never been dropped off at the daycare.</p><p>Police say the father then opened the back of his SUV and discovered his son inside. </p><p>Leslie Novoa, the owner of A World of Discovery Academy, told Local 10’s Jeff Derderian that the boy comes from “a very loving family.” </p><p>“It’s a devastating situation for the family. I guess for the parents who have their kids come to this school -- when they came and saw all of this, the officers, that would be really, like, concerning,” Viviana Alarcon, who works nearby, said. </p><p>A mother whose children are also enrolled at the daycare, and who asked not to be identified, told Derderian that the boy and his family are in her prayers.</p><p>“I’m sorry and can’t imagine the loss. It’s devastating,” the mother said. “You never want to lose a child, and I know it’ll be hard to come to terms with that.”</p><p>Authorities have not confirmed any additional information, including the circumstances that led to the child’s death or whether anyone would be facing charges. </p><p>“I never heard anything bad about that school,” Alarcon said. “It honestly has a good reputation.”</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[LeBron hits free agency: James not returning to Lakers, plans to play 24th season elsewhere]]></title><link>https://www.local10.com/sports/2026/06/30/lebron-hits-free-agency-james-not-returning-to-lakers-plans-to-play-24th-season-elsewhere/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/lebron-hits-free-agency-james-not-returning-to-lakers-plans-to-play-24th-season-elsewhere/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[LeBron James is leaving the Los Angeles Lakers, which means another decision awaits.]]></description><pubDate>Tue, 30 Jun 2026 19:55:18 +0000</pubDate><content:encoded><![CDATA[<p>LeBron James is leaving the Los Angeles Lakers, which means another decision awaits.</p><p>A mere 16 years after his first famed “decision” — the one that saw him leave Cleveland for Miami — James is getting ready to change uniforms once again. He has told the Lakers that his eight-year run with them is over and that he'll play a record-extending 24th NBA season elsewhere.</p><p>James has made clear many times in recent years that more championships are his motivation, which means it's almost certain he'll pick a team that he believes can contend for an NBA title in 2027. Golden State is believed to be on his list, though there are certainly some who will wonder if reunions with Cleveland and Miami are possible. Or, perhaps, a new landing spot awaits such as San Antonio, where he could partner with 7-foot-4 global megastar Victor Wembanyama.</p><p>“I’ve done it all. I’ve seen it all,” James said when the Lakers' season ended in May — after what was his last game with the franchise. “Just being able to compete and trying to win championships, I think that’s a motivating factor.”</p><p>The first half of his decision is complete: He's back for at least one more year, which means his family agreed to that part of the plan — James had said his wife Savannah and 12-year-old daughter Zhuri would have big says in whether or not he continued to play.</p><p>His next decision — where to play — is among the biggest dominoes that will fall during the NBA's offseason player movement window, alongside Giannis Antetokounmpo being traded by Milwaukee to Miami.</p><p>The Lakers released a statement Tuesday thanking James for his eight seasons with the club.</p><p>“LeBron James is one of the greatest athletes in history,” said Jeanie Buss, part of the Lakers’ ownership group. “We will always be thankful for his eight years with the Lakers, including the title he led us to in 2020 under the toughest imaginable circumstances, and the countless records he broke in purple and gold. We wish him all the best in the future, both on the court and off. He will always be a cherished part of the Lakers family.”</p><p>ESPN, citing James’ longtime agent and Klutch Sports CEO Rich Paul, first reported James’ plans.</p><p>What happens now</p><p>James can begin talking officially to new clubs after 6 p.m. EDT on Tuesday, when the league’s free agent period opens. He will not be able to sign with a new team until the league’s offseason moratorium is lifted on July 6.</p><p>The momentum toward Golden State seemed to pick up when longtime Warriors forward Draymond Green did not exercise his $27.6 million option for this coming season earlier this week in large part to allow his team flexibility to make other roster moves. It doesn't mean Green won't be back in Golden State — all indications are that he will — but it gives the team options.</p><p>“Personally, I’m always willing to work with the team on whatever is best, especially at this point in my career,” Green said on the latest episode of his podcast, which was released Tuesday. “So my decision to opt out was for a few reasons. As you all know, I’ve always taken the approach of working with the organization. I’ve been in one place for 14 years. It’s more of a family to me than anything.”</p><p>Golden State is a franchise James faced four times with Cleveland in the NBA Finals. He also has close relationships with Green, Stephen Curry and Warriors coach Steve Kerr; Curry was his teammate and Kerr was his coach for USA Basketball's run to the gold medal at the 2024 Paris Games.</p><p>James spent eight seasons with the Lakers, the longest he spent in one stint with one NBA team and led them to the 2020 NBA championship. He became the NBA’s all-time points leader while wearing a Lakers uniform and surpassed a slew of other records while in purple and gold.</p><p>He spent the first seven years of his career in Cleveland, then left for four years in Miami where he won the first two of his four championships. That was followed by another four-year stint with the Cavaliers (so he had 11 years there total), and in 2018 he joined the Lakers.</p><p>A career like none other</p><p>James is the NBA’s oldest active player; he turns 42 in December. He was the first player in league history to log 23 seasons; he’ll add at least one more to that this season. He also became the first player in the league to have a son as a teammate, with Bronny James playing alongside him with the Lakers.</p><p>The list of James’ accolades to this point are beyond comparison.</p><p>He’s a 22-time All-Star, a 21-time All-NBA selection, a four-time Most Valuable Player, a four-time NBA Finals MVP, a three-time All-Star Game MVP, and was part of the NBA’s 75th anniversary team. He’s coming off a season where he averaged 20.9 points, 6.1 rebounds, and 7.2 assists per game, and for his career, he’s averaged 26.8 points, 7.5 rebounds, and 7.4 assists in more than 1,600 games.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DMMGIX75B2BR4X2ZLKMONEF64U.jpg?auth=3810d9d670dfc55cbea79fc0284e77e944e1459f9002d295465687e1ca153343&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 forward LeBron James salutes public address announcer Lawrence Tanter prior to an NBA basketball game against the Denver Nuggets Saturday, March 2, 2024, in Los Angeles. (AP Photo/Mark J. Terrill,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Broward brush fire sparked by lightning; grows to more than 5,000 acres]]></title><link>https://www.local10.com/news/local/2026/06/30/broward-brush-fire-sparked-by-lightning-grows-to-more-than-5000-acres/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/broward-brush-fire-sparked-by-lightning-grows-to-more-than-5000-acres/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[A brush fire burning in the Everglades near the Sawgrass Expressway in Broward County has grown to more than 5,000 acres, but firefighters have now contained half of the blaze, according to the Florida Forest Service.]]></description><pubDate>Tue, 30 Jun 2026 16:21:51 +0000</pubDate><content:encoded><![CDATA[<p>A brush fire burning in the Everglades near the Sawgrass Expressway in Broward County has grown to more than 5,000 acres, but firefighters have now contained half of the blaze, according to the Florida Forest Service.</p><p><a href="https://www.local10.com/espanol/2026/06/30/incendio-forestal-provocado-por-un-rayo-en-broward-crece-a-mas-de-5000-acres/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/incendio-forestal-provocado-por-un-rayo-en-broward-crece-a-mas-de-5000-acres/">Leer en español</a></p><p>The Atlantic Fire, which began Sunday as a fire covering just a few hundred acres, rapidly expanded across the Everglades west of the Sawgrass Expressway near Atlantic Boulevard.</p><p>While the fire showed little visible activity Tuesday, officials stressed that it remains an active wildfire.</p><p>Aerial images from Sky 10 showed a large swath of charred landscape where the fire has burned through the Everglades.</p><p>The Florida Forest Service described current conditions as “low fire activity,” but warned that the blaze could become more active as temperatures rise throughout the day.</p><p>Firefighters remained at the scene Tuesday, closely monitoring the fire’s behavior as heat and drier conditions could cause flames to intensify and produce large plumes of smoke.</p><p>One of the biggest concerns earlier in the firefighting effort was the fire’s proximity to the Sawgrass Expressway. Crews conducted strategic prescribed burns, also known as back burns, to remove vegetation that could have fueled the fire’s spread toward the highway. Those efforts helped protect the roadway from the advancing flames.</p><p>Officials said moisture in the soil has helped limit fire activity, but that moisture is expected to evaporate as the day warms, increasing the potential for the fire to flare up again.</p><p>The Florida Forest Service said the Atlantic Fire is now 50% contained.</p><p>Investigators have also determined the fire was sparked by lightning.</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[Incendio forestal provocado por un rayo en Broward crece a más de 5,000 acres ]]></title><link>https://www.local10.com/espanol/2026/06/30/incendio-forestal-provocado-por-un-rayo-en-broward-crece-a-mas-de-5000-acres/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/incendio-forestal-provocado-por-un-rayo-en-broward-crece-a-mas-de-5000-acres/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Incendio de matorrales en los Everglades abarca más de 5,000 acres, y por ahora los bomberos han contenido la mitad del incendio, según el Servicio Forestal de Florida.]]></description><pubDate>Tue, 30 Jun 2026 16:46:57 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio de matorrales que arde en los Everglades cerca de la autopista Sawgrass Expressway en el condado de Broward, abarca más de 5,000 acres y por ahora los bomberos han contenido la mitad del incendio, según el Servicio Forestal de Florida.</p><p>El incendio Atlantic Fire, que comenzó el domingo como un fuego que cubría solo unos pocos cientos de acres, se expandió rápidamente por los Everglades al oeste de la Sawgrass Expressway cerca de Atlantic Boulevard.</p><p>Aunque el incendio mostró poca actividad visible el martes, las autoridades enfatizaron que sigue siendo un incendio forestal activo.</p><p>Imágenes aéreas de Sky 10 mostraron una gran franja de paisaje carbonizado donde el fuego ha quemado los Everglades.</p><p>El Servicio Forestal de Florida describió las condiciones actuales como “baja actividad de fuego”, pero advirtió que el incendio podría volverse más activo a medida que las temperaturas aumenten durante el día.</p><p>Los bomberos permanecieron en la escena el martes, monitoreando de cerca el comportamiento del fuego, ya que el calor y las condiciones más secas podrían hacer que las llamas se intensifiquen y produzcan grandes columnas de humo.</p><p>Una de las mayores preocupaciones al inicio del esfuerzo de extinción fue la proximidad del fuego a la Sawgrass Expressway. Las cuadrillas realizaron quemas controladas estratégicas, también conocidas como “back burns”, para eliminar vegetación que pudiera haber alimentado la propagación del fuego hacia la autopista. Esos esfuerzos ayudaron a proteger la vía de las llamas en avance.</p><p>Los funcionarios dijeron que la humedad en el suelo ha ayudado a limitar la actividad del fuego, pero se espera que esa humedad se evapore a medida que avanza el día, aumentando el potencial de que el incendio se reactive.</p><p>El Servicio Forestal de Florida dijo que el incendio Atlantic Fire ahora está 50% contenido.</p><p>Los investigadores también determinaron que el incendio fue provocado por un rayo.</p>]]></content:encoded></item><item><title><![CDATA[Cepeda anuncia "desobediencia civil" si presidente electo colombiano no renuncia a ciudadanía EEUU]]></title><link>https://www.local10.com/espanol/2026/06/30/cepeda-anuncia-desobediencia-civil-si-presidente-electo-colombiano-no-renuncia-a-ciudadania-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/cepeda-anuncia-desobediencia-civil-si-presidente-electo-colombiano-no-renuncia-a-ciudadania-eeuu/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El excandidato presidencial Iván Cepeda anunció el martes que recurrirá a la “desobediencia civil pacífica” en caso de que el presidente electo Abelardo de la Espriella no renuncie a su nacionalidad estadounidense, aclare si ha sido “colaborador de agencias” de inteligencia de ese país y otros condicionamientos.]]></description><pubDate>Tue, 30 Jun 2026 21:22:15 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El excandidato presidencial Iván Cepeda anunció el martes que recurrirá a la “desobediencia civil pacífica” en caso de que el presidente electo Abelardo de la Espriella no renuncie a su nacionalidad estadounidense, aclare si ha sido “colaborador de agencias” de inteligencia de ese país y otros condicionamientos.</p><p>El progresista Cepeda, quien ejercerá la oposición desde una banca en el Senado tras perder en el balotaje presidencial, explicó en una declaración a la prensa que la desobediencia “implica no reconocer la autoridad de alguien que no responde a la defensa de la soberanía nacional”.</p><p>Cepeda, aliado político del presidente saliente Gustavo Petro, instó a sus más de 12 millones de electores a que también entren en desobediencia en caso de que De la Espriella no ceda ante las condiciones, lo que implicaría que desconozcan “cualquier orden” dada por el presidente electo.</p><p>De la Espriella, de 47 años, nació en la capital de Colombia y en su edad adulta recibió la ciudadanía estadounidense. Según dijo en la campaña a The Associated Press también es miembro del Partido Republicano.</p><p>Los cuestionamientos sobre su doble nacionalidad han orbitado su campaña, tanto por las críticas de Cepeda y Petro, quienes cuestionan su lealtad a Colombia, como por un grupo de juristas que antes del balotaje advirtieron que sus obligaciones como presidente colombiano entrarían en “radical contradicción” con las adquiridas en Estados Unidos como ciudadano.</p><p>El abogado y empresario De la Espriella ha dicho que su compromiso es con Colombia y que la Constitución no impide tener otras nacionalidades, sino que exige haber nacido en Colombia y tener más de 30 años de edad para ejercer como presidente.</p><p>Cepeda también cuestionó el apoyo político que De la Espriella recibió del presidente estadounidense Donald Trump durante la campaña, al considerarlo una “abierta interferencia” al proceso electoral en Colombia.</p><p>A su juicio, De la Espriella no debería posesionarse como presidente hasta que renuncie a su ciudadanía estadounidense y aclare otros temas relacionados con Estados Unidos, a riesgo de que su posesión quede “viciada por ser ilegal e ilegítima”.</p><p>Para Manuel Camilo González, profesor del Departamento de Relaciones Internacionales de la Universidad Javeriana, el anuncio de Cepeda es el lanzamiento de la forma en la que será su oposición de cara al gobierno de De la Espriella.</p><p>“Va a intentar bloquear la agenda de Abelardo en el Congreso y, de ser necesario, también convocará a las calles”, explicó a The Associated Press.</p><p>La sombra de Saab</p><p>Cepeda pidió que De la Espriella aclare si fue o es “colaborador o miembro de agencias de seguridad" de Estados Unidos, argumentando que en su ejercicio como abogado contribuyó a los acercamientos con las autoridades de ese país y Alex Saab, un aliado cercano del derrocado presidente venezolano Nicolás Maduro que enfrenta problemas con la justicia estadounidense.</p><p>De la Espriella dijo en campaña a la AP que lo dejó de representar hace aproximadamente siete años. Explicó entonces que sus "contactos con las fiscalías, con los agentes de la DEA, de la CIA, del FBI, siempre fue por los temas de Saab, pero para que él negociara, cosa que no quiso hacer".</p><p>Cepeda también pidió a De la Espriella que cese “toda persecución contra el presidente Petro y desistir de cualquier intento de extraditarlo”.</p><p>De la Espriella dijo a AP que estaría dispuesto a enviar en extradición a Petro en caso de que fuera requerido por Estados Unidos y avancen investigaciones en etapas iniciales que cursan en ese país.</p><p>En los últimos meses fiscales en Brooklyn y Manhattan han estado interrogando a narcotraficantes sobre sus vínculos con Petro y, en particular, sobre acusaciones de que representantes del presidente colombiano solicitaron sobornos para bloquear su extradición a Estados Unidos, según una persona con conocimiento de la investigación que no estaba autorizada a hablar sobre la investigación en curso y habló en marzo con AP bajo condición de anonimato.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LKJAPG4NENGDUVCYBMSOXPWV4E.jpg?auth=f7422174db976e7faee2a2f98d854d58f53fe97aa8e98730952cdf819b8316b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iván Cepeda reconoce su derrota en las elecciones presidenciales en una conferencia de prensa en Bogotá, Colombia, el miércoles 24 de junio de 2026. (AP Foto/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Rights lawyers sue Ghana over third-country deportation deal with the US]]></title><link>https://www.local10.com/news/world/2026/06/30/rights-lawyers-sue-ghana-over-third-country-deportation-deal-with-the-us/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/rights-lawyers-sue-ghana-over-third-country-deportation-deal-with-the-us/</guid><dc:creator><![CDATA[By EDWARD ACQUAH and MARK BANCHEREAU, Associated Press]]></dc:creator><description><![CDATA[ACCRA, Ghana (AP) — An international coalition of human rights lawyers and advocates sued Ghana on Tuesday, accusing the government of forcing deportees from the U.S. back to the home countries they had fled in violation of their rights.]]></description><pubDate>Tue, 30 Jun 2026 16:23:06 +0000</pubDate><content:encoded><![CDATA[<p>ACCRA, Ghana (AP) — An international coalition of human rights lawyers and advocates sued Ghana on Tuesday, accusing the government of forcing deportees from the U.S. back to the home countries they had fled in violation of their rights.</p><p>It’s the latest legal case targeting an African country over a deal it signed with the Trump administration to accept deportees who aren’t its own citizens.</p><p>The lawsuit was filed at a regional court, the Community Court of Justice of the Economic Community of West African States. The coalition includes the Global Strategic Litigation Council, a network of lawyers and advocates.</p><p>It’s the first case ever brought under a 1979 regional treaty that guarantees free movement across West Africa.</p><p>The case represents 27 people among the at least 60 the U.S. has deported to Ghana since September 2025 as part of an agreement between the governments. Ghana agreed to take in deportees, hold them and arrange their onward removal, despite most of them having received orders of protection by U.S. judges against being deported to their home countries, according to a statement by the coalition.</p><p>According to Tuesday’s statement, most of the 27 people were flown from Ghana to their home countries within hours or days of arriving, despite telling Ghanaian authorities about their U.S. protections. Some described being shackled during the flight from the U.S. Once in Ghana, they said they were held under armed guard in military camps, hotels and airport holding cells, often in poor conditions.</p><p>The coalition accuses Ghana of violating non-refoulement, which is the international legal principle barring countries from sending people to places where they face persecution or torture.</p><p>A spokesperson for Ghana's government did not immediately respond to requests for comment.</p><p>Ghana is one of at least nine African nations to strike third-country deportation deals with the U.S.</p><p>Under the often-secret agreements, the Trump administration has deported thousands of people to nearly two dozen countries that are not their own, advocates say, as part of the U.S. crackdown on immigration. Immigration lawyers say the administration uses deportations to third countries as a legal loophole to indirectly force asylum-seekers back to their home countries.</p><p>Medical evaluations cited in the new lawsuit found signs of post-traumatic stress and severe depression in several of the 27 people involved.</p><p>The lawsuit asks the regional court to stop further transfers, force Ghana to release the deal’s terms, award damages and bar the country from making similar agreements in the future.</p><p>Earlier this month, rights lawyers filed a case against Equatorial Guinea, another African country that signed a deal with the U.S., before Africa’s top human rights body, accusing the country of forcing deportees from the U.S. back to their home countries in violation of their rights.</p><p>___</p><p>Banchereau reported from Dakar, Senegal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4E5XTN5KYBKLUNYP3QSVCBT5L4.jpg?auth=fb34b160334ae2e25fdf1039927d9d0392353284544ec2ec01b39d141f52a40c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[African nations known to have taken in third-country deportees from the United States under the Trump administration's immigration crackdown. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[Former Surfside commission candidate wants murder charge dropped]]></title><link>https://www.local10.com/news/local/2026/06/29/former-surfside-commission-candidate-wants-murder-charge-dropped/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/former-surfside-commission-candidate-wants-murder-charge-dropped/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[A former South Florida political candidate appeared in front of a judge on Monday. ]]></description><pubDate>Mon, 29 Jun 2026 21:48:40 +0000</pubDate><content:encoded><![CDATA[<p>A former South Florida political candidate appeared in front of a judge on Monday. </p><p><a href="https://www.local10.com/espanol/2026/06/30/ex-candidata-a-la-comision-de-surfside-pide-desestimar-cargo-de-asesinato/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/ex-candidata-a-la-comision-de-surfside-pide-desestimar-cargo-de-asesinato/">Leer en español</a></p><p><a href="https://www.local10.com/news/local/2023/01/16/former-surfside-commission-candidate-facing-first-degree-murder-charge/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2023/01/16/former-surfside-commission-candidate-facing-first-degree-murder-charge/">Accused of killing her uncle</a>, former Surfside Commission candidate Shannon Gallagher, 56, went before a judge while working to get her criminal charges dropped.</p><p>She’s accused of homicide in the death of 74-year-old Thomas Burke, who was found shot in the head in Fort Lauderdale back in March 2022.</p><p>Court documents show the victim signed a last will and testament just days before he died, leaving everything to Gallagher, who was his caretaker at the time. </p><p>Gallagher maintains her uncle’s death was by suicide.</p><p>Gallagher is a California licensed attorney, though not a criminal defense attorney, and is a well-known resident of Surfside.</p><p>She argued that Fort Lauderdale police investigators did not preserve the most important evidence in the case, which is home surveillance video showing her terminally-ill uncle’s final hours.</p><p>It’s unclear when the judge will rule on her request. </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 candidata a la comisión de Surfside pide desestimar cargo de asesinato ]]></title><link>https://www.local10.com/espanol/2026/06/30/ex-candidata-a-la-comision-de-surfside-pide-desestimar-cargo-de-asesinato/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/ex-candidata-a-la-comision-de-surfside-pide-desestimar-cargo-de-asesinato/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Una ex candidata política del sur de Florida compareció ante un juez el lunes. ]]></description><pubDate>Tue, 30 Jun 2026 16:17:30 +0000</pubDate><content:encoded><![CDATA[<p>Una ex candidata política del sur de Florida compareció ante un juez el lunes.</p><p><a href="https://www.local10.com/news/local/2023/01/16/former-surfside-commission-candidate-facing-first-degree-murder-charge/" target="_self" rel="" title="https://www.local10.com/news/local/2023/01/16/former-surfside-commission-candidate-facing-first-degree-murder-charge/">Acusada de matar a su tío</a>, la ex candidata a la Comisión de Surfside, Shannon Gallagher, de 56 años, se presentó ante el juez mientras busca que se desestimen los cargos criminales en su contra.</p><p>Se le acusa de homicidio por la muerte de Thomas Burke, de 74 años, quien fue encontrado con un disparo en la cabeza en Fort Lauderdale en marzo de 2022.</p><p>Documentos judiciales muestran que la víctima firmó un testamento pocos días antes de morir, dejando todo a Gallagher, quien era su cuidadora en ese momento.</p><p>Gallagher sostiene que la muerte de su tío fue un suicidio.</p><p>Gallagher es una abogada con licencia en California, aunque no es abogada penalista, y es una residente conocida de Surfside.</p><p>Argumentó que los investigadores de la policía de Fort Lauderdale no preservaron la evidencia más importante del caso, que es el video de vigilancia del hogar que muestra las últimas horas de su tío enfermo terminal.</p><p>No está claro cuándo el juez emitirá una decisión sobre su solicitud.</p>]]></content:encoded></item><item><title><![CDATA[Supreme Court will consider whether laws known as assault weapons bans violate the Second Amendment]]></title><link>https://www.local10.com/news/2026/06/30/supreme-court-will-consider-whether-laws-called-assault-weapons-bans-violate-the-second-amendment/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/30/supreme-court-will-consider-whether-laws-called-assault-weapons-bans-violate-the-second-amendment/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A Supreme Court that has expanded gun rights will consider whether bans on semiautomatic rifles, often called assault weapons, violate the Second Amendment.]]></description><pubDate>Tue, 30 Jun 2026 19:35:28 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A Supreme Court that has expanded gun rights will consider whether bans on semiautomatic rifles, often called assault weapons, violate the Second Amendment.</p><p>The justices said Tuesday they will hear appeals challenging bans on the AR-15 and similar semiautomatic firearms in Connecticut and the Chicago area.</p><p>Similar laws are in place in about a dozen states, covering major cities like New York, Los Angeles and Washington, D.C. Congress allowed a national assault weapons ban to expire in 2004, but Democrats have supported renewing it in response to a series of mass shootings. States have also continued to pass their own laws, including recent measures in Virginia and Rhode Island.</p><p>It is the latest high-profile dispute over guns to reach the court since its conservative majority handed down a landmark ruling in 2022 that expanded Second Amendment rights and spawned challenges to firearm laws around the country.</p><p>Arguments are expected to be heard in the fall.</p><p>The Connecticut law was passed after a mass shooter used an AR-15 to kill 20 children and six educators at Sandy Hook Elementary in 2012. The state says the guns are a preferred weapon of mass shooters, and they can be banned because they are similar to military-grade weapons.</p><p>“These laws are critical public safety measures, and they are consistent with the Second Amendment," said Janet Carter, managing director of Second Amendment litigation at the gun-control group Everytown Law.</p><p>Gun rights groups, on the other hand, argue it’s unconstitutional to ban semiautomatic rifles, which are legally owned by millions of Americans.</p><p>“The Second Amendment protects arms in common use for lawful purposes, and it’s hard to argue that a type of rifle that potentially outnumbers Ford F-150 trucks in America doesn’t meet that standard,” said Adam Kraut, executive director of the Second Amendment Foundation.</p><p>Four conservative justices on the nine-member court, enough to grant review of a case, had signaled that it was only a matter of time before the court took up the issue.</p><p>The ban in Cook County, Illinois, was first passed in 1993. Lower courts have upheld both laws.</p><p>“If the Second Amendment does not protect the most popular rifles in the country, it is hard to see how it protects any firearms at all,” aside from handguns kept in the home, the challengers wrote.</p><p>Attorneys for Cook County, on the other hand, say the measure does pass constitutional muster. "The trauma that assault weapon massacres have inflicted on the public at large has been staggering,” they wrote.</p><p>The Supreme Court backed Second Amendment rights in two cases this term, striking down gun carry restrictions in Hawaii and a broad federal ban on gun ownership by marijuana users. They've previously upheld some restrictions, though, including a law barring people under domestic-violence restraining orders from having guns.</p><p>Also Tuesday, the court rebuffed a series of cases over restrictions on guns for young adults under age 21, declining to hear an issue that's sharply divided lower courts in recent years.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HN62DKHF52YQ6VJ2IAQUXWDEBU.jpg?auth=2679e4c4531321c3d45b06e8b1d19276818c26fd59602110a3dba89a0ddb0865&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A group prays outside of the Supreme Court ahead of the court's ruling on whether transgender girls and women can play on school athletic teams, Tuesday, June 30, 2026, on Capitol Hill in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[German shepherd injured in Pembroke Pines animal cruelty case finds new home at local rescue]]></title><link>https://www.local10.com/news/local/2026/06/30/german-shepherd-injured-in-pembroke-pines-animal-cruelty-case-finds-new-home-at-local-rescue/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/german-shepherd-injured-in-pembroke-pines-animal-cruelty-case-finds-new-home-at-local-rescue/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward County Animal Care has transferred Nico, the 13-year-old German shepherd at the center of a Pembroke Pines animal cruelty case, to a specialized rescue that will provide hospice care. ]]></description><pubDate>Tue, 30 Jun 2026 15:29:36 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Animal Care has transferred Nico, the 13-year-old German shepherd at the center of a <a href="https://www.local10.com/news/local/2026/06/25/video-shows-man-abusing-abandoning-elderly-dog-at-pembroke-pines-shopping-center-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/video-shows-man-abusing-abandoning-elderly-dog-at-pembroke-pines-shopping-center-cops-say/">Pembroke Pines animal cruelty case</a>, to a specialized rescue that will provide hospice care for the dog. </p><p><a href="https://www.local10.com/espanol/2026/06/30/pastor-aleman-herido-en-caso-de-maltrato-animal-en-pembroke-pines-encuentra-nuevo-hogar-en-un-refugio-local/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/pastor-aleman-herido-en-caso-de-maltrato-animal-en-pembroke-pines-encuentra-nuevo-hogar-en-un-refugio-local/">Leer en español</a></p><p>Healy Pack Senior GSD Sanctuary announced Tuesday that Nico has been released from Broward County Animal Care into the care of the sanctuary, its veterinary team and a dedicated foster family.</p><p>Officials said the transfer followed discussions between Broward County Animal Care, Healy Pack Senior GSD Sanctuary and the Miami Coalition Against Breed Specific Legislation.</p><p>According to the sanctuary, Nico will continue receiving comprehensive veterinary evaluations and treatment that began while he was in Broward County Animal Care’s custody.</p><p>“Today is a victory for the voiceless,” Sandy Vogel, board president of Healy Pack Senior GSD Sanctuary, said in a statement. “After a lifetime marked by neglect, suffering and cruelty, he deserves every opportunity to receive comfort, dignity and love.”</p><p>Vogel said the organization’s veterinary team and foster family will evaluate Nico’s condition and provide the care needed to determine the best path forward.</p><p>“We do not know what the future holds, but we do know this: Nico will never again be alone or without people fighting for him,” Vogel said.</p><p>Broward County Animal Care Director Doug Brightwell said the agency was pleased to reach an agreement that puts Nico in a specialized rescue environment.</p><p>“After careful review and productive discussions with Healy Pack Senior GSD Sanctuary, we are pleased to have reached a resolution that allows Nico to receive continued evaluation, veterinary care and placement in a specialized rescue environment,” Brightwell said in a statement. </p><p>Nico’s case drew widespread attention after Pembroke Pines police confirmed the arrest of 60-year-old Humberto Exposito on animal cruelty charges.</p><p>According to police, surveillance video showed Exposito throwing the elderly German shepherd several feet from the back of a box truck last Wednesday while making a delivery to a Sedano’s Supermarket in the 10300 block of Pines Boulevard.</p><p>Investigators said Exposito completed the delivery and left the dog behind without food, water or shelter.</p><p>A Broward County Animal Care spokesperson said Nico was malnourished, had matted fur and suffered from several serious medical conditions, including advanced hip dysplasia and cancer. The dog was also unable to walk when they found him. </p><p>Jail records show Exposito faces charges of aggravated animal cruelty, animal abandonment and confining an animal without sufficient air exchange.</p><p>He has since been released from jail after posting a $12,000 bond. </p><p>As a condition of his release, a judge ordered that he not own or possess any animals. </p><p>Donations for Nico’s care can be made by <a href="https://healypack.org/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExbjl2MGpkQjB4d1lmblpiTHNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR7AdmWCwRX97xWk5P6wEN4TN-E2QpeJ1qEsE3V9IhfmUjaCLXJrtR2Q6AzjAA_aem_Xa88ioUBSzRX5Ke8q4cvVg" target="_self" rel="" title="https://healypack.org/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExbjl2MGpkQjB4d1lmblpiTHNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR7AdmWCwRX97xWk5P6wEN4TN-E2QpeJ1qEsE3V9IhfmUjaCLXJrtR2Q6AzjAA_aem_Xa88ioUBSzRX5Ke8q4cvVg">clicking here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4ZCVJR53ZNAXXHT5CDEEPSHG3I.jpg?auth=541ebb9f2f21af74c9cfb95c7f29291d7ff8ca42bad084d9eb170ee06bed3a77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pastor alemán herido en caso de maltrato animal en Pembroke Pines encuentra nuevo hogar en un refugio local ]]></title><link>https://www.local10.com/espanol/2026/06/30/pastor-aleman-herido-en-caso-de-maltrato-animal-en-pembroke-pines-encuentra-nuevo-hogar-en-un-refugio-local/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/pastor-aleman-herido-en-caso-de-maltrato-animal-en-pembroke-pines-encuentra-nuevo-hogar-en-un-refugio-local/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward County Animal Care ha transferido a Nico del centro de caso de maltrato animal en Pembroke Pines a un refugio especializado que le proporcionará cuidados paliativos]]></description><pubDate>Tue, 30 Jun 2026 15:59:50 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Animal Care ha transferido a Nico, el pastor alemán de 13 años que está en el centro de un <a href="https://www.local10.com/news/local/2026/06/25/video-shows-man-abusing-abandoning-elderly-dog-at-pembroke-pines-shopping-center-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/video-shows-man-abusing-abandoning-elderly-dog-at-pembroke-pines-shopping-center-cops-say/">caso de maltrato animal en Pembroke Pines</a>, a un refugio especializado que le proporcionará cuidados paliativos.</p><p>Healy Pack Senior GSD Sanctuary anunció el martes que Nico fue liberado de Broward County Animal Care y puesto bajo el cuidado del santuario, su equipo veterinario y una familia de acogida dedicada.</p><p>Las autoridades dijeron que la transferencia se realizó tras conversaciones entre Broward County Animal Care, Healy Pack Senior GSD Sanctuary y la Miami Coalition Against Breed Specific Legislation.</p><p>Según el santuario, Nico continuará recibiendo evaluaciones veterinarias integrales y tratamiento que comenzó mientras estaba bajo la custodia de Broward County Animal Care.</p><p>“Hoy es una victoria para los que no tienen voz”, dijo en un comunicado Sandy Vogel, presidenta de la junta directiva de Healy Pack Senior GSD Sanctuary. “Después de una vida marcada por la negligencia, el sufrimiento y la crueldad, merece cada oportunidad de recibir comodidad, dignidad y amor”.</p><p>Vogel dijo que el equipo veterinario de la organización y la familia de acogida evaluarán la condición de Nico y proporcionarán la atención necesaria para determinar el mejor camino a seguir.</p><p>“No sabemos qué depara el futuro, pero sí sabemos esto: Nico nunca volverá a estar solo ni sin personas que lo defiendan”, dijo Vogel.</p><p>El director de Broward County Animal Care, Doug Brightwell, dijo que la agencia estaba satisfecha de haber alcanzado un acuerdo que coloca a Nico en un entorno de rescate especializado.</p><p>“Después de una revisión cuidadosa y conversaciones productivas con Healy Pack Senior GSD Sanctuary, nos complace haber llegado a una resolución que permite que Nico reciba evaluación continua, atención veterinaria y colocación en un entorno de rescate especializado”, dijo Brightwell en un comunicado.</p><p>El caso de Nico atrajo amplia atención después de que la policía de Pembroke Pines confirmara el arresto de Humberto Exposito, de 60 años, por cargos de maltrato animal.</p><p>Según la policía, un video de vigilancia mostró a Exposito lanzando al pastor alemán anciano varios pies desde la parte trasera de un camión de caja mientras realizaba una entrega en un supermercado Sedano’s en el bloque 10300 de Pines Boulevard.</p><p>Los investigadores dijeron que Exposito completó la entrega y dejó al perro atrás sin comida, agua ni refugio.</p><p>Un portavoz de Broward County Animal Care dijo que Nico estaba desnutrido, tenía el pelaje enmarañado y sufría varias condiciones médicas graves, incluyendo displasia avanzada de cadera y cáncer. El perro tampoco podía caminar cuando lo encontraron.</p><p>Los registros de la cárcel muestran que Exposito enfrenta cargos de maltrato animal agravado, abandono de animal y confinamiento de un animal sin suficiente ventilación de aire.</p><p>Desde entonces ha sido liberado de la cárcel tras pagar una fianza de $12,000 USD.</p><p>Como condición de su liberación, un juez ordenó que no pueda tener ni poseer animales.</p><p>Las donaciones para el cuidado de Nico pueden realizarse haciendo <a href="https://healypack.org/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExbjl2MGpkQjB4d1lmblpiTHNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR7AdmWCwRX97xWk5P6wEN4TN-E2QpeJ1qEsE3V9IhfmUjaCLXJrtR2Q6AzjAA_aem_Xa88ioUBSzRX5Ke8q4cvVg" target="_self" rel="" title="https://healypack.org/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExbjl2MGpkQjB4d1lmblpiTHNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR7AdmWCwRX97xWk5P6wEN4TN-E2QpeJ1qEsE3V9IhfmUjaCLXJrtR2Q6AzjAA_aem_Xa88ioUBSzRX5Ke8q4cvVg">clic aquí</a>.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4ZCVJR53ZNAXXHT5CDEEPSHG3I.jpg?auth=541ebb9f2f21af74c9cfb95c7f29291d7ff8ca42bad084d9eb170ee06bed3a77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Calor en Europa provoca temores por salud de los animales]]></title><link>https://www.local10.com/espanol/2026/06/30/calor-en-europa-provoca-temores-por-salud-de-los-animales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/calor-en-europa-provoca-temores-por-salud-de-los-animales/</guid><dc:creator><![CDATA[Por PREDRAG MILIC, Associated Press]]></dc:creator><description><![CDATA[PODGORICA, Montenegro (AP) — La ola de calor que está abrasando a Europa occidental llegó a los Balcanes esta semana, y activistas por el bienestar animal en el pequeño Montenegro han manifestado alarma por el antiguo problema de los animales abandonados.]]></description><pubDate>Tue, 30 Jun 2026 15:52:57 +0000</pubDate><content:encoded><![CDATA[<p>PODGORICA, Montenegro (AP) — La ola de calor que está abrasando a Europa occidental llegó a los Balcanes esta semana, y activistas por el bienestar animal en el pequeño Montenegro han manifestado alarma por el antiguo problema de los animales abandonados.</p><p>Varios caballos deambulaban sin supervisión por las afueras de la capital, Podgorica, sin refugio, agua ni comida. Con temperaturas que alcanzaban casi los 40 grados Celsius (104 Fahrenheit), los activistas expresaron temor por la salud de los animales.</p><p>“Esto está a solo 4 kilómetros (2,4 millas) del centro de la ciudad", expresó Marta Darmanovic, una activista de protección animal. "No está en medio de la nada”.</p><p>En toda Europa, el calor extremo ha batido récords de temperatura, ha sobrecargado los hospitales y ha dejado a la gente luchando por refrescarse. En Francia, las temperaturas de esta semana han sido más altas que las de la histórica ola de calor de 2003, a la que se atribuyeron 15.000 muertes, muchas de ellas de personas mayores.</p><p>Hungría rompió un récord nacional de calor que databa de 2007 cuando las temperaturas alcanzaron los 42 °C (107,6 °F) el martes, según cifras preliminares del Servicio Meteorológico Nacional.</p><p>En la capital de Montenegro, el área abierta donde se han reunido los caballos está cerca de un vertedero ilegal y de varios asentamientos improvisados. No estaba claro cómo llegaron allí los animales o si pertenecían a alguien.</p><p>“Es simplemente increíble que un país no tenga un refugio para animales grandes, para caballos confiscados, ganado confiscado, ganado extraviado y animales silvestres", declaró Darmanovic. "Montenegro ha legalizado de hecho el maltrato animal porque no ha proporcionado ni siquiera la infraestructura mínima necesaria para que se hagan cumplir las normas”.</p><p>La nación adriática de 620.000 habitantes intenta incorporarse a la Unión Europea para 2028. Los países candidatos a la UE deben contar con leyes que regulen el bienestar animal para poder ingresar.</p><p>Branko Kovacevic, jefe de la Administración de Inspección Municipal de Podgorica, indicó que las autoridades de la ciudad han establecido refugios para perros y gatos y que su organismo ahora intenta abordar el tema de los animales grandes dentro de las normas vigentes.</p><p>“Siguen apareciendo caballos y algunos otros animales domésticos abandonados", explicó Kovacevic. "En la medida en que la ley lo permita, nos ocuparemos del problema”.</p><p>Kovacevic argumentó que “lamentablemente, nadie es responsable” de proporcionar agua o comida a los animales.</p><p>Aunque Montenegro y el resto de los Balcanes están más acostumbrados al calor veraniego que países como Gran Bretaña o Francia, las autoridades han aconsejado a la población permanecer en interiores y beber mucha agua. Las temperaturas en la región están previstas a bajar más tarde el martes y el miércoles.</p><p>En la ciudad croata oriental de Osijek, a los animales del zoológico local les estaban sirviendo helado hecho de fruta y carne. Un empleado del zoológico contó a HRT que los monos eligen quedarse en interiores y descansar.</p><p>“Les gustan las sandías frías, los melones y las uvas", comentó el empleado, Zeljko Busljeta. "También reciben limonada y té frío”.</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/MGCGWEDXC4C5MLV6LIJN3TYNW4.jpg?auth=981890443c546b5131efcbb948d9f9761be67c339296cab7d8498868285c0869&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Unos caballos en un día caluroso en las afueras de Podgorica, la capital de Montenegro, el 29 de junio del 2026. (AP foto/Risto Bozovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Risto Bozovic</media:credit></media:content></item><item><title><![CDATA[How to stay cool in a heat wave even without air conditioning]]></title><link>https://www.local10.com/health/2026/06/30/how-to-stay-cool-in-a-heat-wave-even-without-air-conditioning/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/30/how-to-stay-cool-in-a-heat-wave-even-without-air-conditioning/</guid><dc:creator><![CDATA[By CALEIGH WELLS and MELINA WALLING, Associated Press]]></dc:creator><description><![CDATA[Heat can be dangerous, but health experts say there are ways to manage the threat.]]></description><pubDate>Tue, 30 Jun 2026 19:30:34 +0000</pubDate><content:encoded><![CDATA[<p>Heat can be dangerous, but health experts say there are ways to manage the threat.</p><p>Scorching temperatures, especially combined with high humidity, pose risks particularly for children, older people and those with certain health conditions. Anyone can suffer from heat-related illness.</p><p>Climate change is also exacerbating heat waves and heat stress.</p><p>So here are some tips to stay safe:</p><p>When heat becomes dangerous</p><p>Dangers posed by hot weather depend on more than the temperature. The most detailed measurement is called the wet bulb globe temperature (WBGT), which includes temperature, humidity, cloud cover and wind. The heat index, which measures temperature and humidity, is less descriptive but easier to find on weather apps. Both explain why a shaded soccer field on a 90 degree F day (32 degree C) in arid Phoenix may be less risky than an exposed park on an 80 degree F (27 degree C) day in soupy Little Rock.</p><p>Just based on heat index, NOAA has a chart that calculates how dangerous prolonged exposure can be. For example, a day in which temperatures reach 96 degree F (36 degrees C) and 45% humidity would fall into the “danger” category for prolonged exposure or strenuous activity.</p><p>The WBGT threshold isn't exact, but recent research suggests that even some young, healthy people can't endure hours of exposure to high heat and humidity.</p><p>How to cool down</p><p>Overnight temperatures can be a particularly dangerous part of a heat wave, said Ashley Ward, director of the Heat Policy Innovation Hub at Duke University.</p><p>“Your body needs a reprieve,” she said. “You don't get that overnight, we start the next day at a deficit.” Heat can worsen labor productivity and lead to more visits to the emergency room.</p><p>“When we have overnight temperatures that don't drop below 75 degrees" F (24 degrees C), she said, “you start to see some pretty extraordinary outcomes with respect to heat illness and heat stroke, and even mortality.”</p><p>Ward said air conditioning can help, but she acknowledged that not everyone has access.</p><p>If you can't afford to cool the whole house, Ward said, create a “cool corner" and sleep there, so your body is prepared to tackle the next day.</p><p>Evaporative or “swamp” coolers can help in dry heat, but they increase humidity and can make it more difficult to cool down. In humid places, just use a fan.</p><p>If you don't have air conditioning, find public places that do, including movie theaters, malls and libraries. Some communities set up cooling centers.</p><p>Depending on where you live, the Low-Income Home Energy Assistance Program can help you buy a window air conditioning unit, according to the National Council on Aging. Some local nonprofits and civic organizations can also help.</p><p>Know your rights if you work outside</p><p>Knowing what workplace protections you have is important. Some states have them, including Washington, Oregon, California, Nevada, Colorado, Minnesota and Maryland, according to the Natural Resources Defense Council. Other states don't have any.</p><p>If your state has work rules, try to learn them — though there are still challenges to ensuring regulations are actually enforced, said Bharat Venkat, director of the University of California, Los Angeles Heat Lab.</p><p>He notes that sometimes shaded areas are too far away for workers to take breaks without losing wages, or that management can make it impossible for workers to advocate for themselves. “Most workers don’t actually have control over their time or control over where they work," Venkat said.</p><p>Within those constraints, finding ways to stay hydrated and lower your body temperature are important. You can do this by drinking lots of fluids, wetting clothing or putting cold water or a cold rag on your hands, feet, armpits and neck. A portable handheld fan or a cooling vest can also help.</p><p>If you're exercising, avoid the hottest times of day and bring more water than you think you need.</p><p>Knowing heat illness symptoms</p><p>Heat illness symptoms can vary by person, Venkat said. Medications or existing health conditions can also make it harder to regulate body temperature or notice you're getting too hot.</p><p>Early trouble signs include heavy sweating, muscle cramps and headache. That's when you stop what you're doing and cool yourself off, for example by splashing yourself with cold water or finding an air-conditioned space.</p><p>As heat exhaustion sets in, new symptoms arrive, including faster heart rate and dizziness. Next comes heat stroke, which can include confusion, slurred words and fainting. Ward said that's when to call 911.</p><p>“Don’t be embarrassed to call 911 or go to urgent care when you think you might have overdone it in the heat,” he said.</p><p>___</p><p>Walling and Wells are former Associated Press reporters.</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/OO6SK7FOGT746DK6W4KIRCXZZI.jpg?auth=6821e19fb518eea99302113a32189faedd2df7c23c348ab99e9055416c353aad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person uses a fan as they wait in line to purchase Broadway tickets in Times Square, during a heat advisory in New York, May 19, 2026. (AP Photo/Adam Gray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SKJRQVTEVOXLZMFCSW4GWROJU.jpg?auth=93c16659541d1249142d1914d3bf56259dd13f1f2cb1566c4e29c5f5d0eeca48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Workers climb down from a building during a heat advisory, May 19, 2026, in New York. (AP Photo/Adam Gray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MYJCS6CPX27FXZWVXPIYAD2OM4.jpg?auth=62ab3ab54c9b935b31d374bf3eaec0469b331b7c58df0093a2e4108f2877fd01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Grace Chyuwei pours water on Joe Chyuwei to help with the heat Aug. 3, 2025, in Death Valley National Park, Calif. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I34BFJYCI74UZEJYD72UIRYOKU.jpg?auth=85097109152ceea5f4611952f21d78b0c784c566061b0e2d67aa6a9caec713d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Petrona Romero, right, drinks an electrolyte beverage while working alongside her husband, Cristino, in a sugarcane field in Niland, Calif., Sept. 11, 2025. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Hidden camera investigation raises questions about former inmates spending nights at Fort Lauderdale shopping center]]></title><link>https://www.local10.com/news/local/2026/06/29/hidden-camera-investigation-raises-questions-about-former-inmates-spending-nights-at-fort-lauderdale-shopping-center/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/hidden-camera-investigation-raises-questions-about-former-inmates-spending-nights-at-fort-lauderdale-shopping-center/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[By day, River Market is one of Fort Lauderdale’s busiest shopping destinations. But after sunset, Local 10 News documented something shoppers, employees and even the city’s mayor said they had no idea was happening.]]></description><pubDate>Mon, 29 Jun 2026 22:26:42 +0000</pubDate><content:encoded><![CDATA[<p>By day, River Market is one of Fort Lauderdale’s busiest shopping destinations. Families dine outside restaurants. Customers shop at Whole Foods, Sephora, Dick’s Sporting Goods, Lululemon, and other retailers along North Federal Highway between Sunrise and Oakland Park boulevards.</p><p><a href="https://www.local10.com/espanol/2026/06/30/camara-oculta-genera-dudas-sobre-ex-internos-que-pasan-la-noche-en-centro-comercial-de-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/camara-oculta-genera-dudas-sobre-ex-internos-que-pasan-la-noche-en-centro-comercial-de-fort-lauderdale/">Leer en español</a></p><p>But after sunset, Local 10 News documented something shoppers, employees and even the city’s mayor said they had no idea was happening.</p><p>Over several nights, Local 10 observed multiple people released from prison remaining overnight at or near the shopping center. Several individuals currently under Florida Department of Corrections supervision independently told Local 10 they are required to report to the area each evening and remain there overnight.</p><p>Some said they sleep in their vehicles. Others said they simply find a place to sit until morning.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d8180.614596321482!2d-80.1210651365289!3d26.155596942116034!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d901eb873a4699%3A0x2c8a955d5d5b4cd4!2sRiver%20Market!5e1!3m2!1sen!2sus!4v1782758219101!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>The area offers no overnight restroom facilities, no shelter from the weather and no place to charge court-ordered electronic monitoring devices.</p><p>Local 10 approached numerous shoppers and employees. None agreed to be identified on camera. Several said they were surprised to learn what had been taking place after dark.</p><p>One shopper said public safety was the first concern that came to mind. Another said the public deserved to know what was happening.</p><p>Many of the individuals remaining overnight also declined interviews, saying they feared speaking publicly could affect their supervision. One man agreed to speak only if Local 10 concealed his identity.</p><p>Asked whether he was one of the people spending the night there, he replied, “Yes.”</p><p>When asked whether he had to remain there from 7 p.m. until 7 a.m., he answered, “Yeah. Twelve hours.”</p><p>He also said probation officers had conducted a compliance check at the shopping center earlier that day.</p><p>A second recently released offender, who is required to register as a sex offender, shared FDOC paperwork that he said was provided to him after his release from prison.</p><p>According to the offender, he did not have an approved place to live when he was released. He said he could not move in with relatives because residency restrictions prohibited him from living at that location.</p><p>He told Local 10 a probation officer gave him paperwork and instructed him where to report.</p><p>The Department document reviewed by Local 10 states the offender was “approved to reside” in the 2400 block of North Federal Highway.</p><p>The 2400 block of North Federal Highway is River Market.</p><p>The offender said he believed he was being sent to a shelter or halfway house. Instead, he said, he arrived at a shopping center.</p><p>Asked where he used the restroom during the night, he replied, “There wasn’t no bathroom.”</p><p>A family member told Local 10 that the family believed the state would provide some type of transitional housing. Instead, the family said they discovered the address on the paperwork corresponded to a shopping center, not a shelter or residential facility.</p><p>The family member said a probation officer told the offender to find a place behind one of the stores and remain there overnight. The family member also said questions about access to restrooms, shelter from rain and charging a court-ordered electronic monitoring device were never adequately answered.</p><p>The offender told Local 10 he would rather return to prison than spend another night there.</p><p>Local 10 also searched the Florida Department of Law Enforcement’s public sex offender and predator registry.</p><p>That search identified approximately 180 transient registered sex offenders and sexual predators listing addresses between the 2400 and 2800 blocks of North Federal Highway and within approximately a 1-mile radius of River Market. The records span multiple years and identify numerous unrelated transient offenders reporting addresses along the same commercial corridor.</p><p>The FDOC declined Local 10’s request for an on-camera interview.</p><p>In a written statement, the Department said it “did not designate a business property as an offender’s residential address.”</p><p><i><b>The Department said offenders are responsible for identifying and reporting their residence to both the FDOC and the local sheriff’s office, while the Department verifies that a reported address complies with Florida law and local ordinances.</b></i></p><p><i><b>The Department also stated that offenders without traditional housing sometimes choose to stay in wooded areas, undeveloped land or other open spaces. Regarding the offender whose paperwork Local 10 reviewed, the Department said he “did not have a traditional housing structure” at the time of his release and has since relocated to what it described as a traditional residence.</b></i></p><p>Those statements differ from what Local 10 documented during its investigation.</p><p>Multiple individuals independently told Local 10 they were instructed to report to the River Market area and remain there overnight.</p><p>Local 10 also reviewed Department paperwork stating one offender was approved to reside in the 2400 block of North Federal Highway.</p><p>One individual also told Local 10 that probation officers had recently conducted a compliance check at the shopping center.</p><p>Because of those differences, Local 10 repeatedly asked the Department to explain how its written statement should be reconciled with the accounts provided by multiple individuals, the Department paperwork reviewed by Local 10, and the concentration of transient offenders reporting addresses along the same stretch of North Federal Highway.</p><p>Despite multiple follow-up requests seeking clarification before publication, the Department did not provide additional responses.</p><p>Fort Lauderdale Mayor Dean Trantalis said he first learned about the situation only after Local 10 began asking questions.</p><p>“We’re absolutely surprised by this,” Trantalis said. “I just learned about this last week. This is the first time I’ve heard about it.”</p><p>The mayor said the situation was “not an appropriate solution” for people attempting to reintegrate into society after prison. He said the city manager immediately directed Fort Lauderdale police to begin looking into the matter.</p><p>After Local 10’s inquiries, the city of Fort Lauderdale said police are now in discussions with the FDOC regarding concerns raised by the investigation.</p><p>The city also said it is not aware of any circumstances in which the FDOC has directed offenders to reside in specific locations within Fort Lauderdale.</p><p>Local 10 also repeatedly contacted EDENS, the company that owns River Market, asking whether it knew individuals under FDOC supervision were reportedly spending nights on or around the property and whether anyone from the state had ever notified the company the property was being used in that manner.</p><p>After multiple emails and phone calls, a representative working with EDENS returned one of Local 10’s calls and asked about the investigation.</p><p>After Local 10 explained the reporting and outlined its questions, no additional response was provided before publication despite further follow-up attempts.</p><p>The investigation leaves several questions unanswered.</p><p>If offenders independently identify and report where they will live, as the Department states, how does the Department explain multiple individuals independently telling Local 10 they were instructed to report to the same commercial area each night?</p><p>How does the Department reconcile its written statement with Department paperwork stating one offender was approved to reside in the 2400 block of North Federal Highway?</p><p>And how did approximately 180 transient registered offenders and predators come to list addresses between the 2400 and 2800 blocks of North Federal Highway and within approximately a one-mile radius of River Market?</p><p>Those questions remain unanswered.</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[MDSO: Man faces 20+ charges in Kendall Dodge burglary investigation; 2nd suspect sought]]></title><link>https://www.local10.com/news/local/2026/06/30/mdso-man-faces-20-charges-in-kendall-dodge-burglary-investigation-2nd-suspect-sought/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/mdso-man-faces-20-charges-in-kendall-dodge-burglary-investigation-2nd-suspect-sought/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Homestead man is facing more than 20 felony charges after investigators said he took part in two burglary sprees that targeted vehicles at a Miami-Dade car dealership, stealing expensive infotainment systems and causing thousands of dollars in damage.]]></description><pubDate>Tue, 30 Jun 2026 14:50:20 +0000</pubDate><content:encoded><![CDATA[<p>A Homestead man is facing more than 20 felony charges after investigators said he allegedly took part in two burglary sprees that targeted vehicles at a Miami-Dade car dealership, stealing expensive infotainment systems and causing thousands of dollars in damage.</p><p><a href="https://www.local10.com/espanol/2026/06/30/mdso-acusan-a-hombre-por-mas-de-20-cargos-tras-investigacion-por-robo-en-kendall-dodge-buscan-a-segundo-sospechoso/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/mdso-acusan-a-hombre-por-mas-de-20-cargos-tras-investigacion-por-robo-en-kendall-dodge-buscan-a-segundo-sospechoso/">Leer en español</a></p><p>According to two arrest reports from the Miami-Dade Sheriff’s Office, 25-year-old Josmanny Alexis Valdez was arrested Monday in connection with separate burglary investigations at Kendall Dodge, located at 13355 SW 137th Ave.</p><p>Authorities said the first investigation began after deputies responded to the dealership on May 15 following reports of multiple vehicle burglaries. </p><p>According to an arrest report, the dealership’s service manager discovered that infotainment systems had been stolen from Dodge Ram trucks parked in a fenced used-car lot where customers’ vehicles were being stored while awaiting service.</p><p>Investigators said Valdez and a second suspect, 25-year-old Celestino Ayala Jr., “cut an opening in the chain-link fence” before entering the lot and targeting Dodge Ram trucks from model years 2019 through 2026.</p><p>According to the report, the pair removed the infotainment systems from the unoccupied trucks and “cut the wiring harness” connecting the display screen to each vehicle, “leaving the vehicle permanently damaged.”</p><p>The report states that 18 Dodge Ram infotainment systems were stolen from vehicles belonging to 14 different victims. Investigators estimated each infotainment system was worth about $5,314, while the damage to each vehicle was approximately worth $1,087.</p><p>Detectives later searched Facebook Marketplace and found multiple Dodge Ram infotainment systems listed for sale, according to the report. </p><p>Investigators said the listings appeared on profiles under the names “Gio Valdez,” “Josmanny Valdes” and “Laylowjr Ayala,” all of which contained the same photographs. </p><p>The report states detectives were able to confirm that one of the systems advertised online had been stolen during one of the Kendall Dodge burglaries.</p><p>According to the report, detectives then conducted a “buy/bust operation” on May 28 after an undercover detective arranged to purchase two of the stolen infotainment systems for $500. </p><p>Investigators said surveillance teams watched as the suspects removed the systems from a blue Ford van before driving to Dolphin Mall to complete the transaction.</p><p>They said a subsequent search warrant executed on the van uncovered additional Dodge display screens and radio modules that were confirmed stolen from the dealership.</p><p>The arrest report also states that investigators gathered surveillance and other evidence showing the suspects “were in the area of the Dodge dealership throughout multiple dates.”</p><p>In the first case, Valdez faces five counts each of burglary of an occupied conveyance, grand theft of more than $3,000 while acting with others and criminal mischief causing more than $1,000 in damage, along with one count of burglary of an occupied structure, according to jail records. </p><p>A second arrest report filed in the investigation links Valdez to additional burglaries involving vehicles owned by Rocco’s Custom and Kendall Dodge.</p><p>According to that report, investigators again allege Valdez and Ayala entered the dealership’s fenced lot by cutting through the chain-link fence before removing infotainment systems from Dodge Ram trucks. </p><p>Detectives said the second case stemmed from the same broader investigation that included the Facebook Marketplace listings, undercover operation and recovery of stolen property.</p><p>In the second case, Valdez is facing two counts each of burglary of an unoccupied conveyance, grand theft of more than $3,000 while acting with others and criminal mischief, jail records show. </p><p>As of Tuesday, Valdez was being held on a $168,000 bond at the Turner Guilford Knight Correctional Center. Court records also show that several of his felony cases carry a Nebbia hold, meaning he must prove any money used to post bond came from a legitimate source before he can be released from custody.</p><p>Authorities said Ayala remains at large.</p><p>Anyone with information about the case or Ayala’s whereabouts is urged to call Miami-Dade Crime Stoppers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V6FLQLXJS5HE5I2NATH3L3BC4I.jpg?auth=ec1f41ce03a42ac653652d49589a223332e85c687045b2da15f36e1ebdf74b7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cámara oculta genera dudas sobre ex internos que pasan la noche en centro comercial de Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/06/30/camara-oculta-genera-dudas-sobre-ex-internos-que-pasan-la-noche-en-centro-comercial-de-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/camara-oculta-genera-dudas-sobre-ex-internos-que-pasan-la-noche-en-centro-comercial-de-fort-lauderdale/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Revelan dudas grabaciones con cámara oculta sobre ex internos que pasan la noche en uno de los destinos comerciales más concurridos de Fort Lauderdale.]]></description><pubDate>Tue, 30 Jun 2026 15:45:15 +0000</pubDate><content:encoded><![CDATA[<p>Revelan dudas grabaciones con cámara oculta sobre ex internos que pasan la noche en centro comercial de Fort Lauderdale</p><p>Durante el día, River Market es uno de los destinos comerciales más concurridos de Fort Lauderdale. Familias comen en restaurantes al aire libre. Clientes compran en Whole Foods, Sephora, Dick’s Sporting Goods, Lululemon y otros comercios a lo largo de North Federal Highway entre las avenidas Sunrise y Oakland Park.</p><p>Pero después del atardecer, Local 10 News documentó algo de lo que compradores, empleados e incluso el alcalde de la ciudad dijeron no tener conocimiento.</p><p>Durante varias noches, Local 10 observó a múltiples personas liberadas de prisión permaneciendo durante la noche en el centro comercial o sus alrededores. Varias personas actualmente bajo supervisión del Departamento de Correcciones de Florida dijeron de forma independiente a Local 10 que están obligadas a reportarse al área cada noche y permanecer allí hasta la mañana.</p><p>Algunos dijeron que duermen en sus vehículos. Otros dijeron que simplemente encuentran un lugar donde sentarse hasta el amanecer.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d8180.614596321482!2d-80.1210651365289!3d26.155596942116034!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d901eb873a4699%3A0x2c8a955d5d5b4cd4!2sRiver%20Market!5e1!3m2!1sen!2sus!4v1782758219101!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>El área no ofrece instalaciones de baños durante la noche, ni refugio contra el clima, ni un lugar para cargar dispositivos de monitoreo electrónico ordenados por la corte.</p><p>Local 10 se acercó a numerosos compradores y empleados. Ninguno aceptó ser identificado en cámara. Varios dijeron que se sorprendieron al enterarse de lo que había estado ocurriendo después del anochecer.</p><p>Un comprador dijo que la seguridad pública fue la primera preocupación que le vino a la mente. Otro dijo que el público merecía saber lo que estaba ocurriendo.</p><p>Muchas de las personas que permanecen durante la noche también rechazaron entrevistas, diciendo que temían que hablar públicamente pudiera afectar su supervisión. Un hombre aceptó hablar solo si Local 10 ocultaba su identidad.</p><p>Al ser preguntado si era una de las personas que pasaban la noche allí, respondió: “Sí”.</p><p>Cuando se le preguntó si tenía que permanecer allí de 7 p.m. a 7 a.m., contestó: “Sí. Doce horas”.</p><p>También dijo que oficiales de libertad condicional habían realizado una verificación de cumplimiento en el centro comercial ese mismo día.</p><p>Un segundo delincuente recientemente liberado, quien está obligado a registrarse como delincuente sexual, compartió documentos del FDOC que dijo le fueron entregados tras su liberación de prisión.</p><p>Según el delincuente, no tenía un lugar aprobado para vivir cuando fue liberado. Dijo que no podía mudarse con familiares porque las restricciones de residencia le prohibían vivir en esa ubicación.</p><p>Le dijo a Local 10 que un oficial de libertad condicional le entregó documentos y le indicó dónde debía presentarse.</p><p>El documento del Departamento revisado por Local 10 establece que el delincuente estaba “aprobado para residir” en el bloque 2400 de North Federal Highway.</p><p>El bloque 2400 de North Federal Highway es River Market.</p><p>El delincuente dijo que creyó que lo estaban enviando a un refugio o casa de transición. En cambio, dijo, llegó a un centro comercial.</p><p>Al ser preguntado dónde usaba el baño durante la noche, respondió: “No había baño”.</p><p>Un familiar le dijo a Local 10 que la familia creía que el estado proporcionaría algún tipo de vivienda de transición. En cambio, la familia dijo que descubrieron que la dirección en los documentos correspondía a un centro comercial, no a un refugio ni a una instalación residencial.</p><p>El familiar dijo que un oficial de libertad condicional le dijo al delincuente que encontrara un lugar detrás de una de las tiendas y permaneciera allí durante la noche. El familiar también dijo que las preguntas sobre acceso a baños, refugio contra la lluvia y carga de un dispositivo de monitoreo electrónico ordenado por la corte nunca fueron respondidas de manera adecuada.</p><p>El delincuente le dijo a Local 10 que preferiría regresar a prisión antes que pasar otra noche allí.</p><p>Local 10 también buscó en el registro público de delincuentes sexuales y depredadores sexuales del Departamento de Cumplimiento de la Ley de Florida.</p><p>Esa búsqueda identificó aproximadamente 180 delincuentes sexuales registrados transitorios y depredadores sexuales que listan direcciones entre los bloques 2400 y 2800 de North Federal Highway y dentro de un radio aproximado de una milla de River Market. Los registros abarcan varios años e identifican a numerosos delincuentes transitorios no relacionados que reportan direcciones a lo largo del mismo corredor comercial.</p><p>El FDOC rechazó la solicitud de Local 10 de una entrevista en cámara.</p><p>En una declaración por escrito, el Departamento dijo que “no designó la propiedad de un negocio como la dirección residencial de un delincuente”.</p><p>El Departamento dijo que los delincuentes son responsables de identificar y reportar su residencia tanto al FDOC como a la oficina del sheriff local, mientras que el Departamento verifica que una dirección reportada cumpla con la ley de Florida y las ordenanzas locales.</p><p>El Departamento también indicó que los delincuentes sin vivienda tradicional a veces eligen permanecer en áreas boscosas, terrenos sin desarrollar u otros espacios abiertos. En cuanto al delincuente cuyos documentos revisó Local 10, el Departamento dijo que él “no tenía una estructura de vivienda tradicional” en el momento de su liberación y que desde entonces se ha mudado a lo que describió como una residencia tradicional.</p><p>Esas declaraciones difieren de lo que Local 10 documentó durante su investigación.</p><p>Varias personas dijeron de forma independiente a Local 10 que se les indicó que se presentaran en el área de River Market y permanecieran allí durante la noche.</p><p>Local 10 también revisó documentos del Departamento que establecían que un delincuente estaba aprobado para residir en el bloque 2400 de North Federal Highway.</p><p>Una persona también le dijo a Local 10 que oficiales de libertad condicional habían realizado recientemente una verificación de cumplimiento en el centro comercial.</p><p>Debido a esas diferencias, Local 10 solicitó repetidamente al Departamento que explicara cómo su declaración escrita debía reconciliarse con los relatos proporcionados por múltiples individuos, los documentos del Departamento revisados por Local 10 y la concentración de delincuentes transitorios que reportan direcciones a lo largo del mismo tramo de North Federal Highway.</p><p>A pesar de múltiples solicitudes de seguimiento para aclaración antes de la publicación, el Departamento no proporcionó respuestas adicionales.</p><p>El alcalde de Fort Lauderdale, Dean Trantalis, dijo que se enteró de la situación solo después de que Local 10 comenzó a hacer preguntas.</p><p>“Estamos absolutamente sorprendidos por esto”, dijo Trantalis. “Me enteré de esto la semana pasada. Es la primera vez que escucho sobre esto”.</p><p>El alcalde dijo que la situación no era “una solución apropiada” para personas que intentan reintegrarse a la sociedad después de la prisión. Dijo que el administrador de la ciudad ordenó de inmediato a la policía de Fort Lauderdale que comenzara a investigar el asunto.</p><p>Tras las consultas de Local 10, la ciudad de Fort Lauderdale dijo que la policía ahora está en conversaciones con el FDOC respecto a las preocupaciones planteadas por la investigación.</p><p>La ciudad también dijo que no tiene conocimiento de circunstancias en las que el FDOC haya ordenado a delincuentes residir en ubicaciones específicas dentro de Fort Lauderdale.</p><p>Local 10 también contactó repetidamente a EDENS, la empresa propietaria de River Market, preguntando si sabía que personas bajo supervisión del FDOC estaban supuestamente pasando la noche en o alrededor de la propiedad y si alguien del estado había notificado a la empresa que la propiedad estaba siendo utilizada de esa manera.</p><p>Después de múltiples correos electrónicos y llamadas telefónicas, un representante que trabaja con EDENS devolvió una de las llamadas de Local 10 y preguntó sobre la investigación.</p><p>Después de que Local 10 explicó el reportaje y planteó sus preguntas, no se proporcionó ninguna respuesta adicional antes de la publicación a pesar de nuevos intentos de seguimiento.</p><p>La investigación deja varias preguntas sin respuesta.</p><p>Si los delincuentes identifican y reportan de forma independiente dónde van a vivir, como afirma el Departamento, ¿cómo explica el Departamento que múltiples individuos hayan dicho de forma independiente a Local 10 que se les indicó presentarse en la misma área comercial cada noche?</p><p>¿Cómo concilia el Departamento su declaración escrita con los documentos del Departamento que establecen que un delincuente estaba aprobado para residir en el bloque 2400 de North Federal Highway?</p><p>¿Y cómo llegaron aproximadamente 180 delincuentes sexuales registrados transitorios y depredadores a listar direcciones entre los bloques 2400 y 2800 de North Federal Highway y dentro de un radio aproximado de una milla de River Market?</p><p>Esas preguntas siguen sin respuesta.</p>]]></content:encoded></item><item><title><![CDATA[Blake Lively wants $8 million in legal fees from Justin Baldoni after 'It Ends With Us' dispute]]></title><link>https://www.local10.com/news/national/2026/06/30/blake-lively-wants-8-million-in-legal-fees-from-justin-baldoni-after-it-ends-with-us-dispute/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/30/blake-lively-wants-8-million-in-legal-fees-from-justin-baldoni-after-it-ends-with-us-dispute/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK and LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Blake Lively is seeking $8 million in legal costs from actor and director Justin Baldoni after resolving their dispute over the acrimonious production of their 2024 film “It Ends With Us."]]></description><pubDate>Tue, 30 Jun 2026 15:33:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Blake Lively is seeking $8 million in legal costs from actor and director Justin Baldoni after resolving their dispute over the acrimonious production of their 2024 film “It Ends With Us."</p><p>Lively's lawyers disclosed the amount, covering nearly $7.5 million in attorney’s fees from two law firms that represented her and about $500,000 in other expenses, in a court filing Tuesday.</p><p>Lively and Baldoni settled last month just before a trial was to start in federal court in Manhattan on Lively’s claims that he engineered an effort to damage her public reputation and credibility after she accused him of sexually harassing her while shooting the movie.</p><p>Baldoni, who directed the dark romantic drama and starred in it with Lively, denied her claims.</p><p>Lively received no money in the settlement, but a judge subsequently ruled that she is entitled to recover some legal costs she incurred after Baldoni filed a countersuit against her. The judge must still approve the amount she is seeking.</p><p>One of Lively’s lawyers, Michael Gottlieb, wrote in a court declaration that he charged her an average hourly rate of $2,187 — a discount from his usual $2,795 per hour. He said he billed 224 hours for work on her defense to Baldoni’s countersuit, totaling $457,000 in fees.</p><p>Baldoni and his production company, Wayfarer Studios LLC, “employed scorched-earth litigation tactics designed to drain Lively’s resources,” her lawyers wrote in their filing.</p><p>“They could have ended it (and offered to reimburse Lively) at any time. Having refused to do so, they should be ordered to reimburse Lively for all of the costs, attorney’s fees, and expenses they improperly forced her to incur,” they wrote.</p><p>A message seeking comment was left for Baldoni’s lawyer.</p><p>Lively, 38, sued Baldoni, 42, and Wayfarer Studios in December 2024, accusing them of conspiring with publicists to preemptively destroy her reputation after she privately accused him of sexual harassment on the “It Ends With Us" set.</p><p>Weeks later, Baldoni sued Lively, accusing her, her husband — “Deadpool” actor Ryan Reynolds — and their publicist of defamation and extortion.</p><p>Baldoni denied harassing her or orchestrating a smear campaign. He claimed the complaints about his behavior were made up by Lively as part of an effort to seize creative control of the movie.</p><p>Judge Lewis J. Liman threw out Baldoni’s countersuit last year and then dismissed Lively’s sexual harassment claims, saying she could not bring them because she was an independent contractor rather than an employee on the movie set.</p><p>In allowing Lively to recover legal costs, the judge cited a California law designed to protect survivors of sexual harassment and discrimination from retaliatory lawsuits meant to intimidate and silence victims.</p><p>Liman said the law requires that the plaintiff must pay the defendant’s legal fees and costs if a defamation claim made in response to a lawsuit is dismissed, even if the facts of the case have not been developed through the gathering of evidence.</p><p>Liman said an exception would be if Baldoni and Wayfarer Studios, could prove malice fueled Lively’s claims, but that they had produced no evidence to show that.</p><p>In their court filing, Lively's lawyers said $4.5 million should be paid to Gottlieb’s firm, Willkie Farr & Gallagher, and about $3 million should go to the firm Manatt, Phelps & Phillips, LLP.</p><p>The judge rejected Lively's claims to triple any damages and pursue punitive damages as well under the California law, saying that they did not fall within “carefully crafted federal procedural rules designed to protect the rights of the parties.”</p><p>“It Ends With Us,” an adaptation of Colleen Hoover’s bestselling 2016 novel about a relationship devolving into domestic violence, was released in August 2024 and exceeded box office expectations.</p><p>Lively appeared in the 2005 film “The Sisterhood of the Traveling Pants” and the TV series “Gossip Girl” from 2007 to 2012 before starring in films including “The Town” and “The Shallows.”</p><p>Baldoni starred in the TV comedy “Jane the Virgin,” directed the 2019 film “Five Feet Apart” and wrote “Man Enough,” a book challenging traditional notions of masculinity.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RKURQKF5KRNHBW6ZIY2NPNSDKQ.jpg?auth=5486e5665cb8647677ade1fdb64ae17b88b7e246898246817424d88e3a70c00a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images shows Blake Lively at the London screening of the film "It 'Ends With Us" on Aug. 8, 2024, left, and Justin Baldoni at the world premiere of the film in New York on Aug. 6, 2024. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[Familia de cuatro personas es desplazada por incendio de vivienda en Miami ]]></title><link>https://www.local10.com/espanol/2026/06/30/se-registra-incendio-en-vivienda-de-miami-cierran-carretera-cercana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/se-registra-incendio-en-vivienda-de-miami-cierran-carretera-cercana/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un incendio se registró la mañana del martes en una vivienda de Miami, confirmaron los equipos de emergencia a Local 10 News.]]></description><pubDate>Tue, 30 Jun 2026 14:46:14 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio se registró la mañana del martes en una vivienda de Miami, confirmaron los equipos de emergencia a Local 10 News.</p><p>Un incendio fue reportado a las 9:43 a.m. en una vivienda de un solo piso en el área de Northwest 67th Court y Second Street, según el teniente Pete Sanchez, de Miami Fire-Rescue.</p><p>Sky 10 sobrevoló la escena poco después de las 10:15 a.m. Aparentemente había daños por humo en una eficiencia ubicada en la parte trasera de la vivienda.</p><p>Sanchez confirmó que el incendio comenzó en el exterior y se extendió a la propiedad.</p><p>Dijo que los bomberos extinguieron rápidamente las llamas y revisaron la vivienda para verificar si aún había alguien en el interior.</p><p>“El incendio estuvo contenido principalmente en la pared exterior de la vivienda, pero parte del fuego se extendió al techo y al baño”, dijo Sanchez en un correo electrónico enviado a Local 10 News.</p><p>No se reportaron personas heridas, pero Sanchez indicó que una familia de cuatro personas, dos adultos y dos niños, fue desplazada.</p><p>La Cruz Roja Estadounidense les está brindando asistencia.</p><p>La policía de Miami confirmó que West Flagler Street fue cerrada temporalmente entre las avenidas 67 y 68 debido al incendio.</p><p>Sanchez dijo que la Unidad de Investigación de Incendios de Miami determinará el origen y la causa del incendio.</p>]]></content:encoded></item><item><title><![CDATA[Roof of tutoring center collapses in eastern Pakistan, killing at least 14 children, police say]]></title><link>https://www.local10.com/news/world/2026/06/30/roof-of-tutoring-center-collapses-in-eastern-pakistan-killing-at-least-14-children/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/roof-of-tutoring-center-collapses-in-eastern-pakistan-killing-at-least-14-children/</guid><dc:creator><![CDATA[By BABAR DOGAR, Associated Press]]></dc:creator><description><![CDATA[LAHORE, Pakistan (AP) — A roof collapse at a tutoring center under construction in Pakistan’s eastern city of Lahore on Tuesday killed at least 14 schoolchildren, police and rescue officials said.]]></description><pubDate>Tue, 30 Jun 2026 16:48:10 +0000</pubDate><content:encoded><![CDATA[<p>LAHORE, Pakistan (AP) — A roof collapse at a tutoring center under construction in Pakistan’s eastern city of Lahore on Tuesday killed at least 14 schoolchildren, police and rescue officials said.</p><p>Eight other children were injured and being treated at a hospital, senior police official Faisal Kamran said, adding that the owner of the tutoring center and another person have been arrested.</p><p>Kamran said rescuers were searching through the rubble after receiving reports that more children could be trapped beneath the debris. He said the tutoring center was housed in an aging building and that the roof of an unfinished second floor apparently collapsed because of poor construction quality.</p><p>Building collapses are common in Pakistan, where construction standards are often poorly enforced. Many structures are built with substandard materials, and safety regulations are frequently ignored to reduce costs.</p><p>Witnesses said ambulances and rescue workers rushed to the scene after the roof collapsed. Residents also joined the search, using shovels and their bare hands to remove rubble in an effort to reach children trapped beneath the debris.</p><p>Hours later, as the bodies of the children were being handed over to their families, scenes of anguish unfolded outside hospitals and in the neighborhood on the outskirts of Lahore where the private tutoring center was located in a house. Parents wept over the loss of their children, while mothers and other female relatives cried and beat their chests in grief.</p><p>Most of the victims lived nearby, and funeral prayers were expected later Tuesday.</p><p>Grief was mixed with anger as residents demanded stern punishment for the owner of the tutoring center, blaming him for operating classes in what they described as an aging and unsafe building. Dozens of mourners were seen gathering outside the victims’ homes to offer condolences.</p><p>“We don’t know whose home to visit first to offer condolences for the loss of their children,” resident Zafar Iqbal said as he moved from one bereaved family’s home to another nearby street.</p><p>Lahore is the capital of Pakistan's most populous Punjab province, where many parents send their children to private tutoring centers in the afternoon and evening.</p><p>Pakistan's President Asif Ali Zardari and Prime Minister Shehbaz Sharif expressed grief over the collapse of the roof of an evening school building in Lahore. In separate statements, they offered condolences to the families of the victims, prayed for the speedy recovery of those injured, and said effective safety measures were needed to prevent similar tragedies.</p><p>___</p><p>Associated Press writer K.M. Chaudhry in Lahore contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4JSKXLI3BQ34QFSF4JHZKZT2CU.jpg?auth=0591edd56642716a381b8f7478c40ec2c57df3b54fc97488baa4fe1271478a03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women mourn next to the bodies of their children killed after the roof of a tutoring center under-construction collapsed, on the outskirts of Lahore, Pakistan, Tuesday, June 30, 2026. (AP Photo/K.M Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XBY4KPTJ6IAD4LY3UR7VAKXAWU.jpg?auth=10912f8e4bf8f8602e7fa460b29b49cb7bb950d9a4c6e67e6ca5c38b3c308b63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women mourn next to the bodies of their children killed after the roof of a tutoring center under-construction collapsed, on the outskirts of Lahore, Pakistan, Tuesday, June 30, 2026. (AP Photo/K.M Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7IKIEHVJ44Y5SDQ2FQNU5NWTUU.jpg?auth=07ea38edda9f1949289edfaec54a24392e2761d7192111b5da49e9f7906d82a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man comforts a woman mourning over the death of her child, killed after the roof of a tutoring center under-construction collapsed, on the outskirts of Lahore, Pakistan, Tuesday, June 30, 2026. (AP Photo/K.M Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PIEG6PKMSVO7RJWQTIJ33XRLD4.jpg?auth=63ac4da5c57b345a486eeda46311204389e444274666eeba55c6cee6ed744688&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women mourn over the death of their children killed after the roof of a tutoring center under-construction collapsed, on the outskirts of Lahore, Pakistan, Tuesday, June 30, 2026. (AP Photo/K.M Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J5KXZ36GY3UT2RFYILJZANPEOU.jpg?auth=e1bfdf836c3f8b1c11f8617ade6125c9f0a94660460383fc73e8388ce1485204&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slippers of the children left behind at the site of an under-construction tutoring center which collapsed, on the outskirts of Lahore, Pakistan, Tuesday, June 30, 2026. (AP Photo/K.M Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M Chaudary</media:credit></media:content></item><item><title><![CDATA[Man accused of using fraudulent credit cards to stock up on fireworks in Hialeah ahead of Fourth of July ]]></title><link>https://www.local10.com/news/local/2026/06/30/man-accused-of-using-fraudulent-credit-cards-to-stock-up-on-fireworks-in-hialeah-ahead-of-fourth-of-july/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/man-accused-of-using-fraudulent-credit-cards-to-stock-up-on-fireworks-in-hialeah-ahead-of-fourth-of-july/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 20-year-old man was arrested Monday after he used fraudulent credit cards to spend thousands of dollars on fireworks at a Hialeah business ahead of the Fourth of July, authorities said.]]></description><pubDate>Tue, 30 Jun 2026 14:37:51 +0000</pubDate><content:encoded><![CDATA[<p>A 20-year-old man was arrested Monday after he used fraudulent credit cards to spend thousands of dollars on fireworks at a Hialeah business ahead of the Fourth of July, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/06/30/acusan-a-hombre-por-uso-de-tarjetas-de-credito-fraudulentas-para-abastecerse-de-fuegos-artificiales-en-hialeah-antes-del-cuatro-de-julio/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/acusan-a-hombre-por-uso-de-tarjetas-de-credito-fraudulentas-para-abastecerse-de-fuegos-artificiales-en-hialeah-antes-del-cuatro-de-julio/">Leer en español</a></p><p>According to an arrest report from the Hialeah Police Department, the fraudulent purchases were reported to authorities Monday by the owner of Samurai Fireworks, located at 2122 W. 62<sup>nd</sup> St.</p><p>Police said the owner told police that on June 2, the suspect, identified as Santiago Alejandro Prieto-Mendoza, of Miami, picked up multiple orders of fireworks that were later revealed to have been purchased with fraudulent credit cards.</p><p>The owner said the business was notified about the fraud by their payment processor after Prieto-Mendoza had already picked up the fireworks, worth a total of $2,277.60.</p><p>According to the report, Prieto-Mendoza returned to the business Monday after placing three new orders, which the payment processor also flagged as fraudulent.</p><p>Police said a store employee recognized Prieto-Mendoza as the person who picked up the previous packages on June 2 and immediately notified his supervisors that Prieto-Mendoza was trying to retrieve additional merchandise from the store.</p><p>Police were then called and Prieto-Mendoza was taken into custody on a charge of organized scheme to defraud.</p><p>According to the report, he made some kind of admission to detectives after his arrest, however his exact statement was redacted from the publicly released report.</p><p>As of Tuesday morning, Prieto-Mendoza was being held at the Turner Guilford Knight Correctional Center on a $2,500 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XDAALCVK5VHG3MF2Q76NWWILSI.jpg?auth=d1b79af07e75f3dafa628f0b7af445f986e34e8768e0bf549bf12a820c917308&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre por uso de tarjetas de crédito fraudulentas para abastecerse de fuegos artificiales en Hialeah antes del Cuatro de Julio ]]></title><link>https://www.local10.com/espanol/2026/06/30/acusan-a-hombre-por-uso-de-tarjetas-de-credito-fraudulentas-para-abastecerse-de-fuegos-artificiales-en-hialeah-antes-del-cuatro-de-julio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/acusan-a-hombre-por-uso-de-tarjetas-de-credito-fraudulentas-para-abastecerse-de-fuegos-artificiales-en-hialeah-antes-del-cuatro-de-julio/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 20 años fue arrestado tras gastar miles de dólares en fuegos artificiales con tarjetas de crédito fraudulentas.]]></description><pubDate>Tue, 30 Jun 2026 15:24:51 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 20 años fue arrestado tras gastar miles de dólares en fuegos artificiales con tarjetas de crédito fraudulentas en un negocio de Hialeah antes del Cuatro de Julio, dijeron las autoridades.</p><p>Según un informe de arresto del Departamento de Policía de Hialeah, las compras fraudulentas fueron reportadas a las autoridades el lunes por el propietario de Samurai Fireworks, ubicado en 2122 W. 62nd St.</p><p>La policía dijo que el propietario informó a la policía que el 2 de junio el sospechoso, identificado como Santiago Alejandro Prieto-Mendoza, de Miami, recogió múltiples pedidos de fuegos artificiales que luego se reveló que habían sido comprados con tarjetas de crédito fraudulentas.</p><p>El propietario dijo que el negocio fue notificado sobre el fraude por su procesador de pagos después de que Prieto-Mendoza ya había recogido los fuegos artificiales, con un valor total de $2,277.60 USD.</p><p>Según el informe, Prieto-Mendoza regresó al negocio el lunes después de realizar tres nuevos pedidos, los cuales también fueron señalados como fraudulentos por el procesador de pagos.</p><p>La policía dijo que un empleado de la tienda reconoció a Prieto-Mendoza como la persona que recogió los paquetes anteriores el 2 de junio e inmediatamente notificó a sus supervisores que Prieto-Mendoza estaba tratando de retirar mercancía adicional de la tienda.</p><p>Luego se llamó a la policía y Prieto-Mendoza fue puesto bajo custodia bajo un cargo de esquema organizado para defraudar.</p><p>Según el informe, hizo algún tipo de admisión a los detectives después de su arresto; sin embargo, su declaración exacta fue redactada del informe publicado.</p><p>As of Tuesday morning, Prieto-Mendoza estaba siendo retenido en el Turner Guilford Knight Correctional Center con una fianza de $2,500 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XDAALCVK5VHG3MF2Q76NWWILSI.jpg?auth=d1b79af07e75f3dafa628f0b7af445f986e34e8768e0bf549bf12a820c917308&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Denmark urges IOC to recognize Greenland and Faroe Islands as independent Olympic teams]]></title><link>https://www.local10.com/sports/2026/06/30/denmark-urges-ioc-to-recognize-greenland-and-faroe-islands-as-independent-olympic-teams/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/denmark-urges-ioc-to-recognize-greenland-and-faroe-islands-as-independent-olympic-teams/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[COPENHAGEN, Denmark (AP) — Denmark asked the IOC to recognize its territories Greenland and the Faroe Islands as independent Olympic teams, the national parliament said Tuesday.]]></description><pubDate>Tue, 30 Jun 2026 15:17:22 +0000</pubDate><content:encoded><![CDATA[<p>COPENHAGEN, Denmark (AP) — Denmark asked the IOC to recognize its territories Greenland and the Faroe Islands as independent Olympic teams, the national parliament said Tuesday.</p><p>The parliament published a letter urging the International Olympic Committee to recognize the semi-autonomous territories as “independent National Olympic Committees and to participate in the Olympic Games under their own flags.”</p><p>The revival of a longstanding Olympic proposal previously made 20 years ago comes weeks after Danish Prime Minister Mette Frederiksen formed a new coalition government. She has pledged support for Greenland against U.S. President Donald Trump’s wish to acquire the island.</p><p>The IOC recognizes 206 national Olympic bodies, which is 13 more than the United Nations has member states, and is unlikely to support Denmark’s request.</p><p>The Olympic body's policy since 1996 has been to recognize only independent states, such as Kosovo in 2014 and South Sudan the next year. The Olympic Charter defines “country” as “an independent state recognized by the international community.”</p><p>Two biathletes from Greenland competed for Denmark at the Milan Cortina Olympics in February.</p><p>The Faroe Islands has competed in qualifying games for international soccer tournaments since the 1992 European Championship and 1994 World Cup.</p><p>The Danish parliament said its presidium’s June 18 letter to the IOC would “reflect a clear and current political commitment by Denmark to support enhanced and more equal international participation for both the Faroe Islands and Greenland.”</p><p>___</p><p>AP Winter Olympics: https://apnews.com/hub/milan-cortina-2026-winter-olympics</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O4KM5VFP3PFLX4E6PSUF5W56AI.jpg?auth=bb496dd17c507f24d06348aba9b927200bd01111372341924a1fcfdb47603003&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denmark's Prime Minister Mette Frederiksen arrives for the EU summit in Brussels, Thursday, June 18, 2026. (AP Photo/Omar Havana)]]></media:description><media:credit role="author" scheme="urn:ebu">Omar Havana</media:credit></media:content></item><item><title><![CDATA[Grupos de ayuda advierten que sistema de salud de Venezuela está casi al límite tras sismos]]></title><link>https://www.local10.com/espanol/2026/06/30/grupos-de-ayuda-senalan-que-el-sistema-de-salud-de-venezuela-esta-casi-al-limite-tras-sismos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/grupos-de-ayuda-senalan-que-el-sistema-de-salud-de-venezuela-esta-casi-al-limite-tras-sismos/</guid><dc:creator><![CDATA[Por JUAN PABLO ARRÁEZ e ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Grupos de ayuda advirtieron el martes que el frágil sistema de salud pública de Venezuela está llegando a su límite, casi una semana después de dos potentes terremotos que dejaron hospitales dañados y con personal insuficiente debido a la cantidad de heridos, y con enfermedades infecciosas que se agravan en la zona del desastre.]]></description><pubDate>Tue, 30 Jun 2026 20:56:33 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Grupos de ayuda advirtieron el martes que el frágil sistema de salud pública de Venezuela está llegando a su límite, casi una semana después de dos potentes terremotos que dejaron hospitales dañados y con personal insuficiente debido a la cantidad de heridos, y con enfermedades infecciosas que se agravan en la zona del desastre.</p><p>Mientras tanto, el gobierno informó que el número de rescates oficiales ha caído drásticamente en los últimos tres días, de 5.380 personas salvadas en los primeros dos días después de los sismos a apenas cuatro personas halladas con vida el lunes por las autoridades. El principal periodo para encontrar sobrevivientes de terremotos suele ser de 48 a 72 horas, pero es posible sobrevivir más tiempo, dependiendo de factores como la temperatura y el acceso a agua o alimentos.</p><p>El único sobreviviente rescatado hasta la tarde del martes fue un niño pequeño que quedó atrapado durante seis días bajo un edificio derrumbado, dijo Jorge Rodríguez, presidente de la Asamblea Nacional.</p><p>Esas cifras no incluyen los numerosos rescates realizados en todo el país por grupos de voluntarios que, frustrados con la lenta respuesta del gobierno, se dispusieron a salvar a sus seres queridos atrapados días antes de la llegada de equipos internacionales expertos.</p><p>El gobierno sitúa el número de muertos en más de 1.900. Expertos dicen que el número real podría ser mayor, ya que cada día se sacan más cuerpos de entre los escombros y las morgues tienen dificultades para manejar la afluencia.</p><p>Entre los sobrevivientes ya se desarrolla una crisis humanitaria. Agencias de las Naciones Unidas manifestaron su preocupación por los efectos en la salud de los miles de personas desplazadas que han dormido durante días a la intemperie o en refugios abarrotados e insalubres.</p><p>Un sistema de salud en crisis</p><p>El sistema de salud venezolano, de por sí estresado por décadas de falta de inversión y años de crisis económica, está “ahora bajo una presión extrema, con instalaciones que operan más allá de su capacidad ante el aumento de los casos de traumatismos”, afirmó el portavoz de la Organización Mundial de la Salud (OMS), Christian Lindmeier, en una rueda de prensa en Ginebra.</p><p>Funcionarios venezolanos afirman que más de 15.800 personas se han visto afectadas por los terremotos —una cifra que refleja el número oficial de desplazados—, señaló el martes la portavoz de la agencia de la ONU para los refugiados, Carlotta Wolf. Los venezolanos que quedaron sin hogar de forma repentina ahora duermen en autos, parques y otros lugares.</p><p>Wolf indicó que esa cifra seguirá aumentando. Muchas de las personas desplazadas en La Guaira, el estado más afectado, sufren una escasez generalizada de alimentos, agregó.</p><p>Sin acceso a baños, duchas o jabón, los venezolanos desplazados también se han vuelto cada vez más vulnerables a brotes de enfermedades prevenibles como el sarampión, dadas las bajas tasas de vacunación de la población, dijo Lindmeier, y añadió que las condiciones son propicias para que se propaguen infecciones transmitidas por el agua como el dengue, la fiebre amarilla y la malaria.</p><p>Según el gobierno, los sismos de la semana pasada dañaron o pusieron en riesgo a 38 hospitales en todo el país. La OMS dijo que hasta ahora ha evaluado 21 de esas instalaciones, tres de las cuales ya no están en funcionamiento. Otras seis han sufrido daños y el resto ahora se está viendo sobrepasado por la afluencia de heridos.</p><p>Muchos médicos especialistas están desaparecidos entre las ruinas, incluidos funcionarios a cargo de la atención de maternidad en La Guaira, indicó la OMS, lo que agrava los desafíos para la atención de salud en un país del que 8 millones de personas, entre ellos, muchos médicos y enfermeras, han huido en los últimos años.</p><p>“Los hallazgos revelan un caos en la prestación de servicios y el flujo de pacientes, procesos marcados por el hacinamiento, el creciente retraso de cirugías... y una ruptura de las medidas de bioseguridad”, dijo Lindmeier.</p><p>El martes se notó una mayor presencia de organizaciones no gubernamentales en La Guaira y comunidades adyacentes, con carpas de la Cruz Roja, el Programa Mundial de Alimentos y otras organizaciones instaladas en aceras, malecones e instalaciones deportivas. La gente hizo fila durante todo el día bajo el sol abrasador para recibir artículos de aseo gratuitos, alimentos, medicamentos y mascarillas.</p><p>Una lucha por comprender el verdadero saldo</p><p>Ante un gobierno hermético sobre el número de víctimas y sobrevivientes y que no ofrece un recuento oficial de personas desaparecidas, los venezolanos comunes tienen dificultades para encontrar a sus familiares. Muchos han recurrido a grupos de WhatsApp y a bases de datos digitales no gubernamentales para reportar la desaparición de sus seres queridos. En una de esas listas se registran al menos 43.220 personas desaparecidas.</p><p>En su actualización diaria televisada sobre víctimas, Jorge Rodríguez, hermano de la presidenta interina Delcy Rodríguez, dijo que el balance oficial hasta el martes era de 1.943 muertos y 10.571 heridos, e instó al público a compartir únicamente información del gobierno.</p><p>Pero sus cifras dejaron a miles de venezolanos sin contabilizar. Dijo que el gobierno estimaba que había alrededor de 30.000 personas en las zonas más afectadas del estado La Guaira en el momento del terremoto, y que unas 20.000 de ellas lograron escapar del área o fueron rescatadas posteriormente.</p><p>La NASA calcula que unas 59.000 construcciones resultaron dañadas o destruidas por los terremotos, lo que situaría el número de personas afectadas por los sismos en cientos de miles. La agencia de la ONU para la infancia, UNICEF, informó el martes que 680.000 niños necesitan asistencia humanitaria en todo el país.</p><p>___</p><p>DeBre informó desde Buenos Aires, Argentina. Los periodistas de The Associated Press Regina Garcia Cano y Jorge Rueda en Caracas, Venezuela, y Dánica Coto en San Juan, Puerto Rico, contribuyeron a este despacho.</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/AK6SIGFO6XRXX66BUVMCHSQ2RE.jpg?auth=7a113963b3529748bff52be75be6fd4be94433bbb6b8587323cd14538806411b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas españoles se movilizan por el área afectada por los terremotos en La Guaira, Venezuela, el martes 30 de junio de 2026. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5HJVOKD64BAZART4BVF77SNNWA.jpg?auth=37ec3e3593331a4ba065e2706de5ecb0af3d7cb7e02326d998d81232ab1abd85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residentes que ayudan en las labores de rescate se sientan entre escombros que dejaron los terremotos en La Guaira, Venezuela, el 30 de junio de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5DDDYABA34XNQBITDB2FJNHXMU.jpg?auth=2a738859b00e14224f559c55e3b0c9e717b8dfd6da3241950c67c67d7106f52e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vista aérea de edificios destruidos en Caraballeda, en La Guaira, Venezuela, el 29 de junio de 2026, tras dos grandes terremotos. (Miguel Medina/pool photo vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content></item><item><title><![CDATA[Muere sospechoso tras balacera en la que participaron agentes de BSO y un agente de Plantation ]]></title><link>https://www.local10.com/espanol/2026/06/30/bso-muere-sospechoso-tras-balacera-en-la-que-participaron-agentes-y-agente-de-plantation/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/bso-muere-sospechoso-tras-balacera-en-la-que-participaron-agentes-y-agente-de-plantation/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Seis agentes de la Oficina del Sheriff de Broward (BSO) y un agente de la Policía de Plantation participaron en una balacera mortal la noche del lunes en Davie.]]></description><pubDate>Tue, 30 Jun 2026 13:46:25 +0000</pubDate><content:encoded><![CDATA[<p>Seis agentes de la Oficina del Sheriff de Broward (BSO) y un agente de la Policía de Plantation participaron en una balacera mortal la noche del lunes en Davie, informaron las autoridades.</p><p>Según la BSO, un sospechoso que era buscado por los agentes fue visto cargando gasolina en la estación Wawa ubicada en el 6350 de Stirling Road.</p><p>Cuando las autoridades rodearon al sospechoso, informaron que se produjo un forcejeo entre él y los agentes del orden que se acercaban.</p><p>El sheriff de Broward, Gregory Tony, dijo que el sospechoso estaba armado y recibió la orden de entregar su arma, pero al no hacerlo, se produjo un intercambio de disparos.</p><p>Tony dijo que el sospechoso era buscado por huir para evadir a las autoridades e indicó que los agentes tenían evidencia de ADN que lo vinculaba con otros delitos, aunque no dio más detalles sobre esos presuntos crímenes.</p><p>Tampoco dijo si fue un agente de la BSO o el agente de la Policía de Plantation quien hirió de muerte al sospechoso.</p><p>Se espera que el Departamento de Cumplimiento de la Ley de Florida (FDLE) asuma la investigación, como es habitual en los casos de balaceras en las que participan agentes.</p>]]></content:encoded></item><item><title><![CDATA[Aguas residuales en cocina, cucarachas vivas y P.F. Chang’s entra en la lista de Dirty Dining ]]></title><link>https://www.local10.com/espanol/2026/06/30/aguas-residuales-en-cocina-cucarachas-vivas-y-pf-changs-entra-en-la-lista-de-dirty-dining/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/aguas-residuales-en-cocina-cucarachas-vivas-y-pf-changs-entra-en-la-lista-de-dirty-dining/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Seis restaurantes del sur de Florida terminaron en la lista de Dirty Dining de esta semana y con cierre temporal por graves violaciones a las normas de salud.]]></description><pubDate>Tue, 30 Jun 2026 13:57:04 +0000</pubDate><content:encoded><![CDATA[<p>Seis restaurantes del sur de Florida terminaron en la lista de Dirty Dining de esta semana después de que inspectores estatales ordenaran su cierre temporal por graves violaciones a las normas de salud.</p><p>Entre ellos se encuentra Conch Heaven, en el noroeste de Miami-Dade, donde los inspectores reportaron cucarachas vivas, decenas de moscas y acumulación de una sustancia similar al moho dentro de una máquina de hielo.</p><p>También está The Villa Caribbean Shoppes, en Miami Gardens, que fue citado por una cucaracha viva, numerosas moscas y más de 100 moscas muertas dentro de un dispositivo de control de insectos.</p><p>Chong’s Chinese Restaurant, en Miami, donde los inspectores encontraron alimentos almacenados a temperaturas inadecuadas que fueron ordenados a desechar debido a problemas de refrigeración.</p><p>Beijing Garden, en Miami, donde los inspectores documentaron aguas residuales sin tratar que se devolvían hacia la cocina, una mosca muerta sobre alimentos y otros problemas de saneamiento.</p><p>P.F. Chang’s, en Fort Lauderdale, donde encontraron cucarachas vivas en la cocina.</p><p>Lona Cocina Tequileria, en Fort Lauderdale, donde los inspectores reportaron cucarachas vivas detrás y dentro de equipos de cocina.</p><p>Todos los restaurantes pudieron reabrir después de realizar la limpieza ordenada y aprobar una nueva inspección estatal.</p><p><b>**CONCH HEAVEN</b></p><p><b>11275 NW 27TH AVE.</b></p><p><b>NOROESTE DE MIAMI-DADE (WESTVIEW)</b></p><p><b>INSPECCIÓN BASADA EN UNA QUEJA</b></p><p><b>ORDEN DE CIERRE: 19 DE JUNIO</b></p><p><b>14 VIOLACIONES ENCONTRADAS</b></p><figure><img src="https://www.local10.com/resizer/v2/RIEGSF5XFFBUJOKO7C3GBVHMEM.jpg?auth=04c8f113dfdaee394a62434cf6f109b61d61c0610fec27dd83f76b1f13b7c520&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Se detectó actividad de cucarachas, evidenciada por la presencia de cucarachas vivas. Se observaron cuatro cucarachas vivas debajo de la mesa de preparación en el área de la cocina. Se observaron dos cucarachas vivas en el piso junto al fregadero de tres compartimentos. Se observaron 12 cucarachas vivas debajo de una caja junto a un estante con ollas y sartenes limpias en el área de la cocina.”</p><p>“Se encontraron insectos voladores vivos de pequeño tamaño. Se observaron aproximadamente 20 moscas vivas en el área de almacenamiento seco junto al cuarto frío.”</p><p>“Acumulación de una sustancia negra/verde similar al moho en el interior de la máquina o depósito de hielo. Violación reincidente.”</p><p>“Techo, plafones o rejillas de ventilación sucios con acumulación de residuos de alimentos, grasa, polvo o una sustancia similar al moho. Se observó grasa en las rejillas del aire acondicionado.”</p><figure><img src="https://www.local10.com/resizer/v2/NREYPRGMSVDD3H2BJJCBNRKHI4.jpg?auth=8ba7be9cd4b4baf3c506335e177b42623703a4f337e291256f8e3fb5abf864dd&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>**THE VILLA CARIBBEAN SHOPPES</b></p><p><b>19501 NW 2ND AVE.</b></p><p><b>MIAMI GARDENS</b></p><p><b>ORDEN DE CIERRE: 24 DE JUNIO</b></p><p><b>22 VIOLACIONES ENCONTRADAS</b></p><p><b>TAMBIÉN FUE CERRADO EL 13 DE OCTUBRE DE 2025 (PROBLEMAS DE MOSCAS Y CUCARACHAS)</b></p><p>“Se detectó actividad de cucarachas, evidenciada por la presencia de una cucaracha viva. Se observó una cucaracha viva sobre un congelador vertical en el área de la cocina.”</p><p>“Acumulación de aves, insectos, roedores u otras plagas muertas o atrapadas en dispositivos de control. Se observaron más de 100 moscas muertas en un exterminador de insectos ubicado sobre un congelador vertical dentro del área de la cocina.”</p><p>“Se encontraron insectos voladores vivos de pequeño tamaño. Se observaron 11 moscas vivas en la pared y sobre la mesa de preparación donde se elaboran jugos. Se observaron 10 moscas vivas en el área de la cocina donde se preparaban cebollas, posándose sobre cajas de alimentos y una mesa. Se observaron 10 moscas vivas dentro de un recipiente donde se utilizaron limones para jugo, sobre una mesa en la cocina.”</p><p>“Dispositivo de control de insectos instalado sobre el área de preparación de alimentos. Se observó un exterminador de insectos sobre un congelador vertical.”</p><p>“Áreas del piso cubiertas con agua estancada. Se observó en el cuarto frío y en la cocina. Violación reincidente.”</p><p><b>**CHONG’S CHINESE RESTAURANT</b></p><p><b>1164 WEST FLAGLER ST.</b></p><p><b>MIAMI</b></p><p><b>ORDEN DE CIERRE: 23 DE JUNIO</b></p><p><b>25 VIOLACIONES ENCONTRADAS</b></p><p>“Cucarachas muertas en el establecimiento. Se observaron tres cucarachas muertas: una en el piso de la cocina y dos dentro de gabinetes de almacenamiento junto al área del baño. Violación reincidente.”</p><p>“Paredes sucias con acumulación de grasa, residuos de alimentos o polvo. Se observaron paredes con acumulación de grasa en toda el área de la cocina.”</p><p>“Se emitió una orden de suspensión de venta para alimentos que requieren control de tiempo y temperatura por abuso de temperatura. Se observaron empanadillas (44 °F - conservación en frío), brotes (58 °F - conservación en frío), camarones (73 °F - conservación en frío), brotes (68 °F - conservación en frío), huevos con cáscara (72 °F - conservación en frío), pollo (57 °F - conservación en frío), carne de res (63 °F - conservación en frío), carne de cerdo (58 °F - conservación en frío), fideos (55 °F - conservación en frío), camarones (55 °F - conservación en frío), repollo (62 °F - conservación en frío), pasta (56 °F - conservación en frío), camarones (57 °F - conservación en frío), brotes (59 °F - conservación en frío) y jamón (46 °F - conservación en frío). Todos los alimentos estaban almacenados en refrigeradores de la línea de cocción y en el cuarto frío. Según un empleado, los alimentos habían permanecido fuera de temperatura por más de cuatro horas.”</p><p>“Cantidad o capacidad inadecuada de unidades de refrigeración para mantener el control de tiempo y temperatura de los alimentos de forma segura. Se observó que los refrigeradores de la línea de cocción y el cuarto frío no funcionaban correctamente.”</p><p><b>**BEIJING GARDEN</b></p><p><b>832 WEST FLAGLER ST.</b></p><p><b>MIAMI</b></p><p><b>ORDEN DE CIERRE: 23 DE JUNIO</b></p><p><b>27 VIOLACIONES ENCONTRADAS</b></p><p>“Se emitió una orden de suspensión de venta debido a que los alimentos no estaban en condiciones aptas para el consumo. Se observó una mosca muerta sobre costillas de cerdo en el área de preparación.”</p><p>“Olores desagradables en el área del comedor.”</p><p>“Aguas residuales sin tratar se devolvían a través de los desagües del piso. Se observó debajo del fregadero de tres compartimentos en el área de la cocina.”</p><p>“Aguas residuales sin tratar sobre el piso del establecimiento. Se observó que el agua sucia no drenaba y había una gran cantidad de agua sucia acumulada en el piso.”</p><p>“Eliminación inadecuada de aguas residuales en los desagües del piso de la cocina y/o área de preparación de alimentos.”</p><p>“Techo, plafones o rejillas de ventilación sucios con acumulación de residuos de alimentos, grasa, polvo o una sustancia similar al moho. Se observaron plafones sucios en el comedor y en toda la cocina. Violación reincidente.”</p><p>“Superficie en contacto con alimentos sucia con residuos de alimentos, una sustancia similar al moho o baba. Se observaron estantes con residuos de alimentos y grasa en el área de la cocina. Violación reincidente.”</p><p>“Alimentos almacenados en el piso. Se observó un balde plástico con sal almacenado en el piso de la cocina. Violación reincidente.”</p><p>“Alimentos que requieren control de tiempo y temperatura para su seguridad, distintos de carne entera asada, mantenidos calientes a menos de 135 grados Fahrenheit. Se observó arroz (71 °F - conservación en caliente) en el área de preparación de la cocina. Según el operador, llevaba menos de una hora. Violación reincidente.”</p><p><b>**P.F. CHANG’S</b></p><p><b>THE GALLERIA</b></p><p><b>2418 EAST SUNRISE BLVD.</b></p><p><b>FORT LAUDERDALE</b></p><p><b>ORDEN DE CIERRE: 23 DE JUNIO</b></p><p><b>5 VIOLACIONES ENCONTRADAS</b></p><p>“Se detectó actividad de cucarachas, evidenciada por la presencia de cucarachas vivas. Se encontraron aproximadamente cinco cucarachas vivas debajo del lavavajillas en el área de lavado de platos y una cucaracha viva sobre una tubería de agua junto a la freidora en la línea de cocción. Esa cucaracha fue exterminada y el área fue limpiada y desinfectada.”</p><p>“Piso sucio o con acumulación de residuos. Debajo del lavavajillas y la estación del fregadero de tres compartimentos había acumulación de residuos de alimentos entre la pared y el equipo.”</p><p>“Superficie en contacto con alimentos sucia con residuos de alimentos, una sustancia similar al moho o baba. En el bar, la boquilla de la primera pistola dispensadora de refrescos estaba sucia.”</p><p>“Áreas del piso cubiertas con agua estancada. En la línea de cocción, debajo de la estación de wok y debajo del fregadero de tres compartimentos. El agua fue retirada.”</p><p><b>**LONA COCINA TEQUILERIA</b></p><p><b>WESTIN FORT LAUDERDALE BEACH RESORT</b></p><p><b>321 NORTH FORT LAUDERDALE BEACH BLVD.</b></p><p><b>FORT LAUDERDALE</b></p><p><b>ORDEN DE CIERRE: 22 DE JUNIO</b></p><p><b>4 VIOLACIONES ENCONTRADAS</b></p><p>“Se detectó actividad de cucarachas, evidenciada por la presencia de cucarachas vivas. Se encontraron tres cucarachas vivas detrás del horno doble apilado en la cocina de preparación. Se encontraron aproximadamente 15 cucarachas vivas dentro de un horno fuera de servicio que se utilizaba para almacenar toallas y bandejas adicionales en la línea de cocción.”</p><p>“Piso sucio o con acumulación de residuos de alimentos detrás de los equipos de cocina del área de preparación.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W4UMN7P6HNFHZAH5C46GNQXHMI.jpg?auth=3066c25f00a92281b9439446e2879803ee1cfc0c32241f6153bad66aed61d8d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[The largest digital camera ever built begins decade-long survey of the universe]]></title><link>https://www.local10.com/tech/2026/06/30/the-largest-digital-camera-ever-built-begins-decade-long-survey-of-the-universe/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/30/the-largest-digital-camera-ever-built-begins-decade-long-survey-of-the-universe/</guid><dc:creator><![CDATA[By ADITHI RAMAKRISHNAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The largest digital camera ever built is starting to capture images of unseen corners of the universe.]]></description><pubDate>Tue, 30 Jun 2026 17:22:04 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The largest digital camera ever built is starting to capture images of unseen corners of the universe.</p><p>The Vera C. Rubin Observatory has officially begun its cosmic survey, meant to capture swathes of the sky in more depth and detail. Perched on a Chilean mountaintop, the telescope will point its eye at the southern sky for the next 10 years, taking hundreds of images per night.</p><p>Researchers hope Rubin's observations will help them take a better census of the universe, mapping billions of stars in the Milky Way and billions more galaxies beyond it. It takes pictures quickly and will grab images of the same areas of sky multiple times, allowing scientists to glimpse fainter objects that previously eluded detection.</p><p>“We’re going to see large numbers of scientists across the world working with this data set, studying the universe in a way that they haven’t been able to before,” said Phil Marshall, the observatory's deputy director of operations.</p><p>Rubin released its first images last year, including colorful shots of the Trifid and Lagoon nebulas located thousands of light-years from Earth. A light-year is nearly 6 trillion miles (9.7 trillion kilometers).</p><p>Since then, researchers have tuned up the equipment so it's ready to take pictures at the depth and accuracy required for the decade-long survey. The images may help scientists discern how galaxies form and cluster over billions of years, and how the universe came to be.</p><p>Funded by the U.S. National Science Foundation and U.S. Department of Energy, the observatory is named after astronomer Vera Rubin, who offered the first tantalizing evidence that a mysterious material called dark matter might be lurking in the universe. Researchers hope the effort may yield clues about dark matter as well as an equally puzzling force known as dark energy.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MPFENVTAQJ2QDIR2D6DXAQ7AWM.jpg?auth=3199ee5058165682e6ceae632da33f8fa3adcbd2a9742f6f5a455417c732705c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by NOIRLab shows stars in the constellation Lupus, as captured by the Vera C. Rubin Observatory. (NSF–DOE Vera C. Rubin Observatory/NOIRLab/SLAC/AURA via AP)]]></media:description></media:content></item><item><title><![CDATA[MDSO: Acusan a hombre por más de 20 cargos tras investigación por robo en Kendall Dodge; buscan a segundo sospechoso ]]></title><link>https://www.local10.com/espanol/2026/06/30/mdso-acusan-a-hombre-por-mas-de-20-cargos-tras-investigacion-por-robo-en-kendall-dodge-buscan-a-segundo-sospechoso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/mdso-acusan-a-hombre-por-mas-de-20-cargos-tras-investigacion-por-robo-en-kendall-dodge-buscan-a-segundo-sospechoso/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Homestead enfrenta cargos por delitos graves después de que investigadores informaran que presuntamente participó en dos series de robos de vehículos en un concesionario de Miami-Dade,]]></description><pubDate>Tue, 30 Jun 2026 15:00:46 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Homestead enfrenta más de 20 cargos por delitos graves después de que los investigadores informaran que presuntamente participó en dos series de robos de vehículos en un concesionario de Miami-Dade, donde sustrajo costosos sistemas de infoentretenimiento y causó miles de dólares en daños.</p><p>Según dos informes de arresto de la Oficina del Sheriff de Miami-Dade (MDSO), Josmanny Alexis Valdez, de 25 años, fue arrestado el lunes en relación con investigaciones separadas por robos en Kendall Dodge, ubicado en el 13355 de Southwest 137th Ave.</p><p>Las autoridades informaron que la primera investigación comenzó después de que agentes respondieran al concesionario el 15 de mayo tras recibir reportes de múltiples robos de vehículos.</p><p>Según un informe de arresto, el gerente de servicio del concesionario descubrió que habían robado sistemas de infoentretenimiento de camionetas Dodge Ram estacionadas en un lote cercado de vehículos usados donde se almacenaban automóviles de clientes mientras esperaban servicio.</p><p>Los investigadores dijeron que Valdez y un segundo sospechoso, Celestino Ayala Jr., de 25 años, “cortaron una abertura en la cerca de malla metálica” antes de ingresar al lote y seleccionar camionetas Dodge Ram de los modelos 2019 al 2026.</p><p>Según el informe, ambos retiraron los sistemas de infoentretenimiento de las camionetas desocupadas y “cortaron el arnés de cableado” que conecta la pantalla con cada vehículo, “dejando el vehículo con daños permanentes”.</p><p>El informe indica que fueron robados 18 sistemas de infoentretenimiento de camionetas Dodge Ram pertenecientes a 14 víctimas diferentes. Los investigadores estimaron que cada sistema tenía un valor aproximado de $5,314 USD, mientras que los daños a cada vehículo ascendían a unos $1,087 USD.</p><p>Posteriormente, los detectives revisaron Facebook Marketplace y encontraron varios sistemas de infoentretenimiento para Dodge Ram publicados a la venta, según el informe.</p><p>Los investigadores dijeron que los anuncios aparecían en perfiles con los nombres “Gio Valdez”, “Josmanny Valdes” y “Laylowjr Ayala”, todos con las mismas fotografías.</p><p>El informe señala que los detectives pudieron confirmar que uno de los sistemas anunciados en internet había sido robado durante uno de los robos en Kendall Dodge.</p><p>Según el informe, los detectives realizaron una “operación de compra y arresto” el 28 de mayo después de que un detective encubierto acordara comprar dos de los sistemas robados por $500 USD.</p><p>Los investigadores dijeron que equipos de vigilancia observaron cómo los sospechosos sacaban los sistemas de una camioneta Ford azul antes de conducir hasta Dolphin Mall para completar la transacción.</p><p>Indicaron que una orden de registro ejecutada posteriormente en la camioneta permitió encontrar pantallas y módulos de radio adicionales de Dodge que fueron confirmados como robados del concesionario.</p><p>El informe de arresto también señala que los investigadores reunieron videos de vigilancia y otras pruebas que demostraban que los sospechosos “estuvieron en el área del concesionario Dodge en múltiples fechas”.</p><p>En el primer caso, Valdez enfrenta cinco cargos por robo en vehículo ocupado, cinco cargos por hurto mayor de más de $3,000 USD actuando junto a otras personas y cinco cargos por daños criminales que superan los $1,000 USD, además de un cargo por robo en una estructura ocupada, según los registros de la cárcel.</p><p>Un segundo informe de arresto presentado en la investigación vincula a Valdez con robos adicionales de vehículos pertenecientes a Rocco’s Custom y Kendall Dodge.</p><p>Según ese informe, los investigadores nuevamente alegan que Valdez y Ayala ingresaron al lote cercado del concesionario tras cortar la cerca de malla metálica y luego retiraron sistemas de infoentretenimiento de camionetas Dodge Ram.</p><p>Los detectives dijeron que el segundo caso surgió de la misma investigación más amplia que incluyó las publicaciones en Facebook Marketplace, la operación encubierta y la recuperación de la propiedad robada.</p><p>En el segundo caso, Valdez enfrenta dos cargos por robo en vehículo desocupado, dos cargos por hurto mayor de más de $3,000 USD actuando junto a otras personas y dos cargos por daños criminales, según los registros de la cárcel.</p><p>Hasta el martes, Valdez permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $168,000 USD. Los registros judiciales también muestran que varios de sus casos por delitos graves tienen una retención Nebbia, lo que significa que deberá demostrar que el dinero utilizado para pagar la fianza proviene de una fuente legítima antes de poder ser liberado.</p><p>Las autoridades informaron que Ayala continúa prófugo.</p><p>Cualquier persona con información sobre el caso o el paradero de Ayala debe comunicarse con Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V6FLQLXJS5HE5I2NATH3L3BC4I.jpg?auth=ec1f41ce03a42ac653652d49589a223332e85c687045b2da15f36e1ebdf74b7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Family of 4 displaced after fire erupts at Miami home]]></title><link>https://www.local10.com/news/local/2026/06/30/fire-erupts-at-miami-home-nearby-roadways-shut/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/fire-erupts-at-miami-home-nearby-roadways-shut/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A fire erupted Tuesday morning at a home in Miami, first responders confirmed to Local 10 News.]]></description><pubDate>Tue, 30 Jun 2026 14:26:08 +0000</pubDate><content:encoded><![CDATA[<p>A fire erupted Tuesday morning at a home in Miami, first responders confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/06/30/se-registra-incendio-en-vivienda-de-miami-cierran-carretera-cercana/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/se-registra-incendio-en-vivienda-de-miami-cierran-carretera-cercana/">Leer en español</a></p><p>According to City of Miami Fire-Rescue Lt. Pete Sanchez, the fire was reported at 9:43 a.m. at a single-story home in the area of Northwest 67<sup>th</sup> Court and Second Street.</p><p>Sky 10 was above the scene just after 10:15 a.m. It appeared that there was smoke damage to an efficiency in the rear of the home.</p><p>Sanchez confirmed that the fire started outside and extended to the property.</p><p>He said firefighters quickly extinguished the flames and searched the home for anyone who might have still been inside.</p><p>“The fire was mainly contained to the exterior wall of the home, but some fire extended into the ceiling and bathroom,” Sanchez said in an email to Local 10 News.</p><p>No injuries were reported, but Sanchez said a family of four -- two adults and two children -- have been displaced. </p><p>The American Red Cross is assisting them. </p><p>Miami police confirmed that West Flagler Street was temporarily shut down between 67<sup>th</sup> and 68<sup>th</sup> avenues due to the fire.</p><p>Sanchez said the Miami Fire Investigation Unit will determine the origin and cause of the fire.</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[Raw sewage in kitchen, live roaches found and P.F. Chang’s makes the Dirty Dining list]]></title><link>https://www.local10.com/food/dirty-dining/2026/06/30/raw-sewage-in-kitchen-live-roaches-found-and-pf-changs-makes-the-dirty-dining-list/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/06/30/raw-sewage-in-kitchen-live-roaches-found-and-pf-changs-makes-the-dirty-dining-list/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Six South Florida restaurants landed on this week’s Dirty Dining list after state inspectors ordered them temporarily closed for serious health violations. ]]></description><pubDate>Tue, 30 Jun 2026 13:14:17 +0000</pubDate><content:encoded><![CDATA[<p>Six South Florida restaurants landed on this week’s Dirty Dining list after state inspectors ordered them temporarily closed for serious health violations. </p><p><a href="https://www.local10.com/espanol/2026/06/30/aguas-residuales-en-cocina-cucarachas-vivas-y-pf-changs-entra-en-la-lista-de-dirty-dining/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/aguas-residuales-en-cocina-cucarachas-vivas-y-pf-changs-entra-en-la-lista-de-dirty-dining/">Leer en español</a></p><p>Among them were Conch Heaven in northwest Miami-Dade, where inspectors reported live roaches, dozens of flies and mold-like buildup inside an ice machine.</p><p>The Villa Caribbean Shoppes in Miami Gardens, cited for a live roach, numerous flies and more than 100 dead flies inside an insect control device.</p><p>Chong’s Chinese Restaurant in Miami, where inspectors found temperature-abused food that was ordered thrown away after refrigeration problems.</p><p>Beijing Garden in Miami, where inspectors documented raw sewage backing up into the kitchen, a dead fly on food and other sanitation issues.</p><p>P.F. Chang’s in Fort Lauderdale, where live roaches were found in the kitchen.</p><p>Lona Cocina Tequileria in Fort Lauderdale, where inspectors reported live roaches behind and inside kitchen equipment. </p><p>All of the restaurants were allowed to re-open following an ordered cleanup and a successful re-inspection by state inspectors.</p><p><b>**CONCH HEAVEN</b></p><p><b>11275 NW 27TH AVE</b></p><p><b>NW MIAMI-DADE (WESTVIEW)</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 6/19</b></p><p><b>14 VIOLATIONS FOUND</b></p><figure><img src="https://www.local10.com/resizer/v2/RIEGSF5XFFBUJOKO7C3GBVHMEM.jpg?auth=04c8f113dfdaee394a62434cf6f109b61d61c0610fec27dd83f76b1f13b7c520&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Roach activity present as evidenced by live roaches found. Observed 4 live roaches under the preparation table in kitchen area. Observed 2 live roaches on the floor by triple sink. 12 live roaches under a box by shelf with clean pots and pans in kitchen area.”</p><p>“Live, small flying insects found observed approximately 20 live flies in dry storage area by walk in cooler.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin. Repeat Violation.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Grease on A/C vents.”</p><figure><img src="https://www.local10.com/resizer/v2/NREYPRGMSVDD3H2BJJCBNRKHI4.jpg?auth=8ba7be9cd4b4baf3c506335e177b42623703a4f337e291256f8e3fb5abf864dd&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>**THE VILLA</b></p><p><b>CARIBBEAN SHOPPES</b></p><p><b>19501 NW 2ND AVE.</b></p><p><b>MIAMI GARDENS</b></p><p><b>ORDERED SHUT 6/24</b></p><p><b>22 VIOLATIONS FOUND</b></p><p><b>ALSO ORDERED SHUT 10/13/25 (FLY AND ROACH ISSUE)</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach on top of reach in freezer in kitchen area.”</p><p>“Accumulation of dead or trapped birds, insects, rodents, or other pests, in control devices. Observed 100+ dead flies in bug zapper on top of reach in freezer inside if kitchen area.”</p><p>“Live, small flying insects found. Observed 11 live flies on wall and prep table where juice are made. Observed 10 live flies in kitchen area where onions are being prepared, landing on cases of food and table. Observed 10 live flies inside of pot where limes were used for juice on table in kitchen area.”</p><p>“Insect control device installed over food preparation area. Observed zapper on top of reach in freezer.”</p><p>“Floor area(s) covered with standing water. Observed in walk in and kitchen. Repeat Violation.”</p><p><b>**CHONG’S CHINESE RESTAURANT</b></p><p><b>1164 WEST FLAGLER ST.</b></p><p><b>MIAMI</b></p><p><b>ORDERED SHUT 6/23</b></p><p><b>25 VIOLATIONS FOUND</b></p><p>“Dead roaches on premises. Observed 3 dead roaches. One in the floor of the kitchen and 2 inside storage cabinets by the bathroom area. Repeat Violation.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed wall soiled with accumulated grease throughout the kitchen area.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed dumplings (44 F - Cold Holding); sprouts (58 F - Cold Holding) shrimp (73 F - Cold Holding); sprouts (68 F - Cold Holding); shell eggs (72 F - Cold Holding); chicken (57 F - Cold Holding); beef (63 F - Cold Holding); pork (58 F - Cold Holding); noodles (55 F - Cold Holding); shrimp (55 F - Cold Holding); cabbage (62 F - Cold Holding) pasta (56 F - Cold Holding); shrimp (57 F - Cold Holding); sprouts (59 F - Cold Holding); ham (46 F - Cold Holding) . All foods were stored inside reach in coolers at the cook line and inside the walk in cooler. As per employee foods have been out of temperature for more than 4 hours.”</p><p>“Inadequate number/capacity of cold holding units to maintain time/temperature control for safety food at proper temperatures. Observed both reach in coolers at the cook line and the walk in cooler are not working properly.”</p><p><b>**BEIJING GARDEN</b></p><p><b>832 WEST FLAGLER ST.</b></p><p><b>MIAMI</b></p><p><b>ORDERED SHUT 6/23</b></p><p><b>27 VIOLATIONS FOUND</b></p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed a dead fly on pork ribs in preparation area.”</p><p>“Objectionable odors in dining area.”</p><p>“Sewage/wastewater backing up through floor drains. Observed under the 3 compartment sink/kitchen area.”</p><p>“Raw sewage on ground of establishment. Observed dirty water is not draining away and there is a huge amount of dirty water on the floor.”</p><p>“Improper sewage disposal at floor drains in kitchen and/or food preparation area.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed ceiling tiles at dining area and all around kitchen soiled. Repeat Violation.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed shelves soiled with food debris and grease at kitchen area. Repeat Violation.”</p><p>“Food stored on floor. Observed plastic bucket with salt stored on the floor in the kitchen. Repeat Violation.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed rice (71 F - Hot Holding) on preparation area in the kitchen. As per operator less than 1 hour. Repeat Violation.”</p><p><b>**P.F. CHANG’S</b></p><p><b>THE GALLERIA </b></p><p><b>2418 EAST SUNRISE BLVD.</b></p><p><b>FORT LAUDERDALE </b></p><p><b>ORDERED SHUT 6/23</b></p><p><b>5 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Approximately 5 live roaches found under the dish machine in the dish area 1 live roach found on a water line next to the fryer on the cook line. The one roach was exterminated and the area cleaned and sanitized.”</p><p>“Floor soiled/has accumulation of debris. Under the dishwasher/triple sink station table, food debris is built up between the wall and equipment.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. At the bar, the first soda gun nozzle was soiled.”</p><p>“Floor area(s) covered with standing water. At the cook line under the wok station and under the triple sink. The water was removed.”</p><p><b>**LONA COCINA TEQUILERIA</b></p><p><b>WESTIN FORT LAUDERDALE BEACH RESORT</b></p><p><b>321 NORTH FORT LAUDERDALE BEACH BLVD.</b></p><p><b>FORT LAUDERDALE </b></p><p><b>ORDERED SHUT 6/22</b></p><p><b>4 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. 3 live roaches found behind the double stacked oven in the prep kitchen. Approximately 15 live roaches found inside of a nonfunctioning oven used to store towels and extra pans on the cook line.”</p><p>“Floor soiled/has accumulation of food debris behind the prep area cooking equipment.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W4UMN7P6HNFHZAH5C46GNQXHMI.jpg?auth=3066c25f00a92281b9439446e2879803ee1cfc0c32241f6153bad66aed61d8d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Aid groups warn Venezuela’s healthcare system is near its limit after earthquakes]]></title><link>https://www.local10.com/news/world/2026/06/30/aid-groups-warn-venezuelas-healthcare-system-is-near-its-limit-after-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/aid-groups-warn-venezuelas-healthcare-system-is-near-its-limit-after-earthquakes/</guid><dc:creator><![CDATA[By JUAN PABLO ARRÁEZ and ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Aid groups warned Tuesday that Venezuela's fragile healthcare system is being pushed to its limits nearly a week after two powerful earthquakes, with damaged and understaffed hospitals getting overwhelmed by the injured and infectious diseases flaring in the disaster zone.]]></description><pubDate>Tue, 30 Jun 2026 20:38:51 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Aid groups warned Tuesday that Venezuela's fragile healthcare system is being pushed to its limits nearly a week after two powerful earthquakes, with damaged and understaffed hospitals getting overwhelmed by the injured and infectious diseases flaring in the disaster zone.</p><p>Meanwhile, the number of official rescues has dropped dramatically in the last three days, the government said, from 5,380 people saved in the first two days after the quakes to just four people found alive Monday by authorities. The prime window for finding earthquake survivors is typically 48 to 72 hours, but it is possible to survive longer depending on factors such as temperature and access to water or food.</p><p>The sole survivor rescued by Tuesday afternoon was a toddler who had been trapped for six days under a collapsed building, said Jorge Rodríguez, the president of the National Assembly.</p><p>Those numbers do not include the many rescues carried out across the country by volunteer groups that, frustrated with the government's sluggish response, scrambled to save their trapped loved ones days before the arrival of expert international teams.</p><p>The government puts the death toll at over 1,900. Experts say that is a significant undercount as more bodies are hauled from the rubble every day and morgues struggle to handle the influx.</p><p>Among the living, a humanitarian crisis is unfolding. United Nations agencies expressed concern about the health effects of thousands of displaced people sleeping for days in the open or in crowded, unsanitary shelters.</p><p>A healthcare system in crisis</p><p>The Venezuelan healthcare system, strained by decades of underinvestment and years of economic crisis is “under extreme pressure now, with facilities operating beyond the capacity of the surge of the trauma cases,” said World Health Organization spokesperson Christian Lindmeier at a media briefing in Geneva.</p><p>Venezuelan officials say that more than 15,800 people have been affected by the earthquakes — a figure that reflects the official number of displaced people, U.N. refugee agency spokesperson Carlotta Wolf said Tuesday. Newly homeless Venezuelans are sleeping in cars, parks and elsewhere.</p><p>Wolf said that number would continue to rise. Many of those displaced in the hardest-hit state of La Guaira, just outside the capital of Caracas along the coast, are suffering from widespread food shortages, she said.</p><p>Without access to toilets, showers or soap, displaced Venezuelans have also become increasingly vulnerable to the outbreak of preventable diseases like measles, given the population’s low vaccination rates, Lindmeier said, adding that conditions are ripe for waterborne infections such as dengue, yellow fever and malaria to spread.</p><p>According to the government, last week's earthquakes damaged or otherwise compromised 38 hospitals nationwide. WHO said it so far has evaluated 21 of those facilities, three of which are no longer operating. Another six have sustained damage and the rest are now buckling under the influx of injuries.</p><p>Many specialist doctors are missing in the ruins, including officials in charge of maternity care in La Guaira, WHO said, compounding the challenges to health care in a country that 8 million people, including many doctors and nurses, have fled in recent years.</p><p>“Findings reveal chaotic service delivery and patient flow, marked by overcrowding, growing surgical backlogs ... and a breakdown in biosafety measures,” Lindmeier said.</p><p>An increased presence of nongovernmental organizations was noticeable Tuesday in La Guaira and adjacent communities, with tents from the Red Cross, the World Food Program and other organizations set up on sidewalks, waterfront esplanades and athletic facilities. People lined up throughout the day under the blistering sun to receive free toiletries, food, medications and face masks.</p><p>A struggle to grasp the true toll</p><p>With the government tight-lipped about victims and survivors and offering no official count of missing people, ordinary Venezuelans are struggling to find relatives. Many have turned to WhatsApp groups and nongovernmental digital databases to report their loved ones as missing. One such registry listed at least 43,220 people as missing.</p><p>In his daily televised casualty update, Jorge Rodríguez, brother of interim President Delcy Rodríguez, said that the official toll stood at 1,943 people killed and 10,571 injured as of Tuesday, urging the public to share only government information.</p><p>But his numbers left thousands of Venezuelans unaccounted for. He said the government estimated there were around 30,000 people in the hardest-hit parts of La Guaira state at the time of the earthquake, and that around 20,000 of them managed to escape the area or were later rescued.</p><p>NASA estimates that nearly 59,000 buildings have been damaged or destroyed by the earthquakes, which would put the number of people affected by the quakes in the hundreds of thousands. The U.N. children’s agency, UNICEF, on Tuesday said 680,000 children are in need of humanitarian assistance nationwide.</p><p>___</p><p>DeBre reported from Buenos Aires, Argentina. Associated Press writers Regina Garcia Cano and Jorge Rueda in Caracas, Venezuela, and Dánica Coto in San Juan, Puerto Rico, contributed to this report.</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/PWSCJVW2J5QNAA2Q5E7DCIHSLA.jpg?auth=6bbf0d9ddfc71204c0866fc5827a0199abbac5fa1b738412ebaeee0a69f0c2b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People reach out to receive supplies from volunteers, days after an earthquake struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ST3YS6KP4KB7KDTATFWG6ACP5E.jpg?auth=616503d3f499f8777bb61f6414a36c76c22eed25fcf7d84d06263af5fa68a2a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Resident Kerli Faria takes a break amid the rubble while searching for her nephews at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SS7WEI3RH3XTE6734ADLOSJ7NA.jpg?auth=6a22e1895c5608ca859c74309ad02017a63ceefee0b11a7150609f59fa9be2c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rscuers from Spain mobilized though the area affected in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SEO4MCVD4AZPF63H2PJACCUK2Y.jpg?auth=b561bb85b5441a3ef7f5c084497b02b401532790521619b3463e1d62d7cfd5fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers search through the rubble of buildings that collapsed in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BPNWT6XZJMJITMRUFXCCPZIQQQ.jpg?auth=c59704d2533a741287c827f8a7609cf49f795cd949a2a3d628c4b0272b9e8f43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ogleisys Cisneros holds her son, Santiago Medina, while waiting in line for government humanitarian aid, days after an earthquake struck in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Body camera footage from arrest of NFL star James Pierce Jr. released]]></title><link>https://www.local10.com/news/local/2026/06/29/body-camera-footage-from-arrest-of-nfl-star-james-pierce-jr-released/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/body-camera-footage-from-arrest-of-nfl-star-james-pierce-jr-released/</guid><dc:creator><![CDATA[Nicole Perez, Amanda Batchelor]]></dc:creator><description><![CDATA[The Doral Police Department has released body camera video from the February arrest of Atlanta Falcons linebacker James Pearce junior.]]></description><pubDate>Tue, 30 Jun 2026 01:33:14 +0000</pubDate><content:encoded><![CDATA[<p>The Doral Police Department has released body camera video from <a href="https://www.local10.com/news/local/2026/04/23/report-falcons-james-pearce-jr-to-enter-intervention-program-following-arrest-in-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/23/report-falcons-james-pearce-jr-to-enter-intervention-program-following-arrest-in-doral/">the February arrest of Atlanta Falcons linebacker James Pearce Jr</a>.</p><p><a href="https://www.local10.com/espanol/2026/06/29/difunden-video-del-arresto-del-jugador-de-la-nfl-james-pearce-jr/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/29/difunden-video-del-arresto-del-jugador-de-la-nfl-james-pearce-jr/">Leer en español</a></p><p>Police say Pearce, 22, repeatedly resisted their orders before taking off, allegedly leading officers on a chase that ended when he crashed his vehicle.</p><p>Pearce was arrested in February following a domestic dispute with WNBA star Rickea Jackson, according to authorities.</p><p>He was charged with three felonies -- aggravated battery with a deadly weapon, fleeing and eluding police and resisting an officer with violence. A fourth charge of stalking was brought as a misdemeanor and an additional charge of aggravated battery of an officer was dropped.</p><p>According to Doral police, Jackson told authorities she attempted to drive away from Pearce on Feb. 7, and was driving toward the Doral police station to seek help when Pearce&nbsp;<a href="https://www.local10.com/news/local/2026/02/09/nfls-james-pearce-jr-crashed-into-wnba-stars-car-twice-as-he-stalked-her-after-breakup-police/" rel="" title="https://www.local10.com/news/local/2026/02/09/nfls-james-pearce-jr-crashed-into-wnba-stars-car-twice-as-he-stalked-her-after-breakup-police/">“intentionally collided into the rear of her vehicle with his SUV”</a>&nbsp;before police arrived.</p><p>Pearce allegedly refused an initial order from police to “get on the floor,” according to details of the arrest in an affidavit. The police report said Pearce then drove away and hit a police officer’s left knee with his vehicle “intentionally in an attempt to evade arrest.”</p><p>According to police, Pearce wrecked his vehicle and then ran off before being apprehended following a “short struggle.”</p><p>Jackson, 24, is two years into her WNBA career. She has said she and Pearce began dating when they were at the University of Tennessee together.</p><p>Pearce&nbsp;<a href="https://apnews.com/article/nfl-draft-falcons-9a463efc6469fed7694e960565cd2e44" rel="">was the No. 26 pick</a>&nbsp;in the NFL draft last year. He had 10 1/2 sacks and his 45 quarterback pressures set a Falcons rookie record.</p><p>Pearce has since agreed to enter a six-month intervention program to avoid taking the case to trial.</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></channel></rss>