<?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 18:42:57 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><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[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>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[As wildfires worsen, Trump administration revives discredited policy to stomp out all fires quickly]]></title><link>https://www.local10.com/news/national/2026/06/30/as-wildfires-worsen-trump-administration-revives-discredited-policy-to-stomp-out-all-fires-quickly/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/30/as-wildfires-worsen-trump-administration-revives-discredited-policy-to-stomp-out-all-fires-quickly/</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 18:31:20 +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, created 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>Authorities say they were among five firefighters who tried to shield themselves by deploying tentlike emergency shelters as flames overran their position. 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 and chairs the National Association of Forest Service Retirees. 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, senior aerospace analyst for Canaccord Genuity group, an investment firm.</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/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><media:content url="https://www.local10.com/resizer/v2/UNKQAZ6A2K337ZAJQ7XQ6IOMAI.jpg?auth=8e663cb5dca716ed6c97926562750924a6fc4ede36350a955697546c2f2e43dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters gather as the Cottonwood Fire burns 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><media:content url="https://www.local10.com/resizer/v2/65NODFMOP7XNBHKAKXPUZNRNU4.jpg?auth=42fdfd49a52c3c7f7ccf48e8540010f61f86ee839e76e128d6d98d04870e0874&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighting aircraft rests on the tarmac at Grand Junction Regional Airport in Grand Junction, Colo., as the Snyder Fire burns nearby on Sunday, June 28, 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[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[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 18:10:15 +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>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>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>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 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/HRNGJK3PM4ZZWRG5RPMBFW5NTE.jpg?auth=02df33048c9a5ea06e6a7b2a462c48758a4f977df30834bba24e4eeb0828a3e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cool their feet in the fountain at the WWII Memorial, Tuesday, June 30, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/47QU4SJ2XCKJQLDWBE3S2OXIIE.jpg?auth=74c0d893f40935e515c7372cbe033e1ebfa3f5062e71ca21372af25352fa020c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors walk past the Lincoln Memorial Reflecting Pool, Tuesday, June 30, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JZIR5URIX4GZWWMAUWWVQZHE3I.jpg?auth=479a46e3060c7e62c28dc62f78fe440630b592c37f5c4bab0f0ea5dc9767041d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cool off in a fountain during hot weather Monday, June 29, 2026, in Kansas City, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[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 17:54:48 +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!” was set to formally launch its election season campaign.</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.</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.</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/436GYINXBAKYHCDD5DA7EJPSVY.jpg?auth=cd4052dedd140895954445f31e6833b89aa481f1855a22bef1b599a51b241c7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former IDF chief Gadi Eisenkot announces his election bid in Ramat Gan, Israel, Sunday, Aug. 14, 2022. (AP Photo/Tsafrir Abayov, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tsafrir Abayov</media:credit></media:content></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>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 the suspect 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, the suspect 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 the suspect 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. Authorities have not yet released the suspect’s identity.</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[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[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>]]></content:encoded></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 a trade with the Devils]]></title><link>https://www.local10.com/sports/2026/06/30/florida-panthers-acquire-goaltender-jacob-markstrom-in-a-trade-with-the-devils/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/florida-panthers-acquire-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 18:35:32 +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>In other moves around the NHL:</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>___</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 17:42:24 +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 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 compared to other states</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>“This administration’s unprecedented attack on New York is another political distraction,” James said in a statement.</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>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[Lauderhill stabbing leaves man dead, another hospitalized, first responders say]]></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]]></dc:creator><description><![CDATA[A man was killed and another was hospitalized after a stabbing in Lauderhill Tuesday morning, first responders confirmed to Local 10 News.]]></description><pubDate>Tue, 30 Jun 2026 16:51:08 +0000</pubDate><content:encoded><![CDATA[<p>A man was killed and another was hospitalized after a stabbing in Lauderhill Tuesday morning, first responders confirmed to Local 10 News.</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 Fire Rescue officials said the stabbing happened near a home in the 5300 block of Northwest 19th Street.</p><p>Authorities said a man in his mid-to-late 20s, who has not yet been identified, was pronounced dead at the scene. They said another man in his early 60s was transported to Broward Health Medical Center as a trauma alert.</p><p>Sky 10 flew over the scene just after 12:20 p.m., where officers were investigating. </p><p>No other details about the stabbing were immediately released. </p><p>Local 10 has reached out to the Lauderhill Police Department for more information.</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/6JXOIF4VDVEKTDNTPAGYBF235U.jpeg?auth=4e6614956a3140b1ce74d1ab7cd73669293dffca5eef50a15483963177cf18ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Deja apuñalamiento en Lauderhill un hombre muerto y otro hospitalizado, dicen servicios de emergencia]]></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]]></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>Un hombre falleció y otro fue hospitalizado tras un apuñalamiento ocurrido en Lauderhill el martes por la mañana, según confirmaron los servicios de emergencia a Local 10 News.</p><p>Los responsables del Cuerpo de Bomberos y Rescate de Lauderhill indicaron que el apuñalamiento tuvo lugar cerca de una vivienda situada en la manzana 5300 de la calle Northwest 19th Street.</p><p>Las autoridades señalaron que un hombre de entre veinticinco y treinta años, cuya identidad aún no se ha revelado, fue declarado fallecido en el lugar de los hechos. También indicaron que otro hombre de unos 60 años fue trasladado al Broward Health Medical Center en estado de alerta por traumatismo.</p><p>Sky 10 sobrevoló el lugar de los hechos poco después de las 12:20 horas, donde los agentes estaban investigando.</p><p>No se han dado a conocer de inmediato más detalles sobre el apuñalamiento.</p><p>Local 10 se ha puesto en contacto con el Departamento de Policía de Lauderhill para obtener más información.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6JXOIF4VDVEKTDNTPAGYBF235U.jpeg?auth=4e6614956a3140b1ce74d1ab7cd73669293dffca5eef50a15483963177cf18ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></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 James not returning to Lakers, plans to play 24th season elsewhere]]></title><link>https://www.local10.com/sports/2026/06/30/lebron-james-not-returning-to-lakers-plans-to-play-24th-season-elsewhere-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/lebron-james-not-returning-to-lakers-plans-to-play-24th-season-elsewhere-ap-source-says/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[LeBron James will not be back with the Los Angeles Lakers and plans to play a record-extending 24th NBA season elsewhere.]]></description><pubDate>Tue, 30 Jun 2026 17:13:44 +0000</pubDate><content:encoded><![CDATA[<p>LeBron James will not be back with the Los Angeles Lakers and plans to play a record-extending 24th NBA season elsewhere.</p><p>His decision is perhaps the biggest domino that will fall during the NBA's offseason player movement window, alongside Giannis Antetokounmpo being traded by Milwaukee to Miami — one of James' former stops.</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>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>A slew of options will be available to James on the open market, including Golden State. 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.</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>It could be the move that convinces James to go to Golden State — a franchise he faced four times with Cleveland in the NBA Finals. He also has close relationships with Green, Stephen Curry and Warriors coach Steve Kerr.</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, and in 2018 he joined the Lakers.</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 16:29:05 +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>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 called 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 18:11:38 +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 26 children and 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, including a law barring people under domestic-violence restraining orders from having guns.</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/news/national/2026/06/30/how-to-stay-cool-in-a-heat-wave-even-without-air-conditioning/</link><guid isPermaLink="true">https://www.local10.com/news/national/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 15:50:48 +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[Trabajadores humanitarios alertan de enfermedades y hospitales desbordados tras sismos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/06/30/trabajadores-humanitarios-alertan-de-enfermedades-y-hospitales-desbordados-tras-sismos-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/trabajadores-humanitarios-alertan-de-enfermedades-y-hospitales-desbordados-tras-sismos-en-venezuela/</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 de Venezuela está llegando a su límite, casi una semana después de dos potentes terremotos que dejaron hospitales dañados y abrumados con personal insuficiente debido a la cantidad de heridos, en condiciones deplorables en la zona del desastre causando la propagación de enfermedades infecciosas.]]></description><pubDate>Tue, 30 Jun 2026 16:27:28 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Grupos de ayuda advirtieron el martes que el frágil sistema de salud de Venezuela está llegando a su límite, casi una semana después de dos potentes terremotos que dejaron hospitales dañados y abrumados con personal insuficiente debido a la cantidad de heridos, en condiciones deplorables en la zona del desastre causando la propagación de enfermedades infecciosas.</p><p>Las decenas de equipos internacionales y nacionales en toda Venezuela siguen centrados en la búsqueda de sobrevivientes, mientras el recuento oficial de muertos supera los 1.700 y se siguen sacando cuerpos de entre los escombros.</p><p>Pero ya se está desarrollando una crisis humanitaria entre los sobrevivientes. Agencias de las Naciones Unidas manifestaron preocupación por los efectos en la salud de miles de personas desplazadas que han dormido durante días a la intemperie o en refugios abarrotados e insalubres.</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. Venezolanos que quedaron sin hogar de forma repentina están durmiendo en autos, parques y otros lugares sin que haya refugios de emergencia adecuados disponibles.</p><p>Wolf indicó que esa cifra seguirá aumentando. Muchas de las personas desplazadas en el estado más golpeado, La Guaira, están sufriendo una escasez generalizada de alimentos, agregó.</p><p>En una rueda de prensa en Ginebra, el portavoz de la Organización Mundial de la Salud (OMS), Christian Lindmeier, dijo que los venezolanos desplazados 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, así como a enfermedades transmitidas por el agua como el dengue, la fiebre amarilla y la malaria, que ahora repuntan tras el desastre.</p><p>El sistema de salud venezolano, 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ó Lindmeier.</p><p>Según el gobierno, los sismos de la semana pasada dañaron o comprometieron de alguna forma 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 operativas. Otras seis han sufrido daños y el resto ahora se está viendo sobrepasado por el aumento de casos de traumatismos.</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 la presión.</p><p>Los “hallazgos revelan una prestación de servicios y un flujo de pacientes caóticos, marcados por el hacinamiento, el creciente retraso de cirugías ... y una ruptura de las medidas de bioseguridad”, dijo Lindmeier, y añadió que el caos ha provocado “el colapso de los servicios forenses y de morgue y un registro inadecuado de víctimas”.</p><p>El gobierno ha ofrecido actualizaciones diarias sobre las víctimas y el lunes reportó que el balance de muertos se situaba en 1.719 fallecidos y 5.000 heridos. Pero expertos sostienen que probablemente se trata de un subregistro significativo, ya que muchas más personas siguen desaparecidas y las esperanzas de encontrar sobrevivientes disminuyen con cada día que pasa.</p><p>Las autoridades no han ofrecido ningún conteo oficial de desaparecidos, y los daños del terremoto a las redes telefónicas y demás infraestructura complican incluso los esfuerzos informales para dimensionar el número de quienes aún permanecen enterrados bajo los escombros.</p><p>En una base de datos digital no gubernamental se reportó que más de 50.000 personas estaban desaparecidas, aunque no está claro cuántas de ellas han sido encontradas.</p><p>________</p><p>DeBre informó desde Buenos Aires, Argentina.</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/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 workers warn of infectious diseases, overwhelmed hospitals after Venezuela quakes]]></title><link>https://www.local10.com/news/world/2026/06/30/aid-workers-warn-of-infectious-diseases-overwhelmed-hospitals-after-venezuela-quakes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/aid-workers-warn-of-infectious-diseases-overwhelmed-hospitals-after-venezuela-quakes/</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 overwhelmed by the injured and deteriorating conditions in the disaster zone causing infectious diseases to spread.]]></description><pubDate>Tue, 30 Jun 2026 17:10:19 +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 overwhelmed by the injured and deteriorating conditions in the disaster zone causing infectious diseases to spread.</p><p>The scores of international and domestic teams across Venezuela remain focused on the search for survivors, with the government death toll surpassing 1,700 and new bodies still being hauled out from the rubble.</p><p>But a humanitarian crisis is already unfolding among the living. 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>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 on Tuesday. Suddenly homeless Venezuelans are sleeping in cars, parks and elsewhere without adequate emergency shelter available.</p><p>Wolf said that number would continue to rise. Many of those displaced in the hardest-hit state of La Guaira are suffering from widespread food shortages, she said.</p><p>At a media briefing in Geneva on Tuesday, World Health Organization spokesperson Christian Lindmeier warned that displaced Venezuelans without access to toilets, showers, soap or much nourishing food have become increasingly vulnerable to the outbreak of preventable diseases like measles, given the population's low vaccination rates. Conditions are ripe for waterborne infections like dengue, yellow fever and malaria to spread.</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,” Lindmeier said.</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. He added that “the collapse of forensic and morgue services and inadequate casualty registration" has made it difficult to gauge the scope of the disaster.</p><p>Venezuela's government, which has long retained control over access to information, offers daily casualty updates. Jorge Rodríguez, the president of the National Assembly, announced Monday that the official toll stood at 1,719 people killed and 5,000 injured, and warned the public against sharing information that contradicted authorities.</p><p>Experts say the official toll is likely a significant undercount, as many more people remain missing and hopes for finding survivors diminish with each passing day.</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>Authorities have not offered an official count of missing people, leading many Venezuelans to turn to nongovernmental digital databases to report their loved ones as missing. One such registry listed at least 43,220 people as missing.</p><p>___</p><p>DeBre reported from Buenos Aires, Argentina.</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/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><media:content url="https://www.local10.com/resizer/v2/A4HPAWZBRFW33Z2XV3MRG2WLKQ.jpg?auth=f729b02c8c4b479d5ee301007c2244e5d2180bc587e974469e390b0c389189ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People affected by the earthquake line up for food in La Guaira, Venezuela, Saturday, June 27, 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></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><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[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><item><title><![CDATA[Difunden video de cámara corporal del arresto de la estrella de la NFL James Pierce Jr. ]]></title><link>https://www.local10.com/espanol/2026/06/29/difunden-video-del-arresto-del-jugador-de-la-nfl-james-pearce-jr/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/difunden-video-del-arresto-del-jugador-de-la-nfl-james-pearce-jr/</guid><dc:creator><![CDATA[Nicole Perez, Amanda Batchelor]]></dc:creator><description><![CDATA[La policía de Doral publicó el video de cámara corporal que muestra el arresto en febrero del linebacker James Pearce Jr., quien huyó de los oficiales tras una disputa con la jugadora de la WNBA Rickea Jackson y terminó estrellando su auto.]]></description><pubDate>Tue, 30 Jun 2026 02:49:13 +0000</pubDate><content:encoded><![CDATA[<p>El Departamento de Policía de Doral difundió el video de cámara corporal del <a href="https://www.local10.com/news/local/2026/04/23/report-falcons-james-pearce-jr-to-enter-intervention-program-following-arrest-in-doral/" rel="">arresto en febrero del linebacker de los Atlanta Falcons James Pearce Jr</a>.</p><p>La policía señala que Pearce desobedeció repetidamente sus órdenes antes de huir, lo que supuestamente desencadenó una persecución que terminó cuando estrelló su vehículo.</p><p>Pearce fue arrestado en febrero tras una disputa doméstica con la estrella de la WNBA Rickea Jackson, según las autoridades.</p><p>Fue acusado de tres delitos graves: agresión agravada con un arma mortal, huir para evadir a la Policía y resistirse con violencia a un agente. Un cuarto cargo, por acoso, fue presentado como delito menor y un cargo adicional por agresión agravada contra un agente fue retirado.</p><p>Según la Policía de Doral, Jackson dijo a las autoridades que intentó alejarse de Pearce el 7 de febrero y que conducía hacia la estación de Policía de Doral para buscar ayuda cuando Pearce <a href="https://www.local10.com/espanol/2026/02/09/james-pearce-jr-choco-dos-veces-contra-auto-de-exnovia-de-la-wnba-durante-persecucion-en-doral/" target="_self" rel="" title="https://www.local10.com/espanol/2026/02/09/james-pearce-jr-choco-dos-veces-contra-auto-de-exnovia-de-la-wnba-durante-persecucion-en-doral/">“colisionó intencionalmente la parte trasera de su vehículo con su SUV”</a> antes de que llegaran los agentes.</p><p>Según los detalles del arresto incluidos en una declaración jurada, Pearce presuntamente se negó a una orden inicial de la Policía para “tirarse al suelo”. El informe policial indica que luego huyó en su vehículo y golpeó intencionalmente la rodilla izquierda de un agente “en un intento de evadir el arresto”.</p><p>Según la Policía, Pearce chocó su vehículo y luego huyó a pie antes de ser detenido tras un “breve forcejeo”.</p><p>Jackson, de 24 años, cursa su segunda temporada en la WNBA. Ha dicho que ella y Pearce comenzaron a salir cuando ambos estudiaban en la Universidad de Tennessee.</p><p>Pearce <a href="https://apnews.com/article/nfl-draft-falcons-9a463efc6469fed7694e960565cd2e44" target="_self" rel="" title="https://apnews.com/article/nfl-draft-falcons-9a463efc6469fed7694e960565cd2e44">fue la selección número 26 </a>del Draft de la NFL el año pasado. Registró 10.5 capturas de mariscal de campo y sus 45 presiones al quarterback establecieron un récord para un novato de los Falcons.</p><p>Pearce ha aceptado desde entonces ingresar a un programa de intervención de seis meses para evitar que el caso llegue a juicio.</p>]]></content:encoded></item><item><title><![CDATA[Supreme Court strikes down limits on party spending in federal elections, backing Republican appeal]]></title><link>https://www.local10.com/news/politics/2026/06/30/supreme-court-strikes-down-limits-on-party-spending-in-federal-elections-backing-republican-appeal/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/supreme-court-strikes-down-limits-on-party-spending-in-federal-elections-backing-republican-appeal/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Tuesday erased limits on how much political parties can spend in coordination with candidates for Congress and president, striking down a federal election law that is more than 50 years old.]]></description><pubDate>Tue, 30 Jun 2026 17:44:35 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Tuesday erased limits on how much political parties can spend in coordination with candidates for Congress and president, striking down a federal election law that is more than 50 years old.</p><p>Prodded by a Republican-led lawsuit that includes Vice President JD Vance, the court's six conservative justices were again in the majority of the latest decision that upended congressionally enacted limits on raising and spending money to influence elections. The court’s 2010 Citizens United decision opened the door to unlimited independent spending in federal elections.</p><p>The limits on party spending stem from a desire to prevent large donors from skirting caps on individual contributions to a candidate by directing unlimited sums to the party, with the understanding that the money will be spent on behalf of the candidate.</p><p>The Supreme Court had previously upheld the limits, in 2001.</p><p>But Justice Brett Kavanaugh, writing for the court, said that decision was wrong and should be overruled. “In short, constitutional text, history and precedent establish that the political-party coordinated-expenditure limits violate the First Amendment,” Kavanaugh wrote.</p><p>Justice Elena Kagan's dissent for the three liberal justices said the court “ushers in untold harm” by enabling parties to funnel large contributions to individual candidates, far in excess of what donors can give those candidates directly.</p><p>National parties now will be able to make direct contributions to candidates’ campaigns,</p><p>The decision is likely to give Republicans at least a short-term boost because they maintain a sizable cash advantage over Democrats.</p><p>The Republican National Committee and its Senate and House campaign fundraising arms have dwarfed Democrats’ in the months before congressional elections where the GOP is defending narrow majorities in both houses.</p><p>At the end of May, the RNC reported having more than $125 million to spend, its highest-ever cash on hand total, according to its most recent Federal Election Commission filing in May. Meanwhile, the National Republican Senatorial Committee had more than $48 million on hand in its most recent report and the National Republican Congressional Committee had more than $81 million.</p><p>In the same period, the Democratic National Committee had $14.4 million on hand, while the Democratic Senatorial Campaign Committee had roughly $37 million and the Democratic Congressional Campaign Committee, roughly $73 million.</p><p>The Republican committees for House and Senate candidates filed the lawsuit in Ohio in 2022, joined by Vance, then a senator from Ohio, and then-Rep. Steve Chabot.</p><p>After President Donald Trump took office for his second term, the Federal Election Commission dropped its defense of the law and joined with Republicans in urging that it be overturned.</p><p>Democrats had called on the court to uphold the law, even though there is wide agreement that the spending limits have hurt political parties in an era of unlimited spending by other organizations.</p><p>Last year, the coordinated party spending for Senate races ranged from $127,200 in several states with small populations to nearly $4 million in California, the most populous state. For House races, the limits were $127,200 in states with only one representative and $63,600 everywhere else.</p><p>Entrenched divisions between liberal and conservative justices over campaign finance restrictions were on display when the court heard arguments in December.</p><p>“Every time we interfere with the congressional design, we make matters worse,” said Justice Sonia Sotomayor, a dissenter in Citizens United and the court’s other campaign money cases.</p><p>By contrast, Justice Samuel Alito, a member of the Citizens United majority, described the decision as “much maligned, I think unfairly maligned.” The effect of the decision was to ”level the playing field,” Alito said, by expanding the right to spend freely that had previously belonged only to media companies.</p><p>___</p><p>Associated Press writer Thomas Beaumont contributed to this report.</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/PK7TP4FYRBGQRALEFGMBZM3GNY.jpg?auth=c4f2cb937d7ed73d331ac974f2107c9d9b6a10f2a696c37057f3ba651f287b2d&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[Development odds dwindling for system off the southeast US]]></title><link>https://www.local10.com/weather/hurricane/2026/06/30/development-odds-dwindling-for-system-off-the-southeast-us/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/30/development-odds-dwindling-for-system-off-the-southeast-us/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[A weak area of low pressure along a stalled front over the western Atlantic, about 400 miles to the southeast of the Carolinas, remains disorganized, and little to no development is expected over the next few days as the system drifts westward toward the southeast U.S.]]></description><pubDate>Tue, 30 Jun 2026 13:44:51 +0000</pubDate><content:encoded><![CDATA[<p>A weak area of low pressure along a stalled front over the western Atlantic, about 400 miles to the southeast of the Carolinas, remains disorganized, and little to no development is expected over the next few days as the system drifts westward toward the southeast U.S.</p><p><a href="https://www.local10.com/espanol/2026/06/30/disminuyen-las-probabilidades-de-desarrollo-de-sistema-frente-al-sureste-de-estados-unidos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/disminuyen-las-probabilidades-de-desarrollo-de-sistema-frente-al-sureste-de-estados-unidos/">Leer en español</a></p><figure><img src="https://www.local10.com/resizer/v2/T4VPHMZ57ZD7BL6UW3VKXXRYBM.PNG?auth=5295e61932857abaa1dcfa0cff499ca10f930a2937081a07e8476a9f7690636f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>While the National Hurricane Center was maintaining 10% development odds as of Tuesday morning, most of our reliable forecast guidance – including Google’s DeepMind machine learning-based 1,000-member ensemble system – have dropped the chances of development entirely.</p><p>As we’ve discussed in previous newsletters, the low-pressure area is embedded within a front, which is also a natural zone for wind shear, an impediment for tropical development. Additionally, abundant dry air surrounding the low-pressure system isn’t allowing for sustained thunderstorm activity that might otherwise eat away at the nearby wind shear.</p><p>The development zone is straddling an area of warmer waters, but cooler waters lurking to its northeast are counteracting the warmer Gulf Stream waters to its west.</p><figure><img src="https://www.local10.com/resizer/v2/VMFQCTZPINGXTA2QPOBFNFP6IQ.png?auth=75af1bff74bb0fc5cd250493fccd6701ef635cb6ec54f392a0870480d86de9b1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/55A7ULWRI5H6ZOOCZRYISBDHYQ.png?auth=629866e78da9db6a1820d512105b77bbb7560610e784ecef3bb99fff9ad366f7&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>In general, the environment is not conducive to the low-pressure system fending off the hostile influence of the non-tropical air in the frontal zone, and overall conditions this week won’t support development.</p><p>The low-pressure system will get trapped under the high-pressure heat dome centered over the Ohio Valley this week, which will nudge it slowly back toward the southeastern U.S. and in the direction of coastal Georgia and South Carolina from late Thursday into Saturday.</p><figure><img src="https://www.local10.com/resizer/v2/GLYGLKEXCRH7VIFJNJXEW2RSCI.PNG?auth=f0104e23001d81e74ffedefa47610e9c081fac23ceb012aabace38ba24be92da&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>At that point, however, the combination of increasing wind shear and very dry continental air will wash out the system, and it won’t pose any significant issues for the July 4<sup>th</sup> holiday.</p><p>Elsewhere, the Atlantic should stay dormant for at least the first half of July.</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/NXPTMPUE2FEDVPQDK4XRQHONJI.png?auth=c4e10e4ae9d70525836b6817d56fbd676876add434cab534f0bc69b79da5220a&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Tuesday morning satellite showing a weak area of low pressure off the southeast U.S. being monitored for possible development. For now, development odds remain low as the system drifts westward this week. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Consumer confidence ticks up as gas prices fall but Americans remain gloomy about the economy]]></title><link>https://www.local10.com/business/2026/06/30/consumer-confidence-ticks-up-as-gas-prices-fall-but-americans-remain-gloomy-about-the-economy/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/consumer-confidence-ticks-up-as-gas-prices-fall-but-americans-remain-gloomy-about-the-economy/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Americans' attitudes toward the economy improved slightly this month as gas prices declined, but their outlook is still mostly negative by historical standards.]]></description><pubDate>Tue, 30 Jun 2026 17:03:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Americans' attitudes toward the economy improved slightly this month as gas prices declined, but their outlook is still mostly negative by historical standards.</p><p>The Conference Board said Tuesday that its consumer confidence index rose 0.6 point to 91.2 in June, a figure that is still below its year-ago reading of 95.2. Consumer attitudes worsened after the Iran war caused oil and gas prices to spike, accelerating inflation and causing Americans' inflation-adjusted incomes to decline. Before the pandemic, the index regularly topped 120.</p><p>The report suggests that consumer confidence is recovering only slowly from the hit caused by the Iran war. Even so, Americans have continued to spend despite their dour outlook, which has kept the economy growing even as inflation accelerated. Measures of consumer sentiment have been less predictive of how Americans actually shop since the pandemic.</p><p>“Consumer confidence inched up in June as falling oil prices in recent weeks provided some relief to consumer inflation fears,” Dana Peterson, the Conference Board's chief economists said in a statement. “Consumer appraisals of current business conditions were slightly more positive compared to last month. However, perceptions of the current labor market softened measurably."</p><p>Earlier this month, a government report showed that consumers stepped up their spending in May despite higher gas prices. Analysts expect the steady consumer outlays kept the economy growing at about a 2.5% annual rate in the April-June quarter.</p><p>Falling gas prices may also help boost Americans' outlook in the coming months. On average nationwide, gas prices spiked above $4.50 after the U.S.-Iran conflict began Feb. 28. They have since fallen back to $3.85 a gallon, according to AAA.</p><p>The survey also found that consumers had a dimmer view of hiring and the job market this month. The proportion of Americans who said jobs are “hard to get” rose to 22.5% from 19.8% the previous month, a noticeable increase.</p><p>But on Wednesday the government released a report showing that the number of open jobs remained at a solid 7.6 million in May, indicating that companies are showing more interest in recruiting workers.</p><p>The Labor Department will release its monthly jobs report for June on Thursday, and economists forecast it will show that employers added 100,000 jobs, a solid gain. The unemployment rate is expected to stay at a low 4.3%, according to data provider FactSet.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S5ZBJIJYJ2DSNLEDUQIZBKZ5LM.jpg?auth=95f7691bd9d1e25e16f9c2f7bc15d39ee09fcf0dd01409d83e537e5295b9efb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A customer shops at a grocery store in Chicago, Thursday, June 25, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BAQGNEB4LUGRJIYHWTJ5DDCSAY.jpg?auth=45c99007a77123c862bb7b2c9fcd59650cba63aecc87b5216510dbb657afd014&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sale signs of meat are displayed on a refrigerated case inside a grocery store in Chicago, Thursday, June 25, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CGI4DU3FQQHRSIIP5CJYXPK5HU.jpg?auth=f854595993a9d0186c6ac826a8015cb5daf1d4f80634920e37fff084675aafe0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Customers shop at a grocery store in Chicago, Thursday, June 25, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KF5I2LWGPE2IHAQOQQAFVXR5SA.jpg?auth=085c16c528ac3a4bd1d7cb267243b5dbc822cb4c99f1148ac4a632de4438d239&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Packages of meat are displayed on a refrigerated case inside a grocery store in Chicago, Thursday, June 25, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Disminuyen las probabilidades de desarrollo de sistema frente al sureste de Estados Unidos ]]></title><link>https://www.local10.com/espanol/2026/06/30/disminuyen-las-probabilidades-de-desarrollo-de-sistema-frente-al-sureste-de-estados-unidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/disminuyen-las-probabilidades-de-desarrollo-de-sistema-frente-al-sureste-de-estados-unidos/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Una débil área de baja presión a lo largo de un frente estacionario sobre el Atlántico occidental, permanece desorganizada y pronóstico de poco o ningún desarrollo durante los próximos días.]]></description><pubDate>Tue, 30 Jun 2026 14:23:14 +0000</pubDate><content:encoded><![CDATA[<p>Una débil área de baja presión a lo largo de un frente estacionario sobre el Atlántico occidental, a unas 400 millas al sureste de las Carolinas, permanece desorganizada y se espera poco o ningún desarrollo durante los próximos días mientras el sistema se desplaza lentamente hacia el oeste en dirección al sureste de Estados Unidos.</p><figure><img src="https://www.local10.com/resizer/v2/T4VPHMZ57ZD7BL6UW3VKXXRYBM.PNG?auth=5295e61932857abaa1dcfa0cff499ca10f930a2937081a07e8476a9f7690636f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Aunque el Centro Nacional de Huracanes (NHC) mantenía una probabilidad de desarrollo del 10% hasta la mañana del martes, la mayoría de nuestros modelos de pronóstico confiables, incluido el sistema de conjunto de 1,000 miembros basado en aprendizaje automático de DeepMind de Google, han reducido por completo las probabilidades de desarrollo.</p><p>Como hemos explicado en boletines anteriores, el área de baja presión está incrustada dentro de un frente, que también es una zona natural de cizalladura del viento, un factor que dificulta el desarrollo tropical. Además, la abundante masa de aire seco que rodea al sistema de baja presión impide que se mantenga una actividad de tormentas eléctricas que, de otro modo, podría debilitar la cizalladura del viento cercana.</p><p>La zona con potencial de desarrollo se encuentra sobre un área de aguas más cálidas, pero las aguas más frías ubicadas al noreste están contrarrestando las aguas más cálidas de la Corriente del Golfo que se encuentran al oeste.</p><figure><img src="https://www.local10.com/resizer/v2/VMFQCTZPINGXTA2QPOBFNFP6IQ.png?auth=75af1bff74bb0fc5cd250493fccd6701ef635cb6ec54f392a0870480d86de9b1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/55A7ULWRI5H6ZOOCZRYISBDHYQ.png?auth=629866e78da9db6a1820d512105b77bbb7560610e784ecef3bb99fff9ad366f7&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>En términos generales, el ambiente no es favorable para que el sistema de baja presión pueda resistir la influencia adversa del aire no tropical presente en la zona frontal, y las condiciones durante esta semana no favorecerán su desarrollo.</p><p>El sistema de baja presión quedará atrapado bajo el domo de alta presión que provoca calor intenso y que está centrado sobre el valle de Ohio esta semana, lo que lo empujará lentamente de regreso hacia el sureste de Estados Unidos y en dirección a las costas de Georgia y Carolina del Sur entre finales del jueves y el sábado.</p><figure><img src="https://www.local10.com/resizer/v2/GLYGLKEXCRH7VIFJNJXEW2RSCI.PNG?auth=f0104e23001d81e74ffedefa47610e9c081fac23ceb012aabace38ba24be92da&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Para ese momento, sin embargo, la combinación de una cizalladura del viento cada vez mayor y aire continental muy seco debilitará el sistema, por lo que no representará problemas importantes para el feriado del 4 de julio.</p><p>En otras partes, el Atlántico debería permanecer inactivo al menos durante la primera mitad de julio.</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/NXPTMPUE2FEDVPQDK4XRQHONJI.png?auth=c4e10e4ae9d70525836b6817d56fbd676876add434cab534f0bc69b79da5220a&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Tuesday morning satellite showing a weak area of low pressure off the southeast U.S. being monitored for possible development. For now, development odds remain low as the system drifts westward this week. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Job openings stayed at a surprisingly strong 7.6 million in May; U.S. labor market proves resilient]]></title><link>https://www.local10.com/business/2026/06/30/job-openings-stayed-at-a-surprisingly-strong-76-million-in-may-us-labor-market-proves-resilient/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/job-openings-stayed-at-a-surprisingly-strong-76-million-in-may-us-labor-market-proves-resilient/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. job openings stayed at a surprisingly strong 7.6 million in May as the American labor market remains resilient in the face of the economic shock from the Iran war.]]></description><pubDate>Tue, 30 Jun 2026 14:54:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. job openings stayed at a surprisingly strong 7.6 million in May as the American labor market remains resilient in the face of the economic shock from the Iran war.</p><p>Forecasters had expected employers to post just 7 million openings in May.</p><p>The job market is sturdy but not exactly booming. Layoffs rose in May, and the number of people quitting their jobs — a sign of confidence in their prospects — ticked up only slightly. That's according to data from the Bureau of Labor Statistics released Tuesday.</p><p>Employers are advertising openings, but they aren't actually doing much hiring. Gross hiring — before counting people who lost or quit their jobs — dipped to 5.17 million in May from 5.26 million in April. When the job market was booming from mid-2021 to mid-2023 after COVID-19 lockdowns, gross monthly hiring regularly topped 6 million.</p><p>“The hiring switch needs to fully turn on for the labor market to feel alive again,” ZipRecruiter economist Nicole Bachaud said in a commentary.</p><p>After the United States and Israel attacked Feb. 28, Iran retaliated by closing the Strait of Hormuz, through which a fifth of the world's oil and natural gas passes. Energy prices soared, squeezing Americans already frustrated by the high cost of living.</p><p>But the American job market has chugged along, continuing to rebound from a miserable 2025. In the first five months of the year, U.S. employers have added an average of nearly 114,000 net jobs a month. That is up from just 9,700 a month in 2025, the weakest hiring outside a recession since 2002.</p><p>High interest rates and President Donald Trump's unpredictable economic policies discouraged employers from making hiring decisions last year. Trump's tax cuts and the fact that the United States is an energy producer have limited the economic damage from the war this year.</p><p>When the Labor Department releases its jobs report for June on Thursday, it is expected to show that companies, nonprofits and government agencies added another 100,000 jobs and that unemployment stayed at a low 4.3%.</p><p>Because of baby boomer retirements and Trump's immigration crackdown, fewer people are competing for work, and the United States doesn't need as many jobs as it used to keep the unemployment rate stable. Economists say the so-called "break-even'' rate of hiring could be as low as zero jobs a month, down from perhaps 150,000 a year or so ago.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6HZOADTXXOB6HVFNIYOFEMNLLY.jpg?auth=6a8e0a83acbc7157207624ac8e71b59a48ea407c76d94638d02478bd4a720f24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A hiring sign is seen outside of a company in Wheeling, Ill., Monday, June 8, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Hallan a un niño muerto dentro de un auto frente a escuela en Plantation]]></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]]></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 de muerte está en curso luego de que un niño fuera encontrado sin vida dentro de un vehículo en el condado de Broward, dijeron 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>“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>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[Supreme Court upholds state laws banning transgender girls and women from school athletic teams]]></title><link>https://www.local10.com/sports/2026/06/30/supreme-court-upholds-state-laws-banning-transgender-girls-and-women-from-school-athletic-teams/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/supreme-court-upholds-state-laws-banning-transgender-girls-and-women-from-school-athletic-teams/</guid><dc:creator><![CDATA[By MARK SHERMAN and LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Tuesday upheld state laws barring transgender girls and women from playing on school athletic teams, in another setback for transgender people.]]></description><pubDate>Tue, 30 Jun 2026 17:14:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Tuesday upheld state laws barring transgender girls and women from playing on school athletic teams, in another setback for transgender people.</p><p>The court’s six-justice conservative majority, which has repeatedly ruled against transgender Americans in the past year, ruled that state bans in Idaho and West Virginia don’t violate the Constitution. The court unanimously agreed that barring transgender girls and women also doesn't run afoul of the federal law known as Title IX, which prohibits sex discrimination in education.</p><p>Justice Brett Kavanaugh wrote for the court that, “states may maintain women's and girls' sports for biological females" to address safety and competitive fairness concerns. “The Constitution and Title IX do not require an overhaul of women’s and girls’ sports throughout America."</p><p>More than two dozen other Republican-led states have adopted bans on female transgender athletes, and the decision seems certain to extend to them as well.</p><p>Left unresolved by the outcome are lawsuits challenging state laws and regulations in Connecticut, California and elsewhere that permit transgender athletes to compete consistent with their gender identity.</p><p>Justice Sonia Sotomayor dissented, saying from the bench that the majority opinion was wrong to reject an equal-protection claim from 16-year-old Becky Pepper-Jackson.</p><p>With the science still evolving, transgender students shouldn't automatically be shut out of team sports, she said. “We just simply do not know scientifically that transgender students pose dangers,” she said, reading from a dissent joined by her liberal colleagues.</p><p>Pepper-Jackson, a high school sophomore in Bridgeport, West Virginia, has been taking puberty-blocking medication, has publicly identified as a girl since age 8 and has been issued a West Virginia birth certificate recognizing her as female. She is the only transgender person who has sought to compete in girls sports in West Virginia.</p><p>Pepper-Jackson has progressed from a back-of-the-pack cross-country runner in middle school to statewide champion in the shot put. She beat the second-place finisher by two feet in last month's West Virginia championship meet.</p><p>In the Idaho case, Lindsay Hecox sued over the state’s first-in-the-nation ban for the chance to try out for the women’s track and cross-country teams at Boise State University in Idaho. She didn’t make either squad because “she was too slow,” her lawyer, Kathleen Hartnett, told the court during arguments in January, but she competed in club-level soccer and running.</p><p>Prominent women in sports have weighed in on both sides. Tennis champion Martina Navratilova, swimmers Summer Sanders and Donna de Varona and beach volleyball player Kerri Walsh Jennings are supporting the state bans. Soccer stars Megan Rapinoe and Becky Sauerbrunn and basketball players Sue Bird and Breanna Stewart back the transgender athletes.</p><p>Kavanaugh, who has coached girls' basketball, underlined the importance of women's sports and athletes' dedication. “No student-athlete on either side of the issue, whether a biological female or transgender, deserves to be ostracized or vilified,” he wrote.</p><p>In 2020, the Supreme Court ruled LGBTQ people are protected by a landmark federal civil rights law that prohibits sex discrimination in the workplace, finding that “sex plays an unmistakable role” in employers’ decisions to punish transgender people for traits and behavior they otherwise tolerate.</p><p>But last year, the six conservative justices on the nine-member court declined to apply the same sort of analysis when they upheld state bans on gender-affirming care for transgender minors.</p><p>The states supporting the prohibitions on transgender athletes argued there is no reason to extend the ruling barring workplace discrimination to Title IX.</p><p>Idaho’s law, state Solicitor General Alan Hurst said, is “necessary for fair competition because, where sports are concerned, men and women are obviously not the same.”</p><p>Republican President Donald Trump applauded Tuesday's decision, calling it a “BIG WIN” in a social-media post.</p><p>Lawyers for Pepper-Jackson argued that such distinctions generally make sense but that their client has none of those advantages because of the unique circumstances of her early transition. In Hecox’s case, her lawyers wanted the court to dismiss the case because she had forsworn trying to play on women’s teams.</p><p>NCAA president Charlie Baker told Congress in 2024 that he was aware of only 10 transgender athletes out of more than half a million students on college teams. But despite the small numbers, the issue has taken on outsize importance.</p><p>Baker’s NCAA and the U.S. Olympic and Paralympic Committees banned transgender women from women’s sports after President Donald Trump, a Republican, signed an executive order aimed at barring their participation.</p><p>The public generally is supportive of the limits. An Associated Press-NORC Center for Public Affairs Research poll conducted in October 2025 found that about 6 in 10 U.S. adults “strongly” or “somewhat” favored requiring transgender children and teenagers to compete only on sports teams that match the sex they were assigned at birth, not the gender they identify with, while about 2 in 10 were “strongly” or “somewhat” opposed and about one-quarter did not have an opinion.</p><p>About 2.1 million adults, or 0.8%, and 724,000 people ages 13 to 17, or 3.3%, identify as transgender in the U.S., according to the Williams Institute at the UCLA School of Law.</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/KRLVYPNP75Y4VZQINHXYU7NB2U.jpg?auth=340cfe1167b8873603f49faec0abfb19212e92455a8509bf18a83a7c964ed783&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[LO ÚLTIMO: Presidente de Asamblea Nacional dice que cifra de muertos por sismos asciende a 1.943]]></title><link>https://www.local10.com/espanol/2026/06/30/lo-ultimo-rescatan-con-vida-a-nino-de-tres-anos-de-escombros-en-la-guaira/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/lo-ultimo-rescatan-con-vida-a-nino-de-tres-anos-de-escombros-en-la-guaira/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Seis días después de los dos devastadores terremotos consecutivos en Venezuela, centenares de rescatistas de ese país y de otras naciones trabajan contrarreloj para encontrar sobrevivientes bajo los escombros.]]></description><pubDate>Tue, 30 Jun 2026 18:07:49 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Seis días después de los dos devastadores terremotos consecutivos en Venezuela, centenares de rescatistas de ese país y de otras naciones trabajan contrarreloj para encontrar sobrevivientes bajo los escombros.</p><p>Hasta ahora los sismos de 7,2 y 7,5 de magnitud han dejado al menos 1.719 muertos y más de 5.000 heridos. Más de 50.000 personas son buscadas por sus familiares.</p><p>Aquí los últimos acontecimientos sobre Venezuela:</p><p>Presidente de Asamblea Nacional informa nueva cifra de muertos</p><p>Al menos 1.943 personas murieron y otras 10.571 resultaron heridas en los dos devastadores sismos de la semana pasada, informó en rueda de prensa Jorge Rodríguez, presidente de la Asamblea Nacional venezolana.</p><p>Indicó que las autoridades estiman que unas 30.000 personas se encontraban en las ciudades de Caraballeda y Catia La Mar —las más afectadas en el estado de La Guaira— cuando ocurrieron los sismos, cifra que incluye a residentes y turistas. De ellas entre 13.400 y 13.500 personas lograron escapar por sus propios medios, señaló Jorge Rodríguez, y otras 6.461 fueron resctadas por equipos de salvamento.</p><p>Rescatan con vida a niño de tres años</p><p>La presidenta interina Delcy Rodríguez informa que equipos de rescate provenientes de Jordania rescataron a un niño de 3 años que había permanecido atrapado bajo los escombros durante seis días en La Guaira.</p><p>Indica que más de 3.300 rescatistas han llegado a Venezuela, junto con 140 perros y 700.000 toneladas de ayuda humanitaria.</p><p>Rodríguez señala que más de 75.000 familias resultaron afectadas por los sismos.</p><p>Mandatarios del bloque Mercosur guardan un minuto de silencio</p><p>Los mandatarios y otros funcionarios presentes en la Cumbre de Mercosur que se desarrolla en la ciudad paraguaya de Luque guardaron un minuto de silencio por los más de 1.700 fallecidos y los miles de heridos y desaparecidos a causa de los sismos en Venezuela.</p><p>El homenaje respondió a un pedido del presidente de Brasil, Luiz Inácio Lula da Silva, quien comenzó su discurso en el encuentro regional expresando su “solidaridad con el pueblo y el gobierno de Venezuela ante las pérdidas incalculables ocasionadas por los terremotos de la semana pasada”.</p><p>Otros asistentes a la cumbre son los presidentes de Paraguay, Santiago Peña; Uruguay, Yamandú Orsi; Bolivia, Rodrigo Paz; Chile, Jose Antonio Kast, y Ecuador, Daniel Noboa. El mandatario argentino Javier Milei no participa y está representando por su canciller.</p><p>Argentina, Brasil, Paraguay y Uruguay son miembros fundadores del Mercosur, mientras Bolivia es socio pleno desde 2024 y Chile y Ecuador son Estados asociados. Venezuela se encuentra suspendida desde 2017 en todos sus derechos y obligaciones como Estado parte del bloque.</p><p>Argentina prepara más ayuda</p><p>El vocero presidencial de Argentina, Adrián Ravier, informó que seis ciudadanos de su país han fallecido a causa de los sismos y ocho han sido reportados como desaparecidos. En tanto, otro nacional está hospitalizado.</p><p>Agregó en una rueda de prensa que el gobierno del presidente Javier Milei reforzará la asistencia a los venezolanos con el envío de un avión Hércules en el que viajarán 38 efectivos militares con agua, un generador eléctrico, equipo sanitario, tiendas, cocina de campaña, material de comunicaciones y dos perros de búsqueda con sus guías.</p><p>Ravier destacó las labores de Bart, un perro rescatista de la Armada Argentina que logró localizar a dos niños con vida atrapados bajo los escombros en el estado de La Guaira. Además el pastor Belga Malinois recuperó seis cuerpos.</p><p>Médico destaca ayuda de amas de casa</p><p>El doctor Ángel Ramírez declaró a la cadena de televisión estatal que el hospital donde trabaja se ha beneficiado de la ayuda de amas de casa que han llevado comida y de empresarios que han donado equipamiento.</p><p>“Sin ellos, no hubiéramos podido lograr nada”, afirmó Ramírez, quien trabaja en el Hospital Dr. Domingo Luciani de Caracas.</p><p>Comentó a Venezolana de Televisión que el hospital ha atendido a más de 250 pacientes y realizado más de 100 cirugías.</p><p>“Nadie está cobrando nada”, recalcó, enfatizando que toda la atención médica es gratuita.</p><p>Unicef envía ayuda humanitaria</p><p>Un cargamento de 47 toneladas métricas con suministros de salud, agua y educación procedente de las reservas de la Unión Europea llegará a Venezuela y se espera más ayuda en los próximos días, anuncia Unicef.</p><p>El cargamento incluye kits de emergencia para atención médica urgente, suministros para partos seguros, cuidado del recién nacido y prevención y tratamiento de enfermedades; suministros para la purificación y almacenamiento de agua y tiendas de campaña, entre otros elementos.</p><p>“Las familias de los estados afectados necesitan urgentemente agua potable y acceso a atención médica. Muchas duermen a la intemperie, temerosas de las réplicas. Estos suministros nos ayudarán a brindar a los niños y a las familias lo que más necesitan ahora: atención médica, agua potable y espacios seguros”, declaró Roberto Benes, director regional de Unicef para América Latina y el Caribe.</p><p>Unicef estima que 680.000 niños necesitan asistencia humanitaria en los estados afectados por los terremotos.</p><p>España eleva a 19 los fallecidos de ese país en los sismos</p><p>El ministro de Asuntos Exteriores de España eleva a 19 el número de españoles fallecidos en los terremotos, además de 131 desaparecidos y 12 localizados bajo los escombros. Asimismo, anuncia que un hospital de campaña de la Agencia Española de Cooperación Internacional para el Desarrollo partirá el miércoles de Madrid con destino a Venezuela.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DVEHGPWASUQBWRN26WUSHOBG5A.jpg?auth=eafead52ac6146f14163eede093402481ba897f317f34642226ec9065f26cf8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los residentes buscan entre los escombros de un edificio que se derrumbó durante 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/D2LBEHIQG24EPV4EODKQ2H5AMU.jpg?auth=dc2b78159d6c2ca0a8e3449c89381765f04db28f60403d3d9da7869cc4b40bee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Niños juegan al baloncesto cerca de edificios destruidos por los terremotos que azotaron Catia La Mar, Venezuela, el lunes 29 de junio de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[BSO: Suspect dead after shooting involving deputies, Plantation officer]]></title><link>https://www.local10.com/news/local/2026/06/29/bso-suspect-dead-after-exchange-of-gunfire-with-deputies-plantation-officer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/bso-suspect-dead-after-exchange-of-gunfire-with-deputies-plantation-officer/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Six Broward Sheriff’s Office deputies and a Plantation police officer were involved in a fatal shooting Monday night in Davie, authorities said. ]]></description><pubDate>Tue, 30 Jun 2026 02:27:54 +0000</pubDate><content:encoded><![CDATA[<p>Six Broward Sheriff’s Office deputies and a Plantation police officer were involved in a fatal shooting Monday night in Davie, authorities said. </p><p><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/">Leer en español</a></p><p>According to BSO, a suspect that deputies had been seeking was observed pumping gas at the Wawa, located at 6350 Stirling Road.</p><p>As authorities converged on the suspect, they said a fight broke out between him and the approaching law enforcement officers.</p><p>Broward Sheriff Gregory Tony said the suspect was armed and was told to give up his gun, but when that didn’t happen, it led to a shooting that killed the suspect. </p><p>Tony said the “suspect might have gotten a shot off,” prior to being killed, but that would be determined in the investigation. </p><p>Tony said the suspect was wanted for fleeing and eluding, and indicated that deputies had DNA evidence linking the suspect to additional crimes, although he didn’t release further details about those alleged crimes. </p><p>The Florida Department of Law Enforcement is expected to take over the investigation, as is customary with deputy-involved shootings. </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[Triple digit heat indices continue as we gradually slip into a wetter pattern]]></title><link>https://www.local10.com/weather/2026/06/30/triple-digit-heat-indices-continue-as-we-gradually-slip-into-a-wetter-pattern/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/30/triple-digit-heat-indices-continue-as-we-gradually-slip-into-a-wetter-pattern/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[South Florida is not under a heat advisory on Tuesday, but we are still running hotter than average with a 105-degree heat index. ]]></description><pubDate>Tue, 30 Jun 2026 13:42:51 +0000</pubDate><content:encoded><![CDATA[<p>South Florida is not under a heat advisory on Tuesday, but we are still running hotter than average with a 105-degree heat index. </p><p>Tuesday is a transition day into a wetter weather pattern. Expect a few inland thunderstorms developing this afternoon. Some storms in the Everglades may try to push back to the coast closer to sunset.</p><p>Thunderstorms on Wednesday will be more numerous and centered over more populated areas. It’s a return to our usual rainy season pattern that will last into the 4<sup>th</sup> of July weekend. Fort Lauderdale has only picked up 1″ of rain so far in the month of June, which is more than 8″ below average. South Florida is slowly slipping back into a drought, so a return to thunderstorms is a beneficial weather pattern.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Too pushy? Coco Gauff brought to tears by interaction with anti-doping tester]]></title><link>https://www.local10.com/sports/2026/06/30/too-pushy-coco-gauff-brought-to-tears-by-interaction-with-anti-doping-tester/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/too-pushy-coco-gauff-brought-to-tears-by-interaction-with-anti-doping-tester/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Coco Gauff said she was brought to tears by a “pushy” anti-doping tester. Serena Williams called the system “ grueling.”]]></description><pubDate>Tue, 30 Jun 2026 13:27:16 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Coco Gauff said she was brought to tears by a “pushy” anti-doping tester. Serena Williams called the system “ grueling.”</p><p>Protocols designed to protect tennis from doping are in the spotlight as players open up about their experiences navigating the system in the aftermath of a four-year ban handed to 2023 Wimbledon champion Marketa Vondrousova — not for testing positive but for refusing to take a test.</p><p>Players are required to provide a 60-minute time slot each day to be available for testing, plus the International Tennis Integrity Agency says that if a doping control officer "locates and notifies a player outside of that hour, they must complete the test.”</p><p>Naturally, there's a need for communication between players and testers.</p><p>“I’m not going to lie, some of them can be pushy, make you feel like you’re doing something wrong,” Gauff, the No. 7 seed, said after her first-round victory at Wimbledon.</p><p>“One time she came outside my time slot. But the way she was speaking to me on the phone, it literally made me cry afterwards," the 22-year-old American said. "I found out I was in the right, and I didn’t have to do anything.”</p><p>Ahead of her first-round match Tuesday, Ajla Tomljanovic described her close calls.</p><p>“I’m very scared of the system because it feels broken," she said. "I’ve had a few experiences of my own where it was about technicalities and when I speak to people in charge they’re not helpful — I don’t want to say they don’t care — but they weren’t very helpful at all to explain things or just show some sort of compassion when I was nowhere near missing a test or testing positive.”</p><p>The Australian player said she was seeking help about how the app works.</p><p>“I was new to the whole system. And I was at two fails for a month and I knew if I get a third one accidentally I would be out for at least two, three years,” she said. “It’s in a way, I won’t say no fault of my own but it’s not to the degree of being banned and smearing your name. In that sense, I think there’s so much to improve on.”</p><p>Williams, who makes her Wimbledon return on Tuesday, said the testing system was “a big reason why I didn’t want to come back either, because it’s just so hard."</p><p>The Vondrousova case</p><p>The 27-year-old Czech player, who became Wimbledon’s first unseeded female champion when she beat Ons Jabeur in the 2023 final, refused to take a test in early December 2025 after a doping control officer rang her apartment's intercom at 8 p.m.</p><p>This month, following a hearing by an independent tribunal, Vondrousova received the maximum four-year ban for a first offense.</p><p>ITIA published a video explainer of the case, saying Vondrousova on the night in question challenged the timing of the test because it was outside her designated time slot.</p><p>The agency noted: “If a Doping Control Officer, or DCO, locates and notifies a player outside of that hour, they must complete the test.”</p><p>Vondrousova had described the tester as “aggressive” and said the frequent ringing of the intercom “triggered a state of distress," the ITIA video says.</p><p>The tribunal's June 22 decision confirmed that Vondrousova refused the test and that the evidence “provided no compelling justification for doing so.”</p><p>The ITIA added that under World Anti-Doping Agency rules, “test refusals can be sanctioned as severely as positive tests." One rationale is an athlete who is doping could simply refuse a test and seek a lighter punishment.</p><p>Last year, the ITIA said it conducted over 8,000 tests both in and out of competition “and received a handful of complaints. We take all feedback on board and encourage players to share their views with us.” Other organizations, such as the U.S. Anti-Doping Agency, also conduct player testing.</p><p>On possible changes to the system, the ITIA noted that tennis follows WADA rules and processes, which "will be refreshed in 2027. As part of this process, WADA consults with athletes from across global sport.”</p><p>“We understand the system can seem challenging," the ITIA said, “but it is there to protect players, not to trip them up. If players are ever unsure about a test, have questions, or would like to provide feedback on their experience, we want to hear about it.”</p><p>Some players say a 4-year ban is harsh</p><p>Jessica Pegula, the No. 4 seed, said she didn't know the full details of Vondrousova's case but that “I feel, like, for Marketa.”</p><p>“For something like that, for four years, you’re ruining someone’s career over something that could have really just been a complete misunderstanding, and I just don’t think that’s fair. I think the sentencing is so harsh," Pegula said.</p><p>“I don’t quite understand the difference between that and then obviously what happened with (Jannik) Sinner and Iga (Swiatek),” she said. “They justified what the rules were and why it was the way it was.”</p><p>Top-ranked Sinner, the defending men's champion at Wimbledon, accepted a three-month ban in a settlement with WADA in early 2025 following his two positive doping tests from the prior year. WADA had challenged ITIA's decision not to suspend Sinner for what it judged was accidental contamination — entering his system through a massage — by a banned anabolic steroid.</p><p>Swiatek, Wimbledon's defending women's champion, accepted a one-month suspension in 2024 after testing positive for the banned substance trimetazidine, a heart medication. The ITIA accepted her explanation that the result was unintentional and caused by the contamination of a nonprescription medication, melatonin, that Swiatek was taking for issues with jet lag.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RGZ2UQQT53PCAQOACWCMQRIDGE.jpg?auth=2278d8c8af61d93de7c8a7a89936dcff16ebd9b2d790de010f9a3679cc996e46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Coco Gauff of the United States plays a return to Tamara Korpatsch of Germany during the women's singles at the Wimbledon Tennis Championships in London, Monday, June 29, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4C3CSQISMV63TUUGYL3FUQOBZI.jpg?auth=7e33c08830d3326508d7d188202732b064f19162186ce3979e1376f2ae4e779e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Pegula of the United States returns to Darja Vidmanova of Czech Republic during the women's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FTDF5KLGWRYO7E5YXUW766S27A.jpg?auth=7f8b7601918af9caddcb378a91b9904eca6d0adaecb2e94f17bd6f2be75f9417&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Czech Republic's Marketa Vondrousova celebrates with the trophy after beating Tunisia's Ons Jabeur to win the final of the women's singles on day thirteen of the Wimbledon tennis championships in London, Saturday, July 15, 2023. (AP Photo/Alberto Pezzali, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content></item><item><title><![CDATA[Congo bans gatherings in areas far from Ebola outbreak. Some say it limits dissent]]></title><link>https://www.local10.com/news/world/2026/06/30/congo-bans-gatherings-in-areas-far-from-ebola-outbreak-some-say-it-limits-dissent/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/congo-bans-gatherings-in-areas-far-from-ebola-outbreak-some-say-it-limits-dissent/</guid><dc:creator><![CDATA[By JEAN-YVES KAMALE and MONIKA PRONCZUK, Associated Press]]></dc:creator><description><![CDATA[KINSHASA, Congo (AP) — Opposition and civil society groups are protesting Congo’s new ban on public demonstrations and mass gatherings in the capital and other areas far from the country’s deadly Ebola outbreak, alleging that the decision aims to limit freedom of speech.]]></description><pubDate>Tue, 30 Jun 2026 13:26:11 +0000</pubDate><content:encoded><![CDATA[<p>KINSHASA, Congo (AP) — Opposition and civil society groups are protesting Congo’s new ban on public demonstrations and mass gatherings in the capital and other areas far from the country’s deadly Ebola outbreak, alleging that the decision aims to limit freedom of speech.</p><p>The decision announced over the weekend came as the outbreak of a type of Ebola with no approved treatment or vaccine continues to grow, with 1,307 people infected and 377 dead across three provinces in eastern Congo. It could be the worst Ebola outbreak yet.</p><p>Congo’s ministry of interior on Saturday said gatherings and demonstrations were forbidden in the provinces of Kinshasa, Tshopo, Haut-Uele and Bas-Uele as fears grow about the outbreak spilling into new areas. None of the provinces have any confirmed cases.</p><p>Separately, the mayor of ​Goma, eastern Congo’s largest city and now under the control of the Rwanda-backed M23 rebel group, also banned public gatherings and demonstrations, including celebrations linked to sport events, on Monday. Congo is in its first World Cup in over half a century.</p><p>Congo’s political opposition has denounced the ban as unconstitutional. Prince Epenge, the spokesperson for the Lamuka coalition, has said the ban aims to prevent a planned demonstration in the capital, Kinshasa, early next month. The protest is against proposed constitutional changes that would allow Congo’s President Felix Tshisekedi to run for a third term.</p><p>Civil society organizations also condemned the ban in a statement on Monday, citing freedom of speech and freedom of assembly.</p><p>In a televised address on Monday evening, Tshisekedi announced a $319 million response plan to the Ebola outbreak, and called on people to respect health guidelines, report suspected cases and not give in to misinformation. He did not directly address the bans.</p><p>“Ebola is neither a rumor nor a source of shame,” Tshisekedi said. “It is a health emergency that demands responsibility, solidarity, and truth.”</p><p>Health workers have reported some skepticism and attacks over Ebola from residents in the affected areas of Ituri, North Kivu and South Kivu provinces.</p><p>Cases also have been confirmed in neighboring Uganda, as well as one in France in a doctor who returned from Congo.</p><p>The United Nations ​warned in a report on Tuesday that if the virus spreads into other neighboring countries including Rwanda and Angola, it could cost Africa up to $3.6 billion and result in 328,000 job losses.</p><p>More than a month into the outbreak, officials believe it continues to outpace response efforts and no one knows its true scale. They are yet to identify patient zero and struggle to trace contact cases.</p><p>The World Health Organization has warned that violence from rebels in eastern Congo is complicating the response to the outbreak. In Ituri, attacks by the Islamic State group-backed Allied Democratic Force have cut off access to many villages and forced people to flee their homes, adding to already overcrowded camps of people displaced by years of conflict.</p><p>___</p><p>Pronczuk reported from Dakar, Senegal. Associated Press writer Janvier Barhahiga in Bukavu, Congo, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3Z3D5KDNAA567SB66IEUI7DBRE.jpg?auth=5f9058dee03863fbf7e6723de14145ad3459b6b7768be4bbf26ebd30311a9d71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers tend to an Ebola patient at the Rwampara Treatment Center in Ituri, Congo, Thursday, June 18, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump's envoys are in Qatar for Iran war mediation]]></title><link>https://www.local10.com/news/2026/06/30/the-latest-trumps-envoys-are-in-qatar-for-iran-war-mediation/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/30/the-latest-trumps-envoys-are-in-qatar-for-iran-war-mediation/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[It’s been 123 days since the U.S. and Israel launched the Iran war, and the world again awaits another round of some sort of talks as President Donald Trump and Iranian officials disagree over what and even how they'll communicate. Trump’s special Mideast envoy Steve Witkoff and son-in-law Jared Kushner plan meetings with Qatari mediators.]]></description><pubDate>Tue, 30 Jun 2026 16:20:37 +0000</pubDate><content:encoded><![CDATA[<p>It’s been 123 days since the U.S. and Israel launched the Iran war, and the world again awaits another round of some sort of talks as President Donald Trump and Iranian officials disagree over what and even how they'll communicate. Trump’s special Mideast envoy Steve Witkoff and son-in-law Jared Kushner plan meetings with Qatari mediators.</p><p>A new AP-NORC poll shows Republicans and older, white adults are especially likely to say they fly the American flag, while younger Democrats and Black adults are more likely to say they don’t fly it, reflecting deeply divided views on what patriotism means.</p><p>And on this final day of a Supreme Court term centering on Trump’s expansive claims of presidential power, the justices have upheld the constitutionality of birthright citizenship, rejecting Trump's effort to deny the right to the children of noncitizen parents. Follow live updates on the rulings.</p><p>Here's the Latest:</p><p>Court will consider striking down assault weapons bans in Connecticut and the Chicago area</p><p>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 take up appeals asking the court to strike down bans on the AR-15 and similar semiautomatic firearms in the Chicago area and Connecticut.</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 and states have continued to pass their own laws.</p><p>The case is expected to be heard in the fall.</p><p>Republican Tom Kean Jr. said he was treated for depression during absence from Congress</p><p>New Jersey Republican Rep. Tom Kean Jr. revealed Tuesday that he spent months away from Congress being treated for depression.</p><p>“It is physical, it is emotional, and until you experience it yourself, it is difficult to fully understand how powerful this illness can be,” he said on the House floor.</p><p>Kean, whose battleground district includes Trump’s Bedminster golf club, missed more than 100 votes in Congress this year. His reappearance comes after he won an uncontested primary on June 2.</p><p>“Today I stand before you healthier, stronger and excited to return to the work that I love,” Kean said.</p><p>Kean’s office has said he’s still running for reelection against Democratic nominee Rebecca Bennett, a former Navy helicopter pilot. Democrats have targeted the district as a prime pick-up opportunity.</p><p>▶ Read more</p><p>Supreme Court upholds birthright citizenship, rejecting Trump’s proposed limits</p><p>The Court ’s ruling released Tuesday upholds 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>The justices relied on a long-settled understanding of the 14th Amendment, adopted after the Civil War, and more recent federal laws in ruling that anyone born in the country, with very limited exceptions, is a citizen.</p><p>▶ Read more about Tuesday’s Supreme Court rulings</p><p>US job monthly openings hold at a surprising 7.6 million despite Iran war shock</p><p>May’s job openings were surprisingly strong in the data released Tuesday by the Bureau of Labor Statistics, showing American labor market resilience to the war’s economic shock. Forecasters had expected employers to post just 7 million openings in May.</p><p>Rebounding from a miserable 2025, U.S. employers have added nearly 114,000 net jobs a month on average this year, up from just 9,700 in 2025, the weakest outside a recession since 2002.</p><p>Because of baby boomer retirements and Trump’s immigration crackdown, fewer people are competing for work, and the United States doesn’t need as many jobs as it used to keep the unemployment rate stable. Economists say the so-called “break-even’’ rate of hiring could be as low as zero jobs a month, down from perhaps 150,000 a year or so ago.</p><p>▶ Read more</p><p>Supreme Court backs state laws banning transgender girls from sports</p><p>The Court ’s conservative majority added to its repeated rulings against transgender Americans by deciding that bans in Idaho and West Virginia don’t violate the Constitution or the federal law known as Title IX, which prohibits sex discrimination in education.</p><p>The ruling seems certain to extend to the dozens of other Republican-led states that have banned female transgender athletes. Left unresolved are lawsuits challenging state laws and regulations in Connecticut, California and elsewhere that permit transgender athletes to compete consistent with their gender identity.</p><p>About 2.1 million adults, or 0.8%, and 724,000 people ages 13 to 17, or 3.3%, identify as transgender in the U.S., according to the Williams Institute at the UCLA School of Law.</p><p>▶ Read more about Tuesday’s Supreme Court rulings</p><p>US envoys arrive in Qatar for meetings on Iran, with tensions high over Hormuz</p><p>Trump’s special Mideast envoy Steve Witkoff and his son-in-law Jared Kushner plan meetings with mediators about the implementation of an initial deal to end the war in Iran, following more crossfire in the Persian Gulf.</p><p>They won’t directly negotiate with Iranian diplomats, instead using mediators as go-betweens, said Majed al-Ansari, a spokesman for Qatar’s Foreign Ministry.</p><p>Iran was also sending a delegation to Qatar, but has no plans to meet with the American side at any level, Iran’s Foreign Ministry spokesman Esmail Baghaei said. His statement left open the possibility of messages being passed through the Qataris.</p><p>▶ Read more</p><p>Who flies the American flag for holidays — and who never flies one, according to an AP-NORC poll</p><p>American views of “Old Glory” are divided by politics, age and race, according to a new survey conducted by The Associated Press-NORC Center for Public Affairs Research ahead of the nation’s 250th birthday celebration.</p><p>Whether people see it as a unifying or divisive symbol tracks with other deep divisions among Americans, who see their country’s history and accomplishments very differently. About 7 in 10 Republicans and about 6 in 10 Americans ages 60 and older fly the flag at least during holidays. About 6 in 10 Democrats and independents, on the other hand, say they “never” fly the U.S. flag. That includes the vast majority, 75%, of Democrats under 45.</p><p>Only about 3 in 10 Black adults say they ever display the American flag, compared with about half of white and Hispanic adults.</p><p>The survey of 2,596 adults was conducted April 16-20.</p><p>▶ Read more</p><p>What the Supreme Court’s Cook ruling means for Federal Reserve independence</p><p>The Supreme Court on Monday said the Federal Reserve, unlike any other agency in Washington, has a measure of independence from the presidency and day-to-day politics. But the court didn’t define to what extent.</p><p>The case is the latest round in an unprecedented fight between the Fed and Trump. More political interference at the Fed could upend financial markets around the world, which closely follow its interest rate moves.</p><p>Trump has repeatedly demanded that the central bank cut its key interest rate to lower borrowing costs for homeowners, businesses, and even the government itself. Trump sought to fire a Fed governor, Lisa Cook, last August after accusing her of mortgage fraud — a charge she denies.</p><p>In a 5-4 decision, the court ruled that the president cannot fire the seven members of the Fed’s board of governors without a clear cause. The decision endorses the Fed’s independent structure even as the court eliminated such protections for leaders of other agencies, including the Federal Trade Commission, whom the president can fire at-will.</p><p>▶ Read more</p><p>Trump nominates acting Labor Secretary Keith Sonderling as permanent chief</p><p>Trump said Monday he will nominate Keith Sonderling to be the secretary of labor, elevating him from the agency’s acting director two months after Lori Chavez-DeRemer resigned amid abuse-of-power allegations.</p><p>Sonderling, a lawyer who has held a variety of acting positions and leadership roles across Trump’s government, was previously the deputy labor secretary and a Republican member of the Equal Employment Opportunity Commission.</p><p>“Throughout his career, Keith has proven his dedication to delivering strong results for the Hardworking People of our Country, and I know he will do an incredible job in his new role,” Trump wrote in a Truth Social post announcing Sonderling’s nomination.</p><p>Sonderling’s nomination is subject to Senate confirmation.</p><p>During Trump’s second term, in addition to his Labor Department post, Sonderling has been the acting director of U.S. Office of Government Ethics and the Institute of Museum and Library Services, one of several agencies Trump targeted for closure in an executive order last year.</p><p>▶ Read more</p><p>The Supreme Court it issue momentous rulings on Trump’s power</p><p>The Supreme Court is wrapping up a term that has focused on Trump’s expansive claims of presidential power.</p><p>Trump’s efforts to restrict birthright citizenship, fire the heads of most independent agencies at will and remove a sitting Federal Reserve governor are among the remaining eight cases the justices are expected to decide this week, beginning Monday.</p><p>The court also is weighing, in cases from West Virginia and Idaho, whether to uphold laws in roughly half the states that prohibit transgender girls and women from playing on their public school and college sports.</p><p>Two election-related cases remain, over state laws that allow a grace period for the receipt of mailed ballots, provided they are sent by Election Day, and limits on political party spending in support of candidates for Congress and president.</p><p>Also outstanding is a dispute over geofence warrants that collect the location history of cellphone users to find people near crime scenes. Critics say the practice is a fishing expedition that violates civil liberties.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7VWKAZ2TR72P6F7576RN6EFUZM.jpg?auth=3a183a5e7bc9f50e561f9723093bf00d414230a3e3856ba0aea21d62e6b1fc68&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 to reporters as Environmental Protection Agency administrator Lee Zeldin listens 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><media:content url="https://www.local10.com/resizer/v2/B4XQD6HA3NIO4FZHOD2UVF7RUE.jpg?auth=eb2afdfa2c58d4b0c3e71f2e4574fad575290fd5f2675066e573838523422a0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person holds a sign about protecting voting rights during a protest near the White House, May 11, 2026, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6KRVGIYSI7IFI5RUWQXXATXQY4.jpg?auth=3135e648d4f202120729e7237ed035ded7c7bd4444d78413536de07ac73d1f9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Minority Leader Hakeem Jeffries, D-N.Y., arrives to speak to reporters at the Capitol in Washington, Monday, June 29, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SKAMFPRQMTDIF6XHYDBZQMWPUM.jpg?auth=4c2c809d6fb69816879135b02d2abcaaabba6453c45bf36bf624eef1e84b5942&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mockup of President Donald Trump's proposed Triumphal Arch stands at the Great American State Fair on the National Mall, Monday, June 29, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content></item><item><title><![CDATA[Carnegie Foundation unveils 2026's 'Great Immigrants, Great Americans' list]]></title><link>https://www.local10.com/business/2026/06/30/carnegie-foundation-unveils-2026s-great-immigrants-great-americans-list/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/carnegie-foundation-unveils-2026s-great-immigrants-great-americans-list/</guid><dc:creator><![CDATA[By GLENN GAMBOA, Associated Press]]></dc:creator><description><![CDATA[This year’s class of “Great Immigrants, Great Americans” includes Citi CEO Jane Fraser, Pulitzer Prize-winning authors Hernan Diaz and Cristina Rivera Garza, and fashion designer Gabriela Hearst. The newly renamed Andrew Carnegie Foundation announced the honorees Tuesday as immigration advocates expressed concern about the future of U.S. immigration policy following last week’s Supreme Court rulings.]]></description><pubDate>Tue, 30 Jun 2026 13:01:41 +0000</pubDate><content:encoded><![CDATA[<p>This year’s class of “Great Immigrants, Great Americans” includes Citi CEO Jane Fraser, Pulitzer Prize-winning authors Hernan Diaz and Cristina Rivera Garza, and fashion designer Gabriela Hearst. The newly renamed Andrew Carnegie Foundation announced the honorees Tuesday as immigration advocates expressed concern about the future of U.S. immigration policy following last week’s Supreme Court rulings.</p><p>Foundation President Dame Louise Richardson said the awards, launched in 2005, have never been meant to be political. Earlier this month, the foundation changed its name from the Carnegie Corporation of New York to emphasize its nonprofit status and connection to famed industrialist Andrew Carnegie, a Scottish immigrant.</p><p>“We’re not articulating it in response to this moment,” Richardson told The Associated Press. “But it seems especially important at this moment that we celebrate immigrants and their contributions and also that we present a view of immigrants different from the ones so often portrayed in the media.”</p><p>The immigration debate continues at the highest levels of power, as President Donald Trump’s administration executes his agenda to increase immigration enforcement and reduce the numbers of legal immigrants and asylum seekers in the country. On the other side, Pope Leo XIV said, “Human dignity has no passport and does not lose its value when crossing a border,” as he visited a once-notorious epicenter of the European migration debate in Spain earlier this month.</p><p>Richardson — a naturalized American citizen, born in Ireland — said the entire issue has “become so fraught, especially with the movement against legal immigration and, in particular, the visas for highly skilled people.”</p><p>“That just strikes me as an act of self-harm on a national level,” she added, “because so many of these people are the engines of the economy.”</p><p>CEO Iman Abuzeid wants to inspire other immigrants</p><p>Honoree Dr. Iman Abuzeid, co-founder and CEO of the artificial intelligence-driven healthcare career platform Incredible Health, sees the award as recognition not just for her accomplishments, but for everyone who helped her along the way.</p><p>“And if my story makes it feel like it’s more possible for someone else, then that’s probably the part that I care about the most,” added the native of Sudan, who now lives in San Francisco.</p><p>Abuzeid said she specifically chose to emigrate to the United States after living in Saudi Arabia, the United Arab Emirates and completing medical school in England.</p><p>“It is the best country for what I’m trying to do,” she said. “I think if you’re ambitious and you’re willing to work hard and you’ve got some skills, it is probably the best country in the world for you.”</p><p>Being an immigrant, Abuzeid said, has given her the drive to take on risk and bet on her own abilities. It has also influenced her to build Incredible Health in a way that balances the needs of employers looking to hire health care workers with the career needs of the workers, about 20% of whom are immigrants.</p><p>“I think being from Sudan does make me a little bit more attuned to topics like bias and diversity,” she said. “Because we’re operating a marketplace at scale, we can see these patterns in our data where workers of certain last names were seeing bias against them. … So when we removed that, we were able to improve that part of the marketplace.”</p><p>Conductor Cristian Măcelaru sees immigration as ‘opportunity’</p><p>Honoree Cristian Măcelaru, conductor of the Cincinnati Symphony Orchestra, said immigration offers both the immigrant and their new home country a chance to improve their lives.</p><p>“This is an opportunity we should hold dear,” the native of Romania said. “It really makes for a unique kind of country.”</p><p>It also creates a unique artistic point of view, said Măcelaru, who moved to Michigan to study music at Interlochen Arts Academy when he was 16.</p><p>“I’ve met so many incredible people that were supportive of my arrival to the United States and embracing of who I was,” he said. “But, at the same time, there is that nostalgia for what you’ve left behind that accompanies you on a daily basis. … The immigrant experience never leaves you.”</p><p>Măcelaru, who conducted the Orchestre National de France during the Paris Olympics opening ceremony viewed by more than a billion people in 2024, said culture becomes stronger when it appreciates the strengths of others.</p><p>“I think all of us actually love the cultures of different places,” said Măcelaru, who makes a point of diversifying the music presented by the Cincinnati Symphony Orchestra. “It doesn’t matter where we are on the planet, you end up loving music that is from a different place. You end up loving food that is from a different country.”</p><p>Harvard's Gregory Nagy ‘awestruck’ by influx of new cultures</p><p>Honoree Gregory Nagy, Harvard University’s Francis Jones Professor of Classical Greek Literature and a professor of Comparative Literature, takes it a step further.</p><p>“To have an influx of new cultures and new ways of looking at things — that variety is the human fabric,” said the native of Hungary who emigrated with his family as a boy following World War II. They first went to Canada, and then to the United States when his father was invited to become a professor of classical piano at Indiana University. “I’m just awestruck by how important the melting pot is.”</p><p>Nagy, who prides himself on being “a friendly Midwesterner” after spending his formative years in Bloomington, Indiana, uses the Danish philosopher Søren Kierkegaard’s thoughts on repetition — how a person changes an idea even if they only repeat it — to back up that belief.</p><p>But he also supports it with his ongoing teaching. Nagy’s class on “The Ancient Greek Hero,” which he has taught for more than 50 years and is currently the longest-running class at Harvard, continues to change with the times, while remaining true to its subject matter.</p><p>He has studied how “The Oath of the Ephebes,” from more than 2,400 years ago, connects the importance of environmentalism to being a good citizen. He says the ancient Greek idea of heroism is closer to modern comic book heroes than to the idealized, perfect versions many Americans hold dear.</p><p>That evolution is driven by young people, as reflected in the election of Péter Magyar as prime minister of Nagy’s beloved Hungary in April, the social changes that followed, and the new perspectives brought by immigration, Nagy said.</p><p>“I was very fortunate to become an immigrant,” he said. “And I was lucky enough to achieve puberty in Indiana, so that Americanizes you very well.”</p><p>___</p><p>Associated Press coverage of philanthropy and nonprofits receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SDNPDNFQ32PDDEP4AOWTIILQQY.jpg?auth=35aeb297e77f8e1e3c7a3a26bb8b36434d11da889a8684278530c91df6baf0af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Iman Abuzeid, co-founder and CEO of Incredible Health, is photographed in San Francisco in 2024. (Incredible Health via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Anstasiia Sapon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O5FRTDMVEX2BWI3S3LC6X3FFX4.jpg?auth=811880a76c2608cb8ee66cd2f38feb36ceca8591194e19e88c6bfefa593ab07f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Citi CEO Jane Fraser speaks during the APEC CEO Summit, Nov. 16, 2023, in San Francisco. (AP Photo/Eric Risberg, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Risberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AIFKPJTH4UDWACAVERWA5J6S6E.jpg?auth=bcaf0524c900fc2712cc7353f8f9a114b124a7e061d3713fee5197ff80b13256&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chief conductor Cristian Macelaru , center, performs with the WDR symphony orchestra at the traditional President's charity concert at the symphonic concert hall Koelner Philharmonie in Cologne, Germany, April 13, 2025. (AP Photo/Martin Meissner, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[The NFL’s Detroit Lions have released cornerback Terrion Arnold, who is charged in Florida kidnappings]]></title><link>https://www.local10.com/news/florida/2026/06/30/the-nfls-detroit-lions-have-released-cornerback-terrion-arnold-who-is-charged-over-kidnappings/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/30/the-nfls-detroit-lions-have-released-cornerback-terrion-arnold-who-is-charged-over-kidnappings/</guid><dc:creator><![CDATA[By JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[The NFL's Detroit Lions on Monday released cornerback Terrion Arnold, only days after his arrest over allegations that he orchestrated the abduction and beating of three men who prosecutors believe he wrongly suspected of having stolen luxury goods and $100,000 in cash from him.]]></description><pubDate>Tue, 30 Jun 2026 12:25:22 +0000</pubDate><content:encoded><![CDATA[<p>The NFL’s Detroit Lions on Monday released cornerback Terrion Arnold, only days after his arrest over allegations that he orchestrated the abduction and beating of three men who prosecutors believe he wrongly suspected of having stolen luxury goods and $100,000 in cash from him.</p><p>The team made the announcement on the X social media platform. Arnold had two years left on his four-year rookie contract, worth $14.3 million.</p><p>The team did not give a reason, but the announcement came the same day that a Florida judge set Arnold’s bail at $1 million. Prosecutors say the three victims, including a man who worked as a driver for Arnold, were robbed while being held at gunpoint in a Tampa apartment in February.</p><p>Prosecutors had wanted Arnold held without bond on the eight felony charges he faces. But Chief Circuit Court Judge Christopher Sabella granted bond to him.</p><p>The judge did not require Arnold to wear an ankle monitor because it would have prevented him from taking the field for games and training. The judge also said Arnold already has a “paparazzi monitor,” referring to the photographers who have been watching his movements.</p><p>“If he shows up on a beach in Tahiti, he’ll be on social media,” Sabella said at the end of the bond hearing in Tampa.</p><p>Sabella said that although the charges are serious — each could bring a life sentence if Arnold is convicted — prosecutors are “not there yet” in having a strong case for Arnold’s guilt.</p><p>The judge did order Arnold to remain at his home in Tallahassee except for when he’s playing, training and traveling with the Lions. He also said Arnold cannot have any contact with other people tied to the case and must surrender his passport within 48 hours.</p><p>Arnold, 23, was a first-round pick in the 2024 draft after playing at the University of Alabama. He had 31 tackles and an interception last season as part of the Lions’ defense.</p><p>According to prosecutors, the victims were abducted three days after cash and luxury items, including Rolex watches and Louis Vuitton bags, were reported stolen from Arnold at an Airbnb rental in the Tampa area. Prosecutors allege that six of Arnold’s associates actually carried out the crimes, holding, beating and pistol-whipping the victims, and that Arnold wasn’t there at the time.</p><p>None of Arnold’s co-defendants had bond set for them. Two female co-defendants have pleaded guilty and are cooperating with authorities. Their statements tie Arnold, who was not at the apartment, to the crimes, according to prosecutors.</p><p>Prosecutors argue that Arnold is as responsible for the crimes as his co-defendants because he told his associates that he thought he knew who had stolen from him and said he wanted to confront them, setting events in motion.</p><p>“Our office remains committed to seeking justice for the three victims in the case who were beaten, robbed, and held against their will,” said Erin Maloney, a spokesperson for the state attorney’s office.</p><p>But Harvey Steinberg, an attorney for Arnold, argued in court Monday that prosecutors are “not even close” to showing that Arnold that he knew or directed what his associates would do.</p><p>Denise White, the CEO of EAG Sports Management, which represents Arnold, said before the Lions announced they were releasing Arnold that the judge’s ruling “confirms that there is very little evidence to even suggest any criminal involvement by Mr. Arnold.”</p><p>___</p><p>This story was updated to correct that among the charges Arnold faces are four robbery-related counts, not four assault counts.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded></item><item><title><![CDATA[US envoys arrive in Qatar for meetings on Iran, with tensions high over Hormuz]]></title><link>https://www.local10.com/news/world/2026/06/30/us-envoys-arrive-in-qatar-for-meetings-on-iran-with-tensions-high-over-hormuz/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/us-envoys-arrive-in-qatar-for-meetings-on-iran-with-tensions-high-over-hormuz/</guid><dc:creator><![CDATA[By JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Two U.S. envoys arrived in Qatar on Tuesday for talks with mediators about the implementation of an initial deal to end the war in Iran, an official said.]]></description><pubDate>Tue, 30 Jun 2026 15:26:21 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Two U.S. envoys arrived in Qatar on Tuesday for talks with mediators about the implementation of an initial deal to end the war in Iran, an official said.</p><p>The visit by Steve Witkoff, U.S. President Donald Trump’s special Mideast envoy, and Jared Kushner, his son-in-law, comes after a weekend of crossfire in the Persian Gulf over efforts to reopen the Strait of Hormuz to shipping traffic.</p><p>The envoys won’t be having direct negotiations with Iranian diplomats while in Qatar’s capital, Doha, said Majed al-Ansari, a spokesman for Qatar’s Foreign Ministry. Instead, mediators are working for the time being as go-betweens for the talks, which won’t include any high-level officials, he added.</p><p>The U.S. and Iran have held indirect negotiations before. However, the two previous rounds collapsed and preceded the 12-day war Israel launched against Iran in 2025 and this year's war, launched jointly by the U.S. and Iran on Feb. 28.</p><p>Iran is also sending a delegation to Qatar this week. Iran’s Foreign Ministry spokesman Esmail Baghaei said Tuesday that Iran has had no plans for a meeting with the American side at any level in the coming days.</p><p>“What will take place in Doha tomorrow is a discussion with the Qatari side about implementing parts of the memorandum of understanding, including the release of Iran’s blocked assets,” Baghaei told journalists at his own briefing.</p><p>It is possible the two sides could exchange messages through the Qatari mediators.</p><p>The U.S. and Iran agreed to an interim deal earlier this month that calls for Tehran to dilute its stockpile of enriched uranium. It also waives U.S.-backed oil sanctions on the country, calls for free traffic through the Strait of Hormuz and gives each side 60 days to hammer out broader agreements.</p><p>Iranian President Masoud Pezeshkian said Monday that Qatar plans to release $6 billion in frozen Iranian assets. A U.S. official, speaking on condition of anonymity because of the sensitive negotiations, confirmed the release amount, saying it would be used to buy U.S. food products for the Iranian people.</p><p>A fifth of the world's oil was shipped through the Strait of Hormuz before the war began. Iran’s attacks and threats stopped cargo ships and tankers from moving through the strait, creating a global energy crisis.</p><p>The strait has long been considered an international waterway despite being in Iran and Oman’s territorial waters.</p><p>Both sides traded strikes amid efforts last week to open Oman’s territorial waters in the strait to both inbound and outbound ship traffic from the Persian Gulf. That raised concerns that negotiations to formally end the war could be disrupted.</p><p>Iran twice attacked vessels in the strait — including a tanker filled with Qatari crude — and drew retaliatory American airstrikes. Iran also launched drone and missile attacks targeting Bahrain and Kuwait on Sunday.</p><p>___</p><p>AP reporter Josh Boak in Washington contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QITLAWWHBVQPDGI7WG56WQAXMM.jpg?auth=2e4cf42da5993648d44691e27b3f821a565699d050fa78fa98aaf25a441d4feb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Steve Witkoff, special envoy to the Middle East, listens as President Donald Trump and NATO Secretary General Mark Rutte meet in the Oval Office at the White House, Wednesday, June 24, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E5E553EDHUUYTZYMWAY462Y6VU.jpg?auth=24b0f4996f5fe17907cdc2502afeeb583e4d101fbafcb9af6dc6796b5d9dac8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children wade in the water with cargo ships at anchor in the background and a fisherman nearby, in the Strait of Hormuz off Bandar Abbas, Iran, Tuesday, June 30, 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[The Latest: Supreme Court upholds birthright citizenship, rejecting Trump’s restrictions]]></title><link>https://www.local10.com/news/2026/06/30/the-latest-supreme-court-upholds-birthright-citizenship-rejecting-trumps-restrictions/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/30/the-latest-supreme-court-upholds-birthright-citizenship-rejecting-trumps-restrictions/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The Supreme Court on Tuesday upheld a broad conception of birthright citizenship, rejecting President Donald Trump’s executive order declaring that children born to parents who are in the United States illegally or temporarily are not American citizens.]]></description><pubDate>Tue, 30 Jun 2026 18:25:05 +0000</pubDate><content:encoded><![CDATA[<p>The Supreme Court on Tuesday upheld a broad conception of birthright citizenship, rejecting President Donald Trump’s executive order declaring that children born to parents who are in the United States illegally or temporarily are not American citizens.</p><p>The decision, in line with the longstanding judicial interpretation of the 14th Amendment, comes on the final day of a Supreme Court term that has centered on Trump’s expansive claims of presidential power — and largely ruled in his favor.</p><p>In its other Tuesday rulings, the court upheld laws in roughly half the states that prohibit transgender girls and women from playing on their public school and college sport teams and struck down limits on party spending in federal elections.</p><p>Here's the latest:</p><p>ACLU celebrates the Supreme Court’s birthright citizenship ruling</p><p>“This should have been a unanimous decision,” attorney Cody Wofsy, deputy director at the ACLU Immigrants’ Rights Project, told reporters after the decision was announced. “The text of the Constitution is clear, the history is clear, and the precedent is clear.”</p><p>“That said, regardless of what the vote count may have been, this is a rejection of the Trump administration’s extreme attempts to rewrite the Constitution and to exclude entire portions of American-born children from our country.”</p><p>Birthright could become a powerful wedge issue in US politics, critic of decision says</p><p>“The president was never going to win, in the sense that his executive order was going to be overturned,” said Mark Krikorian, the director of the Center for Immigration Studies, a think tank favoring restrictive immigration policies. “The question was if the Supreme Court would accept the ACLU’s interpretation of the 14th Amendment.”</p><p>The ruling “constitutionalized the question” of birthright citizenship, he said, requiring changes through a constitutional amendment.</p><p>That, he argued, is highly unlikely: “Congress can’t rename post offices, let alone do anything else.”</p><p>But, he said, birthright could now become a powerful political wedge issue, similar to the court’s 1973 abortion ruling, which was overturned in 2022.</p><p>“It’ll distort our politics the way Roe vs. Wade did in energizing a political movement,” he said.</p><p>Could pregnancy now be a question on visa application?</p><p>Mark Krikorian, a prominent Washington voice favoring restrictive immigration policies, said he expects the ruling to result in new U.S. visa applications, with potential visitors being asked if they are pregnant.</p><p>“It’s something that visa officers are often reluctant to ask about — it’s awkward,” said Krikorian, the director of the Center for Immigration Studies.</p><p>“But if it’s on the application then you have the answers, and if you lie you’ve committed a felony,” he said.</p><p>The Trump administration says birthright citizenship has created what it calls a birth tourism industry.</p><p>“It is unacceptable for foreign parents to use a U.S. tourist visa for the primary purpose of giving birth in the United States to obtain citizenship for the child,” the State Department said in a post on X. “Those who abuse our immigration system through birth tourism may be ineligible for future visas or travel to the United States.”</p><p>Justice Thomas says the majority misunderstands the 14th amendment</p><p>He insists the majority opinion perpetuates a misunderstanding and misapplication of the 14th amendment.</p><p>The citizenship clause and related Reconstruction statutes granted citizenship “to persons born and domiciled in the United States regardless of their race,” he wrote. But “neither guaranteed citizenship to persons who were not domiciled in the United States.”</p><p>He continued: “Blacks were entitled to citizenship because they were Americans. They had no other homeland, owed no allegiance to any foreign power, and were subject to no other authority.”</p><p>That highlights the argument over what it means to be “subject to the jurisdiction” of the U.S.</p><p>The majority holds that, with exceptions like foreign diplomats, being on U.S. soil makes a person subject to U.S. laws. Thomas and dissenters reason that no one who is separately subject to another foreign government should be considered “subject to the jurisdiction” of the U.S., at least when conferring citizenship.</p><p>Justice Jackson takes issue with Thomas in citizenship reasoning</p><p>Justice Clarence Thomas’ dissent in the birthright case argued the 14th amendment’s citizenship clause applied only to formerly enslaved people and not more broadly.</p><p>That prompted Justice Ketanji Brown Jackson to pen a concurrence to Roberts’ majority opinion.</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,’” she wrote, calling that a “narrow vision” of Reconstruction’s intended expansion of democracy.</p><p>“This alternative account pitches Black Americans against immigrants when the advocates who promoted the Fourteenth Amendment did no such thing,” Jackson wrote. “Freed Blacks fought for the shared humanity of all people.”</p><p>Jackson is the first Black woman to sit on the Supreme Court. Thomas is the second Black man, succeeding Thurgood Marshall, who argued the Brown v. Board case that struck down segregated schools.</p><p>Trump says Congress should end birthright citizenship and calls court ruling ‘too bad’</p><p>The president said the Supreme Court’s decision upholding that anyone born in the United States automatically becomes an American citizen was “too bad for our Country,” but that Congress could “easily” address it with legislation.</p><p>Trump declared that “No long and unwieldy Constitutional Amendment is necessary!”</p><p>But the Supreme Court’s ruling Tuesday makes it clear that it would be necessary to amend the Constitution. Chief Justice John Roberts, who wrote the opinion for the court, pointed to the Fourteenth Amendment in the Constitution in ruling that anyone born in the country, with very limited exceptions, is a citizen.</p><p>Justice Department reacts to the ruling on birthright citizenship</p><p>The Justice Department said in a statement that it’s “committed to tackling illegal birth tourism schemes by working diligently with U.S. Attorneys across the country to uphold the law.”</p><p>“Actors seeking to exploit loopholes to obtain automatic citizenship for their children pose a national security threat and will be brought to justice,” the department said in a post on X.</p><p>Dred Scott case featured in the justices’ birthright citizenship writings</p><p>U.S. Supreme Court justices have long distanced themselves from the pre-Civil War decision that declared Black people — enslaved and free — were not U.S. citizens.</p><p>The 1857 Dred Scott case was featured again Tuesday, being mentioned 48 times in 194 pages of the birthright citizenship opinion, concurrences and dissents.</p><p>Roberts’ majority opinion explained how U.S. birthright citizenship originates with English common law: Anyone born in the monarch’s realm was considered a “natural-born subject.”</p><p>The “odious” Scott case, Roberts said, deviated from that once-accepted understanding and “was met with shock.”</p><p>In response, he detailed, the Civil Rights Act of 1866 and the 14th Amendment’s citizenship clause restored common law understanding, with lawmakers making clear they were explicitly rebuking the Scott decision.</p><p>Yet, Roberts wrote, “the Government and the principal dissent propose a return to its core tenet,” that “for certain people, being born on American soil will not suffice to confer citizenship.”</p><p>Supreme Court denies report that Justice Samuel Alito is retiring</p><p>The Supreme Court’s public information office is denying a published report, since retracted, that the court announced Alito’s retirement Tuesday.</p><p>The unusual statement followed a story from NPR saying the court had announced that Alito was stepping down. NPR pulled the story a short time later. Chief Justice John Roberts announced the retirement of several court employees Tuesday, as he customarily does after the court’s final opinions are out. Alito 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>NPR’s editor-in-chief released a statement saying the story had been incorrectly reported and that correspondent Nina Totenberg would appear on “All Things Considered” Tuesday afternoon to explain what had happened.</p><p>Court will consider striking down assault weapons bans in Connecticut and the Chicago-area</p><p>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 take up appeals asking the court to strike down bans on the AR-15 and similar semiautomatic firearms in the Chicago area and Connecticut.</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 and states have continued to pass their own laws.</p><p>The cases are the latest high-profile disputes 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>The case is expected to be heard in the fall.</p><p>▶ Read more</p><p>More reactions to the Supreme Court’s decision on campaign spending</p><p>The conservative-leaning Institute for Free Speech hailed the decision as “a landmark victory for the First Amendment.”</p><p>“More than half the states have operated for years without restricting coordinated party expenditures, and there is no evidence of the corruption the federal government fears,” institute senior attorney Brett Nolan said. “The Court corrected a two-decade-old mistake.”</p><p>Meanwhile, Jacquelyn Lopez and Rachel Jacobs, partners in the Elias Law Group, which represents Democrats in voting rights cases and election contests, said the decision “needlessly” destroyed “a long-standing pillar” of federal campaign finance laws.</p><p>However, they also said Republicans have “pushed the boundaries” of the limits to help weak candidates. They said the Elias Law Group had anticipated the outcome for months.</p><p>“In the long run, Democratic campaigns will benefit from the level playing field this ruling provides,” they said. “Now, both parties are free to offer unlimited support to their candidates, not just the party willing to ignore the law to do so.”</p><p>From a descendant of the man at the center of the 1898 birthright citizenship ruling</p><p>Norman Wong, the great-grandson of Wong Kim Ark, the Chinese American cook at the center of the landmark 1898 Supreme Court decision establishing birthright citizenship, applauded Tuesday’s ruling.</p><p>“My great grandfather, Wong Kim Ark, never set out to become a symbol. He was one man, only a cook, and yet he stood up for what was right, and I believe that it has made a difference,” Wong said in a statement. “As a result, he stood up for the rights of all of us Americans — it just so happens that I am related to him. Today’s ruling shows that his victory remains as important now as it was in 1898.”</p><p>‘By the grace of God, the president does not manage to do everything he wants’</p><p>For a Mexican mother with six children born in the United States — ranging in age from 18 years to 18 months — the Supreme Court’s decision brought happiness.</p><p>“I am happy for our children,” the 38-year-old woman said in a telephone interview. “I am happy because they don’t face any risk like we do.”</p><p>The woman, who asked not to be identified for fear of being detained and deported, crossed the U.S.-Mexico border in 2007 in search of a better life. She has not applied for asylum or any other immigration status.</p><p>She works at a plant nursery in South Florida, where her children attend school.</p><p>The woman said one of her children called her as soon as he found out about the decision to share his joy with her.</p><p>“By the grace of God, the president does not manage to do everything he wants,” the mother said. “I was confident that, with God’s help, he would not succeed.”</p><p>Birthright citizenship survived racist eras, and now Trump, Global Refuge leader says</p><p>The head of Global Refuge said the Supreme Court averted a catastrophe with its 6-3 opinion upholding the 14th Amendment and rejecting the Trump administration’s attempt to overturn a Reconstruction era amendment.</p><p>“Birthright citizenship survived the Chinese Exclusion Act, Jim Crow, and today, it survived an executive order that would have essentially turned the maternity ward into a customs checkpoint,” said Krish O’Mara Vignarajah, President and CEO of Global Refugee.</p><p>“The Justices rightly recognized that the U.S. Constitution is clear and unambiguous: if you are born in this country and subject to its jurisdiction, you are a citizen of this country,” she said. Vignarajah said a different outcome would have denied citizenship to more than 250,000 children born in the U.S. each year.</p><p>“This was a constitutional stress test.”</p><p>Trump says Republicans won ‘big’ on Supreme Court’s party spending ruling</p><p>The president applauded a Supreme Court ruling that struck down a federal election law and made it easier for major donors to avoid caps on individual contributions to candidates by going through the party.</p><p>“A BIG WIN FOR REPUBLICANS and, more importantly, The First Amendment!” Trump posted on social media.</p><p>House Speaker Mike Johnson ‘very disappointed’ over birthright citizenship ruling</p><p>The Republican leader’s news conference was interrupted by the ruling as reporters instantly sought a real-time reaction.</p><p>“Oh dear,” Johnson said as a reporter read out the decision.</p><p>Johnson said he believes it will subject the country to “serious challenges going forward and we’ll have to deal with that.”</p><p>Johnson, who has worked as a constitutional lawyer primarily on religious issues, said the 14th Amendment is being abused by people who are coming to the U.S. to have children in a “birthing tourism trend.” It’s not illegal but is a practice the Trump administration has tried to reduce.</p><p>Republican senator calls for constitutional amendment restricting birthright citizenship</p><p>Sen. Eric Schmitt of Missouri called the Supreme Court’s decision “wrong, dangerous, and disastrous for American sovereignty and the American people.” He denounced the decision’s majority, including “squish conservatives,” in a post on X.</p><p>Schmitt added that Congress may need to act to restrict birthright citizenship following the court’s ruling.</p><p>“I will be announcing a forthcoming constitutional amendment to restore the sacred bond between American citizens and their government,” Schmitt wrote.</p><p>He said the amendment “will ensure that citizenship once again reflects allegiance, permanence, and membership in the American nation.”</p><p>Nation’s largest Latino civil rights group touts victory in birthright citizenship case</p><p>“This decision confirms a truth that generations of Americans have lived by: a child born on this soil is a citizen of this nation,” Roman Palomares, president of the League of United Latin American Citizens, said in a statement. “The Court has made clear that no president can override the Constitution by decree.”</p><p>LULAC was one of the plaintiffs in the birthright citizenship case. The organization sued the Trump administration last year over the president’s executive order restricting birthright citizenship.</p><p>In transgender sports dissent, Justice Sonia Sotomayor says details matter</p><p>In her dissent on the West Virginia transgender athlete case, Sotomayor emphasized that Becky Pepper-Jackson, a 16-year-old high school sophomore, identified as a girl at a young age and started hormone therapy before going through puberty as a male.</p><p>That matters, Sotomayor said.</p><p>The justice did not argue that West Virginia could not set policies that set restrictions on transgender participation in girls’ sports to ensure safety and fairness. Such a policy, Sotomayor argued, could conceivably allow Pepper-Jackson to compete as she wishes. Meanwhile, the justice wrote, an absolute ban could violate the Constitution’s equal protection clause.</p><p>But the immediate issue, Sotomayor said, is that courts haven’t resolved the factual question of whether Pepper-Jackson’s circumstances put her on the same competitive level with other female athletes. Sotomayor said justices should have returned the case to lower courts to settle that question.</p><p>Opposing reactions to the Supreme Court’s trans athlete decision</p><p>West Virginia Gov. Patrick Morrisey, a Republican, hailed Tuesday’s Supreme Court decision barring transgender athletes from girls’ and women’s sports, while the American Civil Liberties Union senior lawyer Joshua Block called it “heartbreaking.”</p><p>Morrisey said the decision “will be remembered as one of the most important victories for women’s athletics since the enactment of Title IX itself…We defended a simple principle most Americans instinctively understand: that women’s sports exist to provide women and girls a fair opportunity to compete and succeed.”</p><p>Block said: “The reality is that the equality of transgender women and girls takes nothing away from, and in fact promotes, the equality of all women and girls. We will continue to advance the fundamental principle that all young people deserve equal opportunity to thrive and succeed.”</p><p>The trans teenager at the center of the Supreme Court’s decision on sports</p><p>Becky Pepper-Jackson is at the center of Supreme Court decision upholding states’ ban on transgender athletes participating in girls’ and women’s sports.</p><p>The teenager from Bridgeport, West Virginia, is a state-qualifying track and field athlete who placed third in the 2025 discus competition.</p><p>Six years ago, at age 11, Pepper-Jackson challenged a then-new state law banning trans athletes from competing in female sports in middle school, high school and college.</p><p>Now, in high school, Pepper-Jackson is the only trans person who’s sought to compete in girls sports in West Virginia.</p><p>Tuesday’s ruling means Pepper-Jackson’s recently completed track season will be her last in the state.</p><p>Divides over political party spending have mostly split along partisan lines</p><p>After President Trump took office for his second term, the Federal Election Commission dropped its defense of the law limiting party spending and joined with Republicans in urging that it be overturned.</p><p>Democrats had called on the court to uphold the law, even though there’s wide agreement that the spending limits have hurt political parties in an era of unlimited spending by other organizations.</p><p>Entrenched divisions between liberal and conservative justices over campaign finance restrictions were on display when the court heard arguments in December.</p><p>“Every time we interfere with the congressional design, we make matters worse,” said Justice Sonia Sotomayor, a dissenter in Citizens United and the court’s other campaign money cases.</p><p>By contrast, Justice Samuel Alito, a member of the Citizens United majority, described the decision as “much maligned, I think unfairly maligned.” The effect of the decision was to ”level the playing field,” Alito said, by expanding the right to spend freely that had previously belonged only to media companies.</p><p>Group supporting tough restrictions on immigration says Supreme Court ruling is a mistake</p><p>“Birthright citizenship for children of illegal aliens will continue to be a ballooning negative consequence of the failure to enforce our immigration laws,” said Dale Wilcox, executive director and general counsel of the Federation for American Immigration Reform. “But that very fact makes it all the more urgent to step up enforcement to the maximum possible extent and end illegal immigration.”</p><p>Trump says Supreme Court ruling on transgender athletes is a ‘big win’</p><p>The president has made his opposition to transgender athletes a key feature of his speeches and he embraced the Supreme Court decision that states can ban the athletes from girls and women’s teams.</p><p>“BIG WIN,” Trump said on social media. “Wow! That takes that ridiculous situation off the table!!!”</p><p>Immigrant advocacy group welcomes birthright citizenship ruling</p><p>“The Justices rightly recognized that the U.S. Constitution is clear and unambiguous: if you are born in this country and subject to its jurisdiction, you are a citizen of this country,” Krish O’Mara Vignarajah, the head of Global Refuge, a nonprofit that works with immigrants, said in a statement. “Birthright citizenship survived the Chinese Exclusion Act, Jim Crow, and today, it survived an executive order that would have essentially turned the maternity ward into a customs checkpoint.”</p><p>Latino civil rights leaders praise birthright citizenship decision</p><p>“Today, the Supreme Court defended the soul of this country and the very definition of what it means to be an American,” Voto Latino President Maria Teresa Kumar said in a statement.</p><p>She added: “By reaffirming that every child born on American soil is a citizen, the court chose to embrace our multiracial and multicultural reality, rather than succumb to a political agenda rooted in the fear of it.”</p><p>Chief Justice Roberts’ majority opinion upholding birthright citizenship</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>How colonial history helped shape birthright citizenship</p><p>Unlike much of the world, birthright citizenship is common across North, Central and South America. Many legal historians believe the roots of that geographic divide reach back more than 500 years, when European nations began sending settlers to their American colonies.</p><p>Europe’s aristocrat rulers wanted to encourage people to move to the colonies, but those colonists wanted their children — even if born overseas — to hold on to their European citizenship.</p><p>The practice remained in place as independence movements began to take shape and as independent nations began to emerge.</p><p>“By then, their legal traditions had already started to form,” said César Cuauhtémoc García Hernández, a law professor at Ohio State University. “So by and large they continued some of the key legal practices of the colonial European governments that they had just severed ties with.”</p><p>NAACP president praises Supreme Court decision protecting birthright citizenship</p><p>“Trump’s attempted assault on the 14th Amendment was dealt a major blow today. This decision is a powerful affirmation of the Constitution and the enduring promise of equality it represents,” said NAACP President Derrick Johnson. “For over 150 years, the Fourteenth Amendment has guaranteed citizenship to everyone born in this country. Today, the court rightly rejected efforts to undermine that core protection and instead upheld a principle that is essential to our democracy.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6KNVDHJ5UCHWIHY5TVD7YHO6JU.jpg?auth=b34ea7e5b06ed41208ab3e787ef8b65c40ceeaee5afb695a7adc80fe01111e15&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><media:content url="https://www.local10.com/resizer/v2/EFJ35VYEGZ2WW3URY2K5CNQ23A.jpg?auth=72423bfc07a77df9d23bcfe8d4a4016b05848f47f81c49322f8783bfd85f0197&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/KRLVYPNP75Y4VZQINHXYU7NB2U.jpg?auth=340cfe1167b8873603f49faec0abfb19212e92455a8509bf18a83a7c964ed783&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[Nutrition apps can help build healthy habits. For some users, their gaming features carry risks]]></title><link>https://www.local10.com/health/2026/06/30/nutrition-apps-can-help-build-healthy-habits-for-some-users-their-gaming-features-carry-risks/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/30/nutrition-apps-can-help-build-healthy-habits-for-some-users-their-gaming-features-carry-risks/</guid><dc:creator><![CDATA[By ALBERT STUMM, Associated Press]]></dc:creator><description><![CDATA[Green means go, red means stop. Trophies or confetti come with good performance, and people who fall behind get nudged to do better.]]></description><pubDate>Tue, 30 Jun 2026 11:37:32 +0000</pubDate><content:encoded><![CDATA[<p>Green means go, red means stop. Trophies or confetti come with good performance, and people who fall behind get nudged to do better.</p><p>Those brightly colored engagement tactics long ago jumped from smartphone games to everything from online shopping to sports betting and classrooms. So it should come as no surprise that many nutrition-tracking apps like MyFitnessPal and Noom also use gaming features to keep users coming back.</p><p>But as nutrition apps proliferate, some researchers are raising alarms that gamification features may do more harm than good for some people.</p><p>Isabella Anderberg, a psychologist researching digital dieting behavior at Flinders University in Adelaide, Australia, said calorie tracking can reinforce behaviors associated with body dysmorphia and disordered eating.</p><p>“We do know that not everyone’s going to experience harm from using the apps, but there are certainly factors that might increase risk,” Anderberg said. “Approach with caution.”</p><p>The case for nutrition tracking apps</p><p>Anderberg said there is certainly a place for the apps. Health professionals she interviewed during her research reported that apps can be especially helpful as meal-planning tools for people managing chronic conditions such as heart disease and diabetes. And physical activity apps remind people to move their bodies.</p><p>Many users report enjoying them, finding tactics like streak notifications to be motivating.</p><p>Angela Drury, an English professor in Woodstock, Georgia, began using MyFitnessPal more than 10 years ago to track protein, fat, carbohydrate and calorie intake when she started CrossFit. She has since cycled through several other apps, including Weight Watchers, Lose It and now Nourish, which is paid for by her insurance and includes blood work and weekly meetings with a dietitian.</p><p>Drury said the apps have helped her stay on track with fitness goals and have sometimes steered her away from high-calorie foods when she uploaded photos of meals she was considering eating. She feels a little boost when she gets a badge for continuing a streak for logging meals, but a notification that says she hasn’t entered lunch has the opposite effect.</p><p>“Then it felt like it was scolding me,” she said.</p><p>Be wary of what the app tells you</p><p>The way most apps work, users enter height, weight, age and other information and then set a goal. The app says how many calories or macronutrients are needed to reach that goal, using gamelike elements such as badges, streaks, rewards, points and notifications to encourage user engagement.</p><p>Many nutrition tracking apps are free but offer premium versions that users must pay for.</p><p>The Centers for Disease Control and others say that how many calories you need depends on factors including your age, sex and level of physical activity. The CDC provides a tool to calculate how many calories an individual needs.</p><p>Critics warn that food databases are often inaccurate, with estimated portion sizes and calorie counts that vary widely.</p><p>Courtney Simpson, a behavioral psychologist and director of eating disorders at the Evidence-Based Treatment Centers of Seattle, said some apps encourage people to set calorie goals that are far too low for any adult. That's not only unhealthy but can set people up for failure.</p><p>The gaming features keep people coming back to unrealistic goals, creating shame that may contribute to binge eating or other behaviors people are trying to change, Simpson said.</p><p>“It’s not that gamification itself is bad. It’s about what it is promoting,” she said. “Is that actually going to be beneficial?”</p><p>MyFitnessPal and Noom did not respond to several requests for comment.</p><p>Listen to your body</p><p>Anderberg said people who already believe that thinner is better are more likely to misuse the apps. Calorie and macronutrient tracking can then become obsessional, which creates more negative feelings when daily goals aren’t met.</p><p>She urged users to be skeptical of what the apps tell them to do and instead rely on their own intuition. If you feel the need to rest, nurse an injury or treat yourself to something delicious, do so.</p><p>“We are sort of losing that ability to read our body cues,” she said.</p><p>Simpson noted that focusing on weight as a measure of overall health, besides being inaccurate, makes it more likely to lose and regain weight. Such cycling is linked to worse health outcomes over time.</p><p>“If you really want lasting change, then you need to be doing behaviors that are feasible and sustainable for you over time,” she said.</p><p>Drury could see how the apps could be harmful for people predisposed to disordered eating, but she said the most important consideration for her is to set realistic goals and listen to your body.</p><p>“I’ve ultimately learned that you cannot starve yourself into being in the shape you want to be in,” she said.</p><p>EDITOR’S NOTE: Albert Stumm writes about wellness, food and travel. Find his work at https://www.albertstumm.com</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LWTIXZJCFI2C5NDQBQRNSCGCPI.jpg?auth=d1154b155beb4046394ae6bd2d9ec8f8d0cf2eea00323bcf8b0c5b1beb9764e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[Cypriot natural gas could start flowing from ExxonMobil's discoveries by 2033]]></title><link>https://www.local10.com/business/2026/06/30/cypriot-natural-gas-could-start-flowing-from-exxonmobils-discoveries-by-2033/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/cypriot-natural-gas-could-start-flowing-from-exxonmobils-discoveries-by-2033/</guid><dc:creator><![CDATA[By MENELAOS HADJICOSTIS, Associated Press]]></dc:creator><description><![CDATA[NICOSIA, Cyprus (AP) — Natural gas could start flowing by 2033 out of two undersea deposits discovered by ExxonMobil off Cyprus, a senior executive with the company said Tuesday, helping to turn the east Mediterranean island nation into a new European energy hub.]]></description><pubDate>Tue, 30 Jun 2026 13:09:11 +0000</pubDate><content:encoded><![CDATA[<p>NICOSIA, Cyprus (AP) — Natural gas could start flowing by 2033 out of two undersea deposits discovered by ExxonMobil off Cyprus, a senior executive with the company said Tuesday, helping to turn the east Mediterranean island nation into a new European energy hub.</p><p>The largest U.S. oil company and its consortium partner, QatarEnergy, consider the most likely option for getting the gas to market would be conveying it through a pipeline to existing processing facilities in Egypt where it can be liquefied for export, ExxonMobil's Vice President of Global Exploration John Ardill said.</p><p>Other options including building onshore facilities in Cyprus or a floating one in waters over the deposits are considered too costly at this point.</p><p>“Everything you’ve seen between the government of Cyprus and the government of Egypt gives us a lot of confidence that there’s good government to government coordination, the agreements in place to leverage that eastern Mediterranean energy hub concept,” Ardill said.</p><p>He was speaking after ExxonMobil and QatarEnergy signed a deal with Cyprus declaring the two deposits commercially viable.</p><p>The deposits — dubbed Glaucus and Pegasus — are located in Block 10 of Cyprus’ exclusive economic zone (EEZ) and are estimated to hold together roughly 7 trillion cubic feet of gas.</p><p>Ardill said the consortium is looking to expand its presence off Cyprus, expressing interest in exploring an area, or block, on the southwestern corner of the EEZ that is adjacent to an area where it already holds drilling licenses.</p><p>The consortium will carry out additional drilling at the Pegasus deposit around the end of this year to collect more key data for its development, he added.</p><p>“So what we should tell ordinary people is we have been working very diligently together between government and investor to make these discoveries and we’re working very diligently to get the gas flowing for the people of Cyprus,” Ardill said.</p><p>Cyprus is trying to position itself as a new energy source for Europe and beyond following the initial discovery of natural gas off its southern shore in 2011.</p><p>Apart from ExxonMobil and QatarEnergy, two other consortiums hold exploration licenses in the Cypriot EEZ.</p><p>A consortium composed of Italy’s Eni and French TOTAL holds licenses for four blocks where two deposits hold an estimated 5.6 trillion cubic feet of gas combined, while a partnership between Chevron, Dutch Shell and Israeli NewMed is licensed for one bloc where the oldest discovery — Aphrodite — holds approximately 5.6 trillion cubic feet of gas.</p><p>Earlier this year, Eni’s Chief Operating Officer Guido Brusco said the company was close to making a final decision on developing the Cronos gas field that could deliver the hydrocarbon to European markets by late 2027 or early 2028.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZG7YHDQMRQSCGCDRWZBWA3XMP4.jpg?auth=d34174d5e361128e11946d97152e76ff1edd29551aaa860963d9f31686fb98d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People on the beach take photos of the 'Tungsten Explored' drilling ship, in the southern coastal city of Larnaca, Cyprus, on Nov. 3, 2021. (AP Photo/Petros Karadjias, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Karadjias</media:credit></media:content></item><item><title><![CDATA[‘Tons of babies everywhere’: Growing bunny population a big issue in Wilton Manors neighborhood]]></title><link>https://www.local10.com/news/local/2026/06/29/tons-of-babies-everywhere-growing-bunny-population-a-big-issue-in-wilton-manors-neighborhood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/tons-of-babies-everywhere-growing-bunny-population-a-big-issue-in-wilton-manors-neighborhood/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[Three years ago, Local 10 News was part of a major project to help rescue bunnies in Wilton Manors that numbered in the dozens.]]></description><pubDate>Mon, 29 Jun 2026 21:58:07 +0000</pubDate><content:encoded><![CDATA[<p>Three years ago, Local 10 News was part of a major project to help rescue bunnies in Wilton Manors that numbered in the dozens.</p><p>But not every single rabbit was rehomed, so as you can imagine, the ones left behind have been rapidly reproducing ever since.</p><p>Now, everywhere you look in the Jenada Isle neighborhood, there are black bunnies, brown bunnies, white rabbits and even baby bunnies.</p><p>“I really like the bunnies,” said resident Trey Opp. “I mean, I don’t like that they’re free and roaming and there’s no one taking control and it’s going on and on, but I do think that they’re cute.”</p><p>Added resident David Brassil: “They breed like rabbits and they might just take over and start digging holes and ruining people’s yards and stuff like that, but they are really cute.”</p><p>While most people agree that the bunnies are adorable, the little bouncing critters can be a menace for homeowners. </p><p>“They are destroying our property,” said resident George Kvocka. “I mean, they are out causing damage to the property. You can see all the grass and the plants are being dug up, so it’s costly for neighbors to keep that up.”</p><p>Local 10 Animal Advocate Jacey Birch found holes all over the island while searching to see how many rabbits call the Wilton Manors neighborhood their home.</p><p>“I almost tripped earlier in one of their holes in my backyard, so I can see why they can be a frustration,” said resident Chad Parvus. </p><p>Local 10 News’ cameras captured at least a dozen holes over two different visits, while neighbors claim there could be up to 60.</p><p>Kvocka said he feeds the bunnies daily right out of his garage, but he called the Animal Advocate team for help, not knowing where else to turn.</p><p>The history behind the bunnies in the neighborhood goes back several years to when a breeder illegally dumped domestic rabbits in the area, and then those rabbits did exactly what rabbits do. </p><p>They reproduced. </p><p>Did you know a female rabbit can give birth to a new litter every month?</p><p>Three years ago, the city, a rabbit rescue and the residents all got together to help rehome the dumped animals along with the ones that were born there.</p><p>“They’re very difficult to keep under control and they breed like rabbits, so even if they were to pretty much get rid of most of them, as long as one or two of them stayed around, the problem would come back,” said Parvus. </p><p>Added Opp: “They took away a lot of the bunnies when they took them away back in 2023. They started reproducing; now there’s tons of babies everywhere.”</p><p>The problem is nobody really oversees the bunnies and every single time a baby is born on the island, it’s considered a feral animal. </p><p>And therein lies the problem.</p><p>The Florida Fish and Wildlife Conservation Commission said domesticated rabbits are under the jurisdiction of local governments, not the FWC. </p><p>Local 10 then reached out to the city, which said, “at this time, the city is not actively pursuing any actions related to the rabbits on the island.”</p><p>Finally, Local 10 News contacted Broward County Animal Control, which said, in part: “Our scope of services are limited to dogs and cats.”</p><p>“I see them under my deck in my backyard, I see them in neighbors’ yards. It’s just going to continue and continue until somebody does something about it,” said Opp. </p><p>Local 10 also reached out to several <a href="https://pennyandwild.org/resources/surrender/" target="_blank" rel="noreferrer" title="https://pennyandwild.org/resources/surrender/">rabbit rescue groups</a>, but none will accept feral rabbits living on the streets that are not domesticated. </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[Brooke Shields hosts new show reuniting first responders with tragedy survivors]]></title><link>https://www.local10.com/news/local/2026/06/29/brooke-shields-hosts-new-show-reuniting-first-responders-with-tragedy-survivors/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/brooke-shields-hosts-new-show-reuniting-first-responders-with-tragedy-survivors/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[From mountainside rescues and violent floods, to car crashes and fires, first responders make all the difference between life and death in a dangerous situation.]]></description><pubDate>Tue, 30 Jun 2026 02:33:28 +0000</pubDate><content:encoded><![CDATA[<p>From mountainside rescues and violent floods, to car crashes and fires, first responders make all the difference between life and death in a dangerous situation.</p><p>“Hearts of Heroes” reunites the survivors of tragedy with the extraordinary men and women who saved their lives.</p><p>A life-saving rescue is more than meets the eye, according to disaster rescue expert Sheldon Yellen.</p><p>The show drives home the reality that a hero lives within all of us.</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[False hope and schadenfreude: Familiar feelings for Germany after another World Cup flop]]></title><link>https://www.local10.com/sports/2026/06/30/false-hope-and-schadenfreude-familiar-feelings-for-germany-after-another-world-cup-flop/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/false-hope-and-schadenfreude-familiar-feelings-for-germany-after-another-world-cup-flop/</guid><dc:creator><![CDATA[By CIARÁN FAHEY, Associated Press]]></dc:creator><description><![CDATA[Another World Cup, another early exit.]]></description><pubDate>Tue, 30 Jun 2026 16:50:23 +0000</pubDate><content:encoded><![CDATA[<p>Another World Cup, another early exit.</p><p>Germany should be getting used to disappointment, but it doesn’t make it any less painful for a traditional soccer heavyweight that had been tentatively hoping for a fifth World Cup title to restore lost pride.</p><p>Germany did manage to survive the group stage for the first time since winning the trophy in 2014, but it’s little consolation after Monday’s loss to unheralded Paraguay on penalties sent the team home after the first knockout game.</p><p>“We messed it up,” Joshua Kimmich told reporters after the match in Foxborough, Massachusetts.</p><p>It was a familiar feeling for the Germany captain who also struggled for explanations after the team’s group-stage exit at the 2022 World Cup in Qatar.</p><p>“As a child, when you watched the national team during tournaments, it was always semifinals, finals, or world champions. There was always lots of success. You grew up with that, cheering them on,” the 31-year-old Kimmich said Monday, when he apologized for the team failing to meet expectations.</p><p>“All of us who were on the pitch should feel that, rather than looking to blame someone else. We blew it,” Kimmich said in comments reported by dpa.</p><p>Coach under fire</p><p>Germany coach Julian Nagelsmann is in the firing line after some contentious calls — particularly after recalling veteran goalkeeper Manuel Neuer from international retirement just before the tournament after months of denials.</p><p>The 40-year-old Neuer failed to justify his inclusion at the expense of Hoffenheim’s Oliver Baumann, and was arguably at fault for Ecuador’s winning goal in the last group game.</p><p>“I gave it my all,” Neuer said.</p><p>Nagelsmann finally bowed to pressure and gave forward Deniz Undav his first start against Paraguay, but the move didn’t pay off as the Kurdish Yazidi player was unable to add to his three goals and two assists from his first two games as a substitute.</p><p>Nagelsmann was also criticized for not playing forward Nick Woltemade at all until he sent him on with extra time looming against Paraguay. Woltemade was among three players who missed in the penalty shootout.</p><p>False hope</p><p>Nagelsmann had raised expectations by saying Germany was aiming to win the title. Ultimately, his team failed to show any justification for such hopes.</p><p>Germany played four games at the World Cup, winning two against debutant Curaçao and Ivory Coast, before the losses to Ecuador and Paraguay.</p><p>While Paraguay’s win was joyously celebrated on the streets of its capital, Asunción, it was considered a major shock — few German fans knew any of the Paraguayan players before the match, and they were already looking forward to a likely Round of 16 meeting with France, which plays Sweden on Tuesday.</p><p>“You have to beat such a team,” Neuer said of Paraguay. “That’s a fact when you want to measure yourself against teams like France.”</p><p>Nagelsmann has vowed to stay on as coach, though he was also criticized for his prickly responses to questions after the game.</p><p>“I’m still convinced that he’s probably the right one to continue,” Germany team director Rudi Völler said. “It’s not only up to me.”</p><p>Serious talks ahead</p><p>Bernd Neuendorf, the president of the German soccer federation, said Tuesday he already met “at length” with Nagelsmann, Völler and sporting director Andreas Rettig, and they agreed “our performance at the World Cup fell short of our standards.”</p><p>“In the coming days, we will calmly look at the reasons why the team was unable to realize its potential and failed to meet both its own expectations and those of the German football community,” Neuendorf said. “After such a crushing blow, we cannot and do not wish to simply return to business as usual.”</p><p>Nagelsmann has a contract running through the European Championship in 2028.</p><p>Schadenfreude takes over</p><p>German Chancellor Friedrich Merz illustrated the disconnect between the German team’s hopes and reality better than most when he wrote on social media, “What a match, @DFB_Team! You thrilled our country with your commitment and team spirit at this World Cup. We’re proud of you.”</p><p>Merz was quickly mocked for his post on X, where many users asked which match he was referring to. The words “which match” began trending.</p><p>“I honestly don’t know which was worse. The match or this analysis,” FDP politician Marie-Agnes Strack-Zimmermann wrote.</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/2IXPNLMQQZKUXB4TYBCPA5EAUI.jpg?auth=1525632c9a7517ed7751579f2781aac05ab3b8f9dacacb6aa7a53bb7a1fabf19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Germany fan reacts at the end of 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><media:content url="https://www.local10.com/resizer/v2/ZBYNPY67UDF43YVLQBQVP7S7CI.jpg?auth=897e3069dfcdedf42e3ec6a547dfc0c9a2593bca8954d08c223e59c605cad62f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany head coach Julian Nagelsmann claps hands to supporters after losing the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DEFLKN7KBATNVXBYTVKHPXHWBA.jpg?auth=ee2321b0379a85300e432137c4b4aa5d5b6941af827a7afa9cd64361d2695cef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Nick Woltemade (11) walks off the field after losing to Paraguay in a shootout during the World Cup round of 32 soccer match in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QP3UYUA3WJWUB3GNTBQH5C57S4.jpg?auth=f251b051737288c5179cdc4cb1eeb5e0c44f6fe612d9a65af02fa1033152576c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Jamal Musiala (10) and Malick Thiaw (24) walk off the field after losing to Paraguay in a shootout during the World Cup round of 32 soccer match in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TYW2JZFWACGRVYBRON6AAHY2BE.jpg?auth=95c20986b7e7959844fe18f6baa6709935f6ab04ab8b931c70963b38f87e3b92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay's Fabian Balbuena (5) looks on as German players react during a penalty shootout at the end of during the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[Gojek co-founder sentenced to 10 years in Indonesia over school laptops corruption case]]></title><link>https://www.local10.com/news/world/2026/06/30/indonesia-sentences-gojek-founder-to-10-years-for-graft-over-procurement-of-school-laptops/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/indonesia-sentences-gojek-founder-to-10-years-for-graft-over-procurement-of-school-laptops/</guid><dc:creator><![CDATA[By NINIEK KARMINI and ANDI JATMIKO, Associated Press]]></dc:creator><description><![CDATA[JAKARTA, Indonesia (AP) — Indonesia's anti-graft court on Tuesday sentenced one of the co-founders of ride-hailing and payments giant Gojek to 10 years in prison after finding him guilty in a high-profile corruption case stemming from his time as education minister.]]></description><pubDate>Tue, 30 Jun 2026 12:06:57 +0000</pubDate><content:encoded><![CDATA[<p>JAKARTA, Indonesia (AP) — Indonesia's anti-graft court on Tuesday sentenced one of the co-founders of ride-hailing and payments giant Gojek to 10 years in prison after finding him guilty in a high-profile corruption case stemming from his time as education minister.</p><p>Nadiem Anwar Makarim was convicted of pushing his ministry to buy Google Chromebook laptops for schools during the COVID-19 pandemic as the American tech giant was considering an investment in Gojek's parent company. Makarim denied wrongdoing.</p><p>A panel of five judges at Jakarta’s Corruption Court ordered Makarim to repay 809 billion rupiah (about $45.2 million) — a figure prosecutors said represented the value to him of Google's investment in PT Aplikasi Karya Anak Bangsa — and imposed a fine of 1 billion rupiah (about $55,870). Prosectors said the purchasing decision also caused $125 million in state losses.</p><p>“The defendant, as a minister who should serve as a role model, abused his authority. His actions were deliberate, structured and systematic,” said presiding Judge Purwanto S. Abdullah, “As a high-ranking official, the defendant exacerbated the situation during the COVID-19 pandemic, when the education sector was already in crisis.”</p><p>The court didn't find that Makarim's push to buy Chromebooks actually influenced Google. Three former Google executives testified during the trial that Google’s investment in GoTo was unrelated to the Indonesian government’s decision.</p><p>Following the verdict Makarim, 41, criticized what he called an excessive punishment and said he would appeal because “there is not a single part of the accusation by the prosecution that has not been refuted, that has not been proven otherwise, no form of bribery, no conflict of interest, there is no state lost.”</p><p>Speaking to The Associated Press in a brief interview after the hearing, he said the policy to select the cheapest laptop based on an operating system that is free has saved at least 3.6 trillion rupiah (about $201 million).</p><p>“It’s very disappointing decision today and was shocking because the judges in their decision didn’t mention anything about enriching myself,” he said.</p><p>“So, I believe that this trial is about the picture of justice in Indonesia and about how every honest person who wants to serve their country are not save in this country,” Makarim added.</p><p>The 10-year sentence was far below the 18 years sought by the prosecution, which had told the court that Makarim had abused his position to influence policy decisions and corporate dealings.</p><p>The three-judge panel said they reduced the penalty because Makarim is still in his productive age and the sentence imposed should not deny the defendant the opportunity for rehabilitation and a return to contributing to society. They also ordered the time he has served since he was arrested in September to be deducted from the sentence.</p><p>Makarim was detained with two former education ministry officials and a former tech consultant who were sentenced up to four-and-half years in the case, while another staff member is wanted by authorities but remains at large.</p><p>The trial, which started in January, has drawn significant public attention, often attended by hundreds of motorcycle taxi drivers showing support for the man who helped create their industry.</p><p>The judges said Makarim’s decision to use ChromeOS and Chrome Education Upgrades — products licensed exclusively by Google — was driven by a conflict of interest, disregarding advice from the ministry’s legal bureau and policies that required to prioritizing domestic products.</p><p>“The defendant maintained the Chromebook policy by systematically removing officials who opposed it during his tenure as education and culture minister,” Abdullah said.</p><p>In a dissenting opinion, a member of the panel, Andi Saputra, argued that there was not enough evidence and Marakim should be acquitted.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MYGWUMQ6QTBQ5GX435FMQSWA5U.jpg?auth=1025540846f49cfdc66df7a9a6ac3feea587b68e16e8767559c5eba3071ed770&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fomer Education Minister Nadiem Anwar Makarim, center, who is also the co-founder of ride-hailing and payment giant Gojek, talks to the media after his sentencing hearing in a Google Chromebook laptop procurement corruption case, at the Corruption Court in Jakarta, Indonesia, Tuesday, June 30, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5TT6GPPSTFDWVQZ3Y6E7G4TLHE.jpg?auth=2d4723a6c653033450f5219c94bcdd9855c0cf5a4362d1fcdb4ae49163874166&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The co-founder of ride-hailing and payment giant Gojek and fomer Indonesian Education Minister Nadiem Anwar Makarim gestures after being sentenced in a Google Chromebook laptop procurement corruption case, at the Corruption Court in Jakarta, Indonesia, Tuesday, June 30, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVCOVLSXWQ26S7NCIJWMVEVUJQ.jpg?auth=698e064b3b1468ddbbe64c9c388cc1c8ead3d781caef768e3d1806c673a327f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The co-founder of ride-hailing and payment giant Gojek and fomer Indonesian Education Minister Nadiem Anwar Makarim, center, is hugged by a supporter as his wife Franka, top right, looks on after being sentenced in a Google Chromebook laptop procurement corruption case, at the Corruption Court in Jakarta, Indonesia, Tuesday, June 30, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LPDT7UNRCD2NCS2IDU7BUY7VDA.jpg?auth=5ba3ba5e700574bafdf6a778ac048b205970a5f623d48cfba7c2b0302a26a416&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The co-founder of ride-hailing and payment giant Gojek and fomer Indonesian Education Minister Nadiem Anwar Makarim, left, speaks with his lawyers after being sentenced in a Google Chromebook laptop procurement corruption case, at the Corruption Court in Jakarta, Indonesia, Tuesday, June 30, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KLBD5N2RVU3CLJLVKGLMWH7TJM.jpg?auth=b6c18e4bf1bcba116dba553ef9d14acdc72fcffbc2614f5ff92653a6cf35a1d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fomer Education Minister Nadiem Anwar Makarim, also the co-founder of ride-hailing and payment giant Gojek, is greeted by supporters before his sentencing hearing in a Google Chromebook laptop procurement corruption case, at the Corruption Court in Jakarta, Indonesia, Tuesday, June 30, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content></item><item><title><![CDATA[June 30: Broward brush fire pushes some smoke, haze towards metro areas ]]></title><link>https://www.local10.com/weather/2026/06/30/june-30-broward-brush-fire-pushes-some-smoke-haze-towards-metro-areas/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/30/june-30-broward-brush-fire-pushes-some-smoke-haze-towards-metro-areas/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy last day of June, and yes, get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 105-110 degrees. ]]></description><pubDate>Tue, 30 Jun 2026 10:41:34 +0000</pubDate><content:encoded><![CDATA[<p>Happy last day of June, and yes, get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 105-110 degrees. Afternoon storms are expected with the development of the sea breeze. These showers and storms will be isolated and push inland, so much of the metro, coastal areas will stay dry and very hot. A brush fire continues to burn over inland Broward County, with a west wind this morning, it is pushing some smoke and haze towards our metro areas. Please limit your time outdoors in some areas until this afternoon. Later today, a south-east breeze takes place which will then push the smoke and haze inland over the Everglades. Keep it tuned to Local 10 for more. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[How to talk about money with your kids]]></title><link>https://www.local10.com/business/2026/06/30/how-to-talk-about-money-with-your-kids/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/how-to-talk-about-money-with-your-kids/</guid><dc:creator><![CDATA[By ADRIANA MORGA, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — At the grocery store, Jamie Corum sets a two-minute timer for her 10-year-old daughter to look around. Then she resets it to 10 minutes so her daughter can choose one thing to buy, making sure she considers her budget and how much tax she'll have to pay.]]></description><pubDate>Tue, 30 Jun 2026 10:35:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — At the grocery store, Jamie Corum sets a two-minute timer for her 10-year-old daughter to look around. Then she resets it to 10 minutes so her daughter can choose one thing to buy, making sure she considers her budget and how much tax she'll have to pay.</p><p>Corum and her wife have made it a priority to teach financial lessons to their three children, using engaging activities to encourage their interest in topics like saving and budgeting.</p><p>“My goal is for them to have a healthy relationship with money and not have insecurities,” said Corum, an Austin, Texas-based cybersecurity professional.</p><p>Not everyone feels as confident. Money can be a difficult conversation, especially if parents don’t feel totally comfortable with the topic themselves. But Jennifer Seitz, director of education at Greenlight, a family personal finance app, said that's starting to change.</p><p>“This generation is really committed to doing better for their kids even though a majority of parents don’t feel equipped,” Seitz said.</p><p>There are more banking products available to help parents think about their children's financial futures, including debit cards for kids that can be used under parental supervision and apps that gamify money to make it approachable for kids.</p><p>Some people actually start learning while they are parenting, like Naseema McElroy, a nurse who became a money content creator. When McElroy's oldest daughter was a year old, she felt inspired to learn more about personal finance to pay off debt. As she learned more, she started to share her knowledge with friends and then a wider audience online.</p><p>“I started just from wanting to share the lessons that I was learning about money with my friends because I felt like we learn so late in life and then we all had daughters,” McElroy said.</p><p>Many parents want to start talking about finances with their children because they didn't have financial education growing up, Seitz said.</p><p>Here are some expert recommendations if you want to start talking about money with your kids:</p><p>Talk about money openly and often</p><p>Money conversations can feel uncomfortable, especially if your family didn’t encourage them. But if you want your children to engage with money in a healthy way, it’s best to talk about it, said Carrie Joy Grimes, a personal finance expert and founder of WorkMoney, a personal finance nonprofit.</p><p>“Have conversations about money in front of your kid to normalize it,” Grimes said.</p><p>In Corum’s family, the topic of money has become part of their daily lives.</p><p>“We talk about how we have a budget for the house, that everything that their mom and I bring into the house has an assignment, a job,” Corum said.</p><p>A great way to start is by talking about the cost of things, said Courtney Pettway, CEO and founder of KidVestors, a financial literacy platform for children. Pettway recommends asking questions like: What does this item cost? Why do you want this item? Is it a need or a want? And if they're getting an allowance, you could ask: How long would it take for you to save up for this item?</p><p>At the dinner table, while you’re at the grocery store, when you travel or shop for clothes, take day-to-day situations and turn them into money lessons.</p><p>Teach children how to make money decisions</p><p>A key aspect of personal finance is knowing how to make choices with money. This can be taught by giving kids small amounts of money and allowing them to choose how to spend it, Grimes said.</p><p>“I gave (my daughter) enough money that she could make choices with it. So she learned early on that she had enough she could save up for something, so she could say no to things and say yes to other things,” said Grimes. “Learning to say no, learning to hold money to yourself for long enough to get the thing you want, it’s a really hard skill.”</p><p>When giving children the opportunity to choose, it's crucial parents don't impart judgment on their decisions, said Bobbi Rebell, consumer finance expert at BadCredit.org, a personal finance website. Framing choices as personal preferences rather than right or wrong answers will build children's confidence in their decision-making process, she said.</p><p>Parents can find free financial literacy worksheets for children from Hands on Banking, a free financial education service by Wells Fargo.</p><p>Teach how to set financial goals</p><p>For many children, their first access to money is through an allowance. Whether it’s saving for a new video game or a bicycle, setting a goal for their money can be a good way to teach children the value of saving.</p><p>“Recognizing the progress, seeing how close they’re getting to the goal, visualizing the end goal, and then really celebrating when they achieve that goal can help them learn that when they can make small financial goals a reality,” Seitz said.</p><p>Tip jars can be an analog way to track progress, Pettway said. Encourage your child to add a portion of the money they receive to a “savings” jar, an “investing” jar and a “giving” jar. As children see their jars getting full, they begin to be motivated to continue adding money.</p><p>It can also be beneficial to make children active participants in future plans, recommended Lindsay Bryan-Podvin, financial therapist and founder of Mind Money Balance, a financial wellness service. If, for example, your child wants to go to an expensive sports summer camp, encourage them to save a portion of the cost from their allowance or summer job.</p><p>Allow them to make mistakes</p><p>It's inevitable that kids will make mistakes while learning about money. These can be approached as opportunities to learn important money lessons that will be useful for their future, Rebell says. However, it’s important that you let your children make the mistakes rather than solve issues for them.</p><p>“If you constantly bail them out, they’re not gonna learn to manage it,” Rebell said.</p><p>Bryan-Podvin also recommends that you avoid responding to mistakes in a negative way. Showing intense frustration or anger can hurt children's trust and make them feel like they cannot turn to their parents when they make normal mistakes.</p><p>“Help them learn how to manage their emotions, help them think about how they might do things differently,” she added.</p><p>Get creative</p><p>Money can often seem boring, so making it fun, engaging, and entertaining can be the key to keeping your children’s interest alive.</p><p>For example, when shopping for things like school supplies, Corum chooses an appropriate amount from her own budget for her daughter to decide which items she wants. However, when shopping for toys or other non-essential items, Corum gives her daughter a portion of her allowance or other extra money she might have from special chores.</p><p>Corum gave her children debit cards and uses a family personal finance app connected to the cards to distribute their allowances and monitor their spending. Her children have access to their debit cards through their own app portal where they can see their spending, save, invest and learn more about personal finance topics.</p><p>Apps like Acorns Early, Greenlight and BusyKid are among the most popular family personal finance apps.</p><p>——</p><p>The Associated Press receives support from Charles Schwab Foundation for educational and explanatory reporting to improve financial literacy. The independent foundation is separate from Charles Schwab and Co. Inc. The AP is solely responsible for its journalism.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4IH2IRNEQDGAO5EOQW7Q3BGAOY.jpg?auth=2ad4330e5058d346ecf278626d85bde9323b2b1b36846731e16b277fe762d43a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jamie Corum, her children Ivy Edgar, 10, Cash Edgar, 17, and wife Jessica Edgar-Corum pose for a portrait in their neighborhood on Monday, June 29, 2026, in Pflugerville, Texas. (AP Photo/Joel Angel Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IDY4F2XCRNUH4LINNYTK4QNO34.jpg?auth=f429aecaaa97298034d2ac21c3ddec92480f9dd65f93571cf114046d92b77a96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ivy Edgar, 10, cooks pasta with her parents Jessica Edgar-Corum and Jamie Corum at their home on Monday, June 29, 2026, in Pflugerville, Texas. (AP Photo/Joel Angel Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YVDDGKM47CGSFSYWE7TPPNAGVY.jpg?auth=5dd7959a8533a20352da79df4d2ca10d773c952a2b17dfdb7ed9c10d7c5c21a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cash Edgar, 17, sits next to his mother Jamie Corum and dog Oslo at their home on Monday, June 29, 2026, in Pflugerville, Texas. (AP Photo/Joel Angel Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V2GAKFYJDUJDTFTQ7LV3AJIWUA.jpg?auth=5cc28ba47ba57feb89f7b359727beb0b744bb9ca04b25a74e1c02253c5382bf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Edgar-Corum, her daughter Ivy Edgar, 10, and wife Jamie Corum prepare dinner at their home on Monday, June 29, 2026, in Pflugerville, Texas. (AP Photo/Joel Angel Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EGVF3DSJX2O54BJJI4PE3P2SM4.jpg?auth=59e425ecef7ac10f448222bf4bc8d35ba2dc2a7ee2d8a5382850ba16268d5048&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jamie Corum and her wife Jessica Edgar-Corum pose for a portrait outside their home on Monday, June 29, 2026, in Pflugerville, Texas. (AP Photo/Joel Angel Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content></item><item><title><![CDATA['Good to have the GOAT back': Serena Williams to make singles return on Day 2 at Wimbledon]]></title><link>https://www.local10.com/sports/2026/06/30/good-to-have-the-goat-back-serena-williams-to-make-singles-return-on-day-2-at-wimbledon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/good-to-have-the-goat-back-serena-williams-to-make-singles-return-on-day-2-at-wimbledon/</guid><dc:creator><![CDATA[By MATTIAS KARÉN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Serena Williams is set to return to Wimbledon's Centre Court on Tuesday for her first singles match in nearly four years as she plays Maya Joint in the first round of the grass-court Grand Slam tournament.]]></description><pubDate>Tue, 30 Jun 2026 18:22:53 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Serena Williams is set to return to Wimbledon's Centre Court on Tuesday for her first singles match in nearly four years as she plays Maya Joint in the first round of the grass-court Grand Slam tournament.</p><p>Defending women's champion Iga Swiatek opened play on the main court — and had to come through a tough three-setter against Taylor Townsend — but the 44-year-old Williams was certainly the main attraction on Day 2. She's going up against an opponent less than half her age in the 20-year-old Joint.</p><p>After returning to play doubles at Queen's Club this month, Williams accepted wild cards to play in both the singles and doubles tournament — with her older sister Venus — at Wimbledon.</p><p>Her return has certainly created a buzz around the All England Club, which is without some of its usual star power after two-time men's champion Carlos Alcaraz and home favorite Emma Raducanu both withdrew with injuries.</p><p>Williams practiced for about 50 minutes a few hours before her match, with good friend Caroline Wozniacki — another former No. 1 — looking on.</p><p>“I’m very excited, it’s always good to have the GOAT back,” Wozniacki told The Associated Press. “She is fun to watch, not only as a friend but also as a tennis fan. Anytime you can have her back and playing, I think it’s exciting for the game.”</p><p>After the opening day featured wins for No. 1s Jannik Sinner and Aryna Sabalenka, along with Novak Djokovic, this year's French Open winner Alexander Zverev also made it into the second round.</p><p>In a match between hard servers, the second-seeded Zverev beat Alexander Blockx 6-4, 6-7 (8), 7-6 (5), 7-6 (0).</p><p>Swiatek, who had her father and sister watching on in the Royal Box on Centre Court, struggled with her serve and committed nine double-faults before overcoming Townsend 6-1, 2-6, 6-3.</p><p>No. 2 Elena Rybakina also advanced, beating Lois Boisson 6-4, 1-6, 6-3.</p><p>Fifth-seeded Alex de Minaur and No. 6 Taylor Fritz were among the early winners in the men's bracket. But No. 4 Ben Shelton, a quarterfinalist here last year, lost to 140th-ranked Finnish qualifier Otto Virtanen in five sets, going out 6-4, 3-6, 6-7 (8), 6-2, 7-6 (9).</p><p>Fritz beat Dusan Lajovic of Serbia 6-3, 6-4, 6-3 on No. 1 Court, having originally been set to face Jack Draper on Centre Court before the British player withdrew with an injury.</p><p>Women's No. 6 Amanda Anisimova also advanced, along with former Wimbledon finalist Jasmine Paolini.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OYEPNRGWI4OBHW3L7DRHJ2ESR4.jpg?auth=7e91292e4b5daf5c0333efedc3bbd03176da3bf17c8cd553a4ea7b614d04c26e&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 arrives for a practice session ahead of her women's singles match against Maya Joint of Australia 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/KVZT5V7UE4EWNZCOJZ46GT55XM.jpg?auth=97e0b340b26967f4a675e0ba702e5e741633ed66027d6fd08399d7a0edc8fe6b&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 arrives for a practice session ahead of her women's singles match against Maya Joint of Australia 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/T4Y2NZ5E3A4WBYE3M3PFNWNPCI.jpg?auth=dda650b8dcee45b99b63e97aa888c4381677710631d672174370048a42396721&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 arrives for a practice session ahead of her women's singles match against Maya Joint of Australia 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/56MF6EPDKZH72QLP7VVGG5L6WM.jpg?auth=e157ea0609c51e1beab5d98e525c94705e755c05370455f550d17802260df867&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 arrives for a practice session ahead of her women's singles match against Maya Joint of Australia 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/MQE3G7QH2YBPXOBQSQ6KGECFOM.jpg?auth=b80a5b9f891dd3b1e4f3104e44bef93432f5031e98de16080be0b381aee6cb34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iga Swiatek of Poland gets emotional after winning her first round women's singles match against Taylor Townsend of the United States, 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[An IRA playbook to build wealth]]></title><link>https://www.local10.com/business/2026/06/30/an-ira-playbook-to-build-wealth/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/an-ira-playbook-to-build-wealth/</guid><dc:creator><![CDATA[SHERYL ROWLING of Morningstar, Associated Press]]></dc:creator><description><![CDATA[In the world of financial planning, we often treat retirement accounts as static buckets. But for the savvy investor, an IRA has a life cycle that must evolve as they do. From a teen’s first summer job to a retiree’s final legacy bequest, the optimal way to use these accounts changes based on tax bracket and life stage.]]></description><pubDate>Tue, 30 Jun 2026 10:12:06 +0000</pubDate><content:encoded><![CDATA[<p>In the world of financial planning, we often treat retirement accounts as static buckets. But for the savvy investor, an IRA has a life cycle that must evolve as they do. From a teen’s first summer job to a retiree’s final legacy bequest, the optimal way to use these accounts changes based on tax bracket and life stage.</p><p>By viewing retirement savings as a five-stage life cycle, investors can minimize the IRS’ take and maximize what stays in their pocket.</p><p>1. The seedling stage: The working advantage</p><p>The most powerful tool in the tax code is time. If a child has earned income—perhaps from a family business or a summer job—they are eligible to jump-start their future immediately.</p><p>The Strategy: Parents should encourage their teens to find a job or even employ them on their own for legitimate work. In 2026, the standard deduction is $16,100. Most teens likely will earn less than that, so they’ll pay 0% in income tax. Furthermore, if they are working for a parent’s unincorporated business, they are typically exempt from Social Security and Medicare taxes until age 18.</p><p>The Benefit: The child can contribute up to the amount of their earned income or $7,500, whichever is less, into a Roth IRA. Because they are in a 0% bracket, the “cost” of the Roth is zero, but the reward is massive: decades of compounding where both the principal and the interest are tax-free forever.</p><p>2. The early career: Roth renaissance</p><p>When a young adult first enters the professional workforce, their tax bracket is usually at its lifetime low. This is the optimal time to prioritize Roth contributions over current tax deductions.</p><p>The Strategy: Early-career workers should contribute to a Roth IRA or a Roth 401(k). At a minimum, they should contribute enough to their company’s plan to capture the full employer match—that’s free money!</p><p>The Benefit: Paying a 10% or 12% tax rate now (which, for a married couple in 2026, covers taxable income up to $100,800) to secure tax-free withdrawals 40 years from now is a bargain. Investors are effectively “buying” a tax-free future while their “tax price” is at a discount.</p><p>3. The peak earnings years: pivot to deduction</p><p>As workers hit their 40s and 50s, they typically enter their highest-earning years. Now, the math flips. Their goal shifts from paying taxes now to deferring taxes while they are in a top-tier bracket.</p><p>The Strategy: Highly paid workers should shift their focus to traditional IRAs and deductible 401(k)s. In 2026, investors can defer up to $24,500 ($32,500 if over 50) into a 401(k). Every dollar contributed reduces their taxable income today at what is likely their highest marginal rate.</p><p>The Benefit: Earners are betting that their tax bracket in retirement—when they no longer have a salary—will be lower than it is today. They save 37 cents on the dollar now and aim to pay it back at a much lower rate down the road.</p><p>4. The ‘gap years’: The Roth conversion window</p><p>The period between retirement and the start of required minimum distributions, which now begin at age 73 for most, is the golden age of tax planning. Often, investors’ income drops significantly, putting them in an artificially low tax bracket.</p><p>The Strategy: Retirees should use this low-income window to enact Roth conversions and move money from their traditional IRA to their Roth IRA, paying the tax at today’s low rates.</p><p>The Benefit: This strategy “shrinks” the size of future forced RMDs and builds two distinct pools of capital: one taxable and one tax-free. This flexibility is retirees’ greatest defense against future tax law changes.</p><p>5. Late retirement: The legacy and distribution phase</p><p>In the final stage, the goal is to maintain the lowest possible average tax bracket while fulfilling charitable and familial goals.</p><p>The Strategy: Retirees should draw strategically between their two pools, using the traditional IRA for their taxable floor and the Roth for a spike in expenses (such as a new car or a big trip) to avoid being pushed into a higher bracket.</p><p>There’s also a charitable/legacy play retirees can use: Qualified charitable distributions satisfy RMDs tax-free once retirees hit age 70½.</p><p>The Benefit: For their heirs, retirees can leave their Roth IRA to their kids (giving them 10 years of tax-free growth) and leave the traditional IRA to charity, which pays zero tax on the distribution.</p><p>The bottom line</p><p>Retirement planning is a living life cycle. By matching your account type to your current tax reality, you aren’t just saving for the future, you’re outmaneuvering the IRS at every stage of the game.</p><p>______</p><p>This article was provided to The Associated Press by Morningstar. For more personal finance content, go to https://www.morningstar.com/personal-finance.</p><p>Sheryl Rowling, CPA, is an editorial director, financial adviser for Morningstar.</p><p>Related Links</p><p>529 Plan vs. Taxable Brokerage Account: Why a Hybrid College Savings Strategy May Work Best</p><p>https://www.morningstar.com/personal-finance/529-plan-vs-taxable-brokerage-account-why-hybrid-college-savings-strategy-may-work-best</p><p>The Retirement Expense You May Be Missing</p><p>https://www.morningstar.com/retirement/retirement-expense-you-may-be-missing</p><p>The Portfolio That Has Been Beating the Classic 60/40, and Why It Matters for You</p><p>https://www.morningstar.com/portfolios/portfolio-that-has-been-beating-classic-6040-why-it-matters-you</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OQEEN3IL23CP4URTVME6ADQGVU.jpg?auth=3407ba916f40530def24f40ea4c31f5d58f503ba255eeebc4a14f59b4ab88d6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cash is fanned out from a wallet in North Andover, Mass, June 15, 2018. (AP Photo/Elise Amendola, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Elise Amendola</media:credit></media:content></item><item><title><![CDATA[Russian and Belarusian skaters can return to international events with approved neutral status]]></title><link>https://www.local10.com/sports/2026/06/30/russian-and-belarusian-skaters-can-return-to-international-events-with-approved-neutral-status/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/russian-and-belarusian-skaters-can-return-to-international-events-with-approved-neutral-status/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LAUSANNE, Switzerland (AP) — Russian skaters can return to world championships and Grand Prix events next season as neutral athletes for the first time since the full military invasion of Ukraine.]]></description><pubDate>Tue, 30 Jun 2026 09:40:04 +0000</pubDate><content:encoded><![CDATA[<p>LAUSANNE, Switzerland (AP) — Russian skaters can return to world championships and Grand Prix events next season as neutral athletes for the first time since the full military invasion of Ukraine.</p><p>The International Skating Union said Tuesday it was lifting a ban since February 2022 on skaters and officials from Russia and Belarus taking part in its events, though without their national symbols of flag and anthem.</p><p>Still, athletes could face issues getting entry visas from countries hosting ISU events.</p><p>In 2027, the world championships of figure skating is hosted by Finland and South Korea hosts in short track. China will host the next speed skating worlds.</p><p>The ISU cited the success of some skaters from Russia and Belarus qualifying for and competing at the 2026 Milan Cortina Olympics “without related incident.”</p><p>In figure skating in Milan, Russians Adeliia Petrosian and Petr Gumennik were cleared to compete with neutral status and both finished sixth in their individual events. Viktoriia Safonova of Belarus also competed with Individual Neutral Athlete status.</p><p>Guidance from the International Olympic Committee also was noted by the ISU. The IOC advised sports bodies on May 7 to readmit athletes from Belarus without vetting for neutral status.</p><p>Skaters approved with neutral status must not have “at any time since February 2022, actively and publicly supported that war,” the ISU said.</p><p>The governing body said the decision “does not affect the ISU’s continued condemnation of armed conflict, nor the ISU’s ongoing support for Ukrainian skaters.”</p><p>The exclusion of Russian and Belarus skaters since 2022 was, the ISU said, not a punishment for the war but a decision taken “exclusively in the interests of the safety of participants and the integrity of the competition.”</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/QETONXUSDFH67ZL6TPV43UBKMY.jpg?auth=24d0d7f51e8a516154acb12a0c391e0e3f3b2cdfffda59d485027bc9a779c149&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Adeliia Petrosian of Individual Neutral Athletes competes during the women's figure skating free program at the 2026 Winter Olympics, in Milan, Italy, on Feb. 19, 2026. (AP Photo/Natacha Pisarenko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Pope issues plea to breakaway traditionalist group to back off bishop consecrations]]></title><link>https://www.local10.com/news/world/2026/06/30/pope-begs-breakaway-traditionalist-group-to-back-off-bishop-consecrations/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/pope-begs-breakaway-traditionalist-group-to-back-off-bishop-consecrations/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — Pope Leo XIV on Tuesday issued a plea to a breakaway group of traditionalist Catholics to call off its plan to consecrate new bishops without his consent, describing the move as a schismatic act and a “sin of extreme gravity.”]]></description><pubDate>Tue, 30 Jun 2026 15:51:24 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Pope Leo XIV on Tuesday issued a plea to a breakaway group of traditionalist Catholics to call off its plan to consecrate new bishops without his consent, describing the move as a schismatic act and a “sin of extreme gravity.”</p><p>“I plead with you and ask you with all my heart: please turn back!” Leo wrote in a letter to the Rev. Davide Pagliarani, the superior of the Society of St. Pius X.</p><p>Leo issued the last-ditch appeal a day before the society plans to consecrate four new bishops at its seminary in Econe, Switzerland. Under church law, the consecrations constitute a schismatic act, or an intentional rupture of the unity of the Catholic Church, and incur automatic excommunication for the four bishops and the bishop administering the consecration.</p><p>Pagliarani responded by writing a formal letter to Leo asking him to take time before deciding any penalty.</p><p>“Far be it from us to separate ourselves from the Roman Church. We desire, on the contrary, to serve her by means that are extraordinary, as one would assist a mother in distress who requires particular help, even if such help is not understood by everyone,” Pagliarani wrote.</p><p>SSPX asks pope for more time</p><p>The ceremony poses the first major crisis for the American pope, who has stressed the need for church unity since the start of his pontificate. He has worked especially hard to heal tensions with traditionalist Catholics who prefer the old Latin Mass, that worsened in some ways during the Pope Francis pontificate.</p><p>The society was founded in opposition to the modernizing reforms of the 1960s Second Vatican Council. Among other things, the council revolutionized the Catholic Church’s relations with other religions and the laity, and allowed Mass to be celebrated in vernacular languages rather than Latin.</p><p>Its members celebrate the ancient Latin Mass and have accused the modern church of being rife with heresies and errors. The society insists that only the SSPX is upholding the true faith of Christ and has justified the consecrations, citing a “state of necessity” to minister to its faithful.</p><p>In response to the pope’s letter, Marc-André Mabillard, media manager for the society, expressed “great sadness to not be understood by our leader,” and added: “We are changing absolutely nothing in our plans.”</p><p>Asked by phone about the prospect of excommunication, Mabillard said: “We don’t fear it. It pains us immensely, but we believe that the good we seek is greater than the pain that will be inflicted upon us.”</p><p>Previous excommunications and outreach</p><p>In 1988, SSPX founder Archbishop Marcel Lefebvre consecrated four bishops without papal consent. The Vatican promptly excommunicated Lefebvre and the four other bishops, and the group today still has no legal status in the church.</p><p>The Vatican in 2009 lifted those original excommunications as part of its outreach to try to bring the group back under its wing. But the Vatican has warned that a similar fate awaits the new bishops if Wednesday's consecrations go ahead.</p><p>In his letter, Leo repeated the Vatican's offer of dialogue and said that going through with the consecrations would be counterproductive for the SSPX faithful.</p><p>“I urge you to consider carefully the spiritual good of the faithful, because the schismatic act you are about to undertake would deprive them of the licit, and in some cases, even valid reception of the sacraments,” he wrote.</p><p>Despite the original 1988 schismatic act, the group has continued to grow and today poses a threat to the Holy See as a parallel, ultra-Catholic, pre-Vatican II church. The SSPX counts two bishops, 751 priests, 264 seminarians, 145 religious brothers, 88 oblates and 250 religious sisters representing 50 nationalities, according to SSPX statistics.</p><p>___</p><p>Jamey Keaten in Geneva contributed to this report.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/POSBMYISFY6XMRRKEESTUWASFI.jpg?auth=8fb8c8e90007343dc69a85683c31738bd895f78b81b9609070d5ca004658b36e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV holds his weekly general audience in St. Peter's Square at The Vatican, Wednesday, June 24, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Why most Black Americans say they never fly the American flag, according to a new AP-NORC poll]]></title><link>https://www.local10.com/news/politics/2026/06/30/why-most-black-americans-say-they-never-fly-the-american-flag-according-to-a-new-ap-norc-poll/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/why-most-black-americans-say-they-never-fly-the-american-flag-according-to-a-new-ap-norc-poll/</guid><dc:creator><![CDATA[By COREY WILLIAMS, LINLEY SANDERS and SIMRAN PARWANI, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Jerry Esters proudly displays the American flag each day on his Detroit home. A few miles away, Yvonne Pistochini says there is no scenario under which she would allow the Stars and Stripes to cast its shadow where she lives.]]></description><pubDate>Tue, 30 Jun 2026 17:18:36 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Jerry Esters proudly displays the American flag each day on his Detroit home. A few miles away, Yvonne Pistochini says there is no scenario under which she would allow the Stars and Stripes to cast its shadow where she lives.</p><p>Both are Black.</p><p>For Esters, the flag represents the opportunities that allowed the great-great-grandson of slaves to find success and flourish. Pistochini, 79, simply says the America identified by the flag is not the same country she saw growing up.</p><p>Americans' views of “Old Glory” are divided by politics, age and race, according to a new survey conducted by The Associated Press-NORC Center for Public Affairs Research ahead of the nation's 250th birthday celebration.</p><p>Republicans and older, white adults are especially likely to say they fly the American flag, while younger Democrats and Black adults are more likely to say they don't fly it. Views of the flag — and whether it's a unifying or divisive symbol — track with other deep divisions among Americans, who see their country's history and accomplishments very differently.</p><p>“A lot of Black Americans see the flag as a symbol of both inclusion and exclusion,” said Matthew Delmont, professor of American history at Dartmouth College. “Black Americans, more so than white Americans, also understand the flag can be used to justify a version of patriotism that is rooted in exclusion, with the flag being used to say ‘you don’t belong here.’”</p><p>The survey of 2,596 adults was conducted April 16-20. It suggests that older white Americans, especially Republicans, are more likely to see the flag as unifying.</p><p>About half of U.S. adults said they display the flag at home throughout most of the year, or during holidays. About 7 in 10 Republicans and about 6 in 10 Americans ages 60 and older fly the flag at least during holidays.</p><p>About 6 in 10 Democrats and independents, on the other hand, say they “never” fly the U.S. flag. That includes the vast majority, 75%, of Democrats under 45.</p><p>Opportunities worth fighting for</p><p>Esters, a 64-year-old retired clay sculptor for a Detroit automaker, flies three American flags at his Sherwood Forest home on the city’s west side.</p><p>“When these homes were built, Black men like me, my mother and my family ... we couldn’t even buy these homes,” he said. “To me, that’s one reason I fly the flag. We went through a lot to be able to own nice homes, and this is what we fought for.”</p><p>The other reason is Moriah Martin, Esters’ great-great-grandmother, who was born into slavery.</p><p>“I’m kind of living out her dreams — what I did for a living, having a business, having a nice home,” he said. “I think that’s the American way, but we got to fight for it and we, as Blacks, fought for it.”</p><p>He's in the minority among Black adults, according to the survey, which found that only about 3 in 10 Black adults say they ever display the American flag, compared with about half of white and Hispanic adults.</p><p>Pistochini says current divisions over political leanings and perspectives, and inequality of opportunities for the poor and people of color are not what she believes the flag should stand for. People confuse flying it with being patriotic, she added.</p><p>“Just because you fly a flag doesn't make you a patriot,” Pistochini said. “If there was patriotism, we would not have all this. We can't look at (what's going on) and say this is America.”</p><p>For country and freedom</p><p>Ben Gaskins, chair of political science at Lewis & Clark College in Portland, Oregon, says the flag is an important symbol of patriotism for many Americans.</p><p>“It is those who are older people, who are white and people who are more conservative,” Gaskins said. “They take it as more central to their identity.”</p><p>Nancy Hansen, a 73-year-old retired Customs and Border Protection clerk in Culvertson, Montana, believes “you have to be for the country, no matter what” and that the flag means “freedom.”</p><p>“Freedom to live where we want to live, travel where we want to travel, raise our kids where we want to raise our kids,” said Hansen, who is white and identifies as Republican.</p><p>Each year around July 4, the American Legion posts flags outside businesses and homes in Culvertson, including Hansen’s home.</p><p>Linda and Greg Cunningham also equate the flag with freedom.</p><p>The white, conservative Pontiac, Michigan, couple are going all out this summer. The exterior of their home northwest of Detroit is awash in red, white and blue. The flag sits atop a flagpole just feet from their door.</p><p>“It's no political thing, at all," said Linda Cunningham, 63. “It's our freedom. I love the American flag. I love the whole concept of it. I love America. I know there’s so much going on in the world, right now, and I know everyone has their own views, and I'm just sad that politics have to be brought into the flag.”</p><p>Flag as a ‘painful reminder’</p><p>Of those who took the survey, 47% see the flag as a “more unifying” symbol. About 16% call it a “more divisive” icon, while 36% say it's neither divisive nor unifying.</p><p>Only 22% of Black adults see the flag as a unifying symbol, compared with 55% of white adults and 42% of Hispanic adults.</p><p>“It’s a painful symbol. It’s a reminder of what we could be and how it’s failed to live up to that for Black people, for Indigenous people and people of color,” said Allison Wiltz, a Black author and founder of Writers and Editors of Color.</p><p>Paul Walthour, 71, occasionally flies the flag outside his Minneapolis-area home on special occasions and some holidays. Walthour says that when he’s away from home and at his cabin, the flag goes up each morning and is taken down at the end of the day.</p><p>“This is antiquated, perhaps,” said Walthour, who is white and a retired advertising agency creative director. “I feel it’s a symbol that you’re proud to be an American.”</p><p>“Unfortunately, I kind of think it’s kind of a symbol of dividing more than uniting,” added Walthour, who identifies as a Democrat. “The people who fly it on the far right have one kind of feeling about it, and the people who fly it on the left have a different kind of feeling about it.”</p><p>___</p><p>Williams is a member of AP's Race & Ethnicity team. Sanders and Parwani reported from Washington.</p><p>___</p><p>The AP-NORC poll of 2,596 adults was conducted April 16-20 using a sample drawn from NORC’s probability-based AmeriSpeak Panel, which is designed to be representative of the U.S. population. The margin of sampling error for adults overall is plus or minus 2.6 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YDPWJMWRHEQJAQ3STZSPI4WQUI.jpg?auth=b63edaba4597cc58f1c6fd2ea09702c67d44e436f57b0c56430f0cba35e8e8cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miniature American flags flutter in wind gusts across the National Mall near the Capitol in Washington, Nov. 10, 2025. (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/C4CCDPAHXB6LOKZNAOGXZH4TKM.jpg?auth=244c5733a580697545156ddfe42bf03db9f5e3ddb7f1f544daeee3ae3065bfef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jerry Esters stands in front of American flag outside his Detroit home on June 9, 2026. (AP Photo/Corey R. Williams)]]></media:description><media:credit role="author" scheme="urn:ebu">Corey R.  Williams</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F35LS5S62QCKKGUIRF3IB4YYSI.jpg?auth=9a485013f6be6b057eab0bcdb80ff7d6e6211b57caf9894b08c499a1eefdd910&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Linda and Greg Cunningham fly the American flag outside their Pontiac, Mich., home on June 10, 2026. (AP Photo/Corey R. Williams)]]></media:description><media:credit role="author" scheme="urn:ebu">Corey R. Williams</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HW4DN2NJYD6IPMCMT2MSFW5D3Q.jpg?auth=4cbd65d2bb02c5ae64f6c5b4d2be8f1caee22ebd719f33786c5503bc6d913ce7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - American flags fly in front of the U.S. Capitol at sunrise, Oct. 1, 2025, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></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/6REL33J2DJ5G2YFZ3GLJV5LHOQ.jpg?auth=99a4fbbec6067ca6819b6cf5335bdebf300135d81b51ccc0cffda30e29cfa4bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The American flag over the Capitol is illuminated by the early morning light in Washington, Oct. 1, 2025. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[UK boosts military spending by $20 billion but critics say it's not enough]]></title><link>https://www.local10.com/news/world/2026/06/30/britain-sets-out-a-plan-for-future-defense-with-a-focus-on-drones-and-a-fight-over-money/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/britain-sets-out-a-plan-for-future-defense-with-a-focus-on-drones-and-a-fight-over-money/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Self-flying fighter jets, uncrewed submarines and drones will be at the center of Britain’s future military under a defense plan announced Tuesday that includes a 15 billion pound ($20 billion) spending boost.]]></description><pubDate>Tue, 30 Jun 2026 15:37:02 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Self-flying fighter jets, uncrewed submarines and drones will be at the center of Britain’s future military under a defense plan announced Tuesday that includes a 15 billion pound ($20 billion) spending boost.</p><p>Like other NATO countries, the U.K. is under pressure to increase defense spending to counter a more aggressive Russia and less reliable United States. But its Defense Investment Plan has been repeatedly delayed as military leaders and Treasury officials wrangled over the cost.</p><p>Prime Minister Keir Starmer said the plan reflects a world of conflicts transformed by technology and will keep Britain safe in “a more dangerous and volatile world."</p><p>“When the world is arming and aggression is rising, the best way to avoid war is to prepare for it," he said.</p><p>But the blueprint does not commit to spending 3% of U.K. GDP on defense by 2030, one of the factors that spurred John Healey to resign as U.K. defense secretary on June 11. Healey accused the government of underspending on the military at a time of “rising threats," citing a British intelligence assessment that Russia could attack a NATO member country by 2030.</p><p>In the House of Commons on Tuesday, Healey said that “with European security at stake,” Britain needs "to develop a clear, credible funding plan that will hit 3% and that will meet our NATO commitment of 3.5% by 2035."</p><p>Starmer said Healey’s successor, Defense Secretary Dan Jarvis, had worked to “sharpen and strengthen" the plan. Its 15 billion pounds in new spending is more than the 13.5 billion pounds ($18 billion) Healey was offered by the Treasury, but far less than the 28 billion pounds ($37 billion) that defense officials had called for.</p><p>UK faces pressure to hit NATO target</p><p>Under the plan, defense spending will hit 2.7% of GDP by 2029. Starmer said the 3% target will be reached “in the next Parliament,” a period that could extend to 2034. The U.K. remains committed to hitting NATO’s 3.5% target by 2035, though it's unclear how it will get there.</p><p>The government said the new funding will boost spending on defense to almost 300 billion pounds ($400 billion) over the next four years. Big-ticket items include 5 billion pounds ($6.6 billion) for drone technology, 8 billion pounds ($10.6 billion) to build new stealth fighter jets alongside Japan and Italy, and 11 billion pounds ($14.5 billion) to increase weapons stockpiles. The U.K. will also spend 64 billion pounds ($85 billion) modernizing its nuclear weapons.</p><p>Starmer said some road and energy projects would be scrapped to help pay for the military.</p><p>The U.K. military is seeking to reverse years of decline in the face of an increasingly assertive Russia, which invaded its neighbor Ukraine in 2022 and increasingly tests the defenses of European nations with overt and covert activity.</p><p>The U.K. has watched how drones have transformed war in Ukraine, which uses 200,000 of them a month to defend against Russian forces. Britain plans to invest billions in drone systems across all branches of the military. Instead of a planned fleet of new destroyers, the Royal Navy will get hybrid vessels that will act as command hubs for drones.</p><p>“The very nature of conflict is changing before our eyes,” Starmer said during a speech at a drone manufacturer near London. He said that, armed with cutting-edge technology, Ukrainian forces have destroyed Russia’s Black Sea fleet, “struck deep into Russian territory and stopped the advance of one of the biggest armies in the world.”</p><p>Critics say more money is needed</p><p>Britain and other NATO member nations have faced pressure from U.S. President Donald Trump to increase military spending. Trump has long questioned the value of the military alliance and complained that the United States provides security to European countries that don’t pull their weight.</p><p>The resignations of Healey and junior Defense Minister Al Carns were among a series of blows that prompted Starmer to announce last week that he will resign. A NATO summit in Turkey on July 7 and 8 may be his final overseas trip as prime minister.</p><p>His replacement, likely the former Greater Manchester Mayor Andy Burnham, will be under pressure to stick to the commitments in the defense plan.</p><p>“It is a platform on which I know my successor will build," Starmer said.</p><p>Opposition Conservative Party defense spokesperson James Cartlidge said the plan was “too little, too late.”</p><p>And retired Gen. Richard Barrons, who helped lead a defense review in preparation for the investment plan, said “we have to find more money for defense sooner.”</p><p>“We’re not keeping up with our allies, we’re certainly not keeping up with our enemies, and we know that the U.S. is no longer going to come and save European security in the face of a Russian threat,” he told the BBC.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JQW3UPKALERWURW6UVCN2UBSCE.jpg?auth=3194505a212ca7beafe93863e788a2558f07116aff3cee64c14bcc5e049ee470&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British Prime Minister Keir Starmer speaks on the occasion of the announcement of a defense plan, in Berkshire, England, Tuesday, June 30, 2026. (Stefan Rousseau/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HROAKS3Q7MDHFNLD3UCK6JCIME.jpg?auth=0a890d6f01ed96c00c016049c92c486b9e5e5e116b8a1cb6b2f31238a971f09e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British Prime Minister Keir Starmer announces a defense plan, in Berkshire, England, Tuesday, June 30, 2026. (Stefan Rousseau/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUTDAJRXEINET7NVY5R7WI7WJU.jpg?auth=731b9e5ff0fdee19f152315ad0c3dcbead10ffb627e9dd8b5e842569e9552d9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British Prime Minister Keir Starmer, left, hugs Chancellor of the Exchequer Rachel Reeves on the occasion of the announcement of a defense plan, in Berkshire, England, Tuesday, June 30, 2026. (Stefan Rousseau/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HCDZXQ5KUC2V2IGR6BUMZXD72M.jpg?auth=ce2cddfe67b030dae4e001305a0ea7a1bc1a4e15b327e98ccdd3477956deae18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British Prime Minister Keir Starmer, left, followed by Chancellor of the Exchequer Rachel Reeves and Defense Secretary Dan Jarvis arrive for the announcement of a defense plan, in Berkshire, England, Tuesday, June 30, 2026. (Stefan Rousseau/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content></item><item><title><![CDATA[He survived 2 natural disasters in Venezuela's La Guaira. Now he vows never to return]]></title><link>https://www.local10.com/news/world/2026/06/30/he-survived-2-natural-disasters-in-venezuelas-la-guaira-now-he-vows-never-to-return/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/he-survived-2-natural-disasters-in-venezuelas-la-guaira-now-he-vows-never-to-return/</guid><dc:creator><![CDATA[By FABIOLA SÁNCHEZ, Associated Press]]></dc:creator><description><![CDATA[Venezuelan merchant Grian Serrano has survived two of the country's worst natural disasters: the devastating 1999 mudslides that ravaged the coastal state of La Guaira and, 26 years later, two powerful earthquakes that struck the same region.]]></description><pubDate>Tue, 30 Jun 2026 07:14:00 +0000</pubDate><content:encoded><![CDATA[<p>Venezuelan merchant Grian Serrano has survived two of the country's worst natural disasters: the devastating 1999 mudslides that ravaged the coastal state of La Guaira and, 26 years later, two powerful earthquakes that struck the same region.</p><p>Bruised around his left eye and across much of his body, 46-year-old Serrano is recovering from the ordeal he endured with his son and mother Wednesday.</p><p>The three were buried beneath rubble and twisted steel when their eight-story apartment building collapsed in the city of Caraballeda in La Guaira, the state hardest hit by the magnitude 7.2 and 7.5 earthquakes.</p><p>“It is a miracle from God,” Serrano said as he recalled how, in total darkness, he clawed through debris with his bare hands before rescuing his 8-year-old son and 69-year-old mother with the help of two passersby.</p><p>The two earthquakes have killed more than 1,700 people and injured more than 5,000, according to the government. Hundreds of buildings collapsed or were damaged, primarily in La Guaira. Significant damage was also reported in the capital, Caracas, and in the states of Carabobo, Miranda, Aragua and Yaracuy.</p><p>La Guaira — known as Vargas until 2019 — is Venezuela’s second-smallest state but one of its most strategically important. About 30 kilometers (19 miles) north of Caracas, it is home to the country’s main international airport and second-largest seaport.</p><p>Its roughly 440,000 residents are largely low-income and depend on tourism, commerce and jobs tied to the airport and seaport.</p><p>Speaking from his brother's home in Caracas, Serrano recalled the terror he felt last week, his thoughts inevitably returning to Dec. 15, 1999, when he was jolted awake by the screams of their household employee, who had seen a nearby river overflow after days of heavy rain.</p><p>From his window, he watched the swollen river sweep away trees, massive boulders and vehicles with people trapped inside, banging on the windows and pleading for help.</p><p>Driven by instinct, Serrano fled his fourth-floor apartment with his mother, sister and nanny, climbing to the roof. From there, they watched floodwaters engulf the building’s lower floors as massive trees slammed into its columns, fearing it would collapse like others nearby.</p><p>Their fears eased at dawn as the rain stopped and the floodwaters began to recede. After waiting in vain for rescue, the family made their way through mud, rocks, debris and fallen trees to his grandparents’ home in a nearby neighborhood.</p><p>The 1999 floods and landslides known as the “Vargas Tragedy” killed 782 people, another 2,000 were reported missing and about 250,000 residents were affected, according to Ángel Rangel, who led rescue operations as director of Venezuela’s Civil Protection agency.</p><p>Still shaken by the devastation left by the earthquakes, Serrano believes La Guaira — bordered by the Caribbean Sea and the Ávila mountain range — is under a curse.</p><p>“It isn’t normal for such horrible things to happen in the same place,” he said.</p><p>Rangel, a disaster specialist, sees it differently. The engineer said the buildings that collapsed in La Guaira were built on terrain formed over centuries by sediment carried down from the surrounding mountains.</p><p>“That type of terrain is particularly risky for construction,” Rangel said, adding that building in such areas requires “strict adherence to seismic-resistant engineering standards” adopted after the powerful 1967 earthquake that struck Caracas.</p><p>Many of the buildings that collapsed in La Guaira were built in the 1970s, and it remains unclear whether they met those standards.</p><p>After losing his home and all his belongings, Serrano said he does not know what comes next. But one thing is certain: He will never live in La Guaira again.</p><p>“That’s twice now,” he said. “Sometimes I think if there’s a third time, it’s going to win the battle.”</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/YWKMNYTO7SJSY662VIYDR7BNCQ.jpg?auth=eca1a679b6b10041a708c428ee38d55e4afb0b1b28e082b47a1cd2395c49b2f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grian Serrano, left, his mother, Ingrid Rochabrun, and his son, Gael, sit at the home where they are staying with relatives in Caracas, Venezuela, after surviving the back-to-back earthquakes that destroyed their apartment building in Caraballeda, Monday, June 29, 2026. Serrano also survived the 1999 mudslides that struck La Guaira. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RET4BIKCJYBLQEFJ3LGZIONEF4.jpg?auth=66d1df72d25d6a7a25373dbcb9646b6005e01cc10504959f5c931928de7704f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grian Serrano embraces his mother Ingrid Rochabrun at the home where they are staying with relatives in Caracas, Venezuela, after surviving the back-to-back earthquakes that destroyed their apartment building in Caraballeda, Monday, June 29, 2026. Serrano also survived the 1999 mudslides that struck La Guaira. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V53K2BL7JJNFLM5UEOHPFNAZ4Q.jpg?auth=8bbeb2dc915036c957b30160bff8d4bd9ec329b2e4bbe417fcd300de8049a085&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The flood ravaged neighborhood of Los Corales, in Vargas state just north of the capital Caracas, Dec. 19, 1999. (AP Photo/Ricardo Mazalan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4HPAWZBRFW33Z2XV3MRG2WLKQ.jpg?auth=f729b02c8c4b479d5ee301007c2244e5d2180bc587e974469e390b0c389189ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People affected by the earthquake line up for food in La Guaira, Venezuela, Saturday, June 27, 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/24TL6GOOSZU5L76DJW75EG7G5I.jpg?auth=669fd3e291a025fdb520b2ee7eaa226b165e4dfe7903874547d26e48dc1426c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A toy car lies in the rubble two days after earthquakes struck Catia La Mar, Venezuela, Friday, June 26, 2026.(AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[How some in Palestinian diaspora find connection, identity and resilience in traditional embroidery]]></title><link>https://www.local10.com/news/world/2026/06/30/how-some-in-palestinian-diaspora-find-connection-identity-and-resilience-in-traditional-embroidery/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/how-some-in-palestinian-diaspora-find-connection-identity-and-resilience-in-traditional-embroidery/</guid><dc:creator><![CDATA[By MARIAM FAM, Associated Press]]></dc:creator><description><![CDATA[Decades later, Samar Kabouli still fondly recalls gathering with women in her family and sipping cardamom-spiced coffee as they embroidered fabric with colorful threads in traditional Palestinian patterns.]]></description><pubDate>Tue, 30 Jun 2026 06:49:05 +0000</pubDate><content:encoded><![CDATA[<p>Decades later, Samar Kabouli still fondly recalls gathering with women in her family and sipping cardamom-spiced coffee as they embroidered fabric with colorful threads in traditional Palestinian patterns.</p><p>Born in Lebanon to Palestinian refugees, Kabouli had never seen her parents’ homeland. But more than just making pretty designs, the threads in her needle were stitching a connection to her heritage.</p><p>It's known as “tatreez,” and Kabouli, 48, started doing the traditional form of Palestinian embroidery in her teens to make money. Besides an economic lifeline, tatreez has provided her with a bridge to the land her parents fled during the 1948 mass displacement that Palestinians call their Nakba, or catastrophe.</p><p>Hundreds of thousands of Palestinians were expelled or fled their homes in present day Israel during the 1948 war surrounding Israel's creation. Israel refused their return.</p><p>Kabouli's work allows her to send a message of resilience, of survival.</p><p>“We’re still here,” she said. “All what has been happening in Gaza … and we’re still standing and we’ll not forget the cause.”</p><p>From refugee camps to stitching circles and from museum halls to online classes, many in the Palestinian diaspora communities worldwide engage with tatreez as far more than a decorative aesthetic.</p><p>They're finding in it a celebration of cultural heritage, a bridge to their homeland and dispersed communities and — with its myriad embroidered symbols — a visual language of storytelling. To many, refugees or not, it's become a symbol of Palestinian identity and pride, a vehicle for documenting history and a form of resistance.</p><p>With the Israel-Hamas war in Gaza, some have also used it to raise funds for people there or stitched designs to focus attention on Palestinian suffering in the enclave.</p><p>“We had a lot of people who came and they’re like, ‘OK, we want to do a T-shirt with a Gaza chest or we want to do a scarf with the Gaza motif,’” said Ali Jaafar, general manager of Inaash Association, where Kabouli works. The Lebanese organization provides Palestinian women in refugee camps in Lebanon with much-needed income through tatreez, while also aiming to help preserve and promote the heritage. It sells embroidered fashion, home decor and art pieces, and showcases the art form in exhibitions and museums.</p><p>Protecting heritage and ‘struggling through culture’</p><p>Efforts to preserve and raise awareness about tatreez in Palestinian communities at home and abroad are part of a larger push to safeguard a heritage and connections to a history and a place that many fear are at risk of being erased.</p><p>“Palestinian tatreez is an identity and a document of our presence in every Palestinian village and town," said Maha Saca, founder and director of the Palestinian Heritage Center in Bethlehem in the Israeli-occupied West Bank, adding that old embroidered thobes, or dresses, show the presence of Palestinians in particular locations before the dispersal of many.</p><p>“The Palestinian woman has written the story of her village through motifs from her surrounding environment and her beliefs,” Saca said. “We’re struggling through culture and saying we have roots.”</p><p>The Palestinian embroidery art form was added in 2021 to UNESCO’s list of Intangible Cultural Heritage of Humanity.</p><p>In New York, Lina Barkawi, whose small business teaches tatreez, said the “constant fight for liberation and having a Palestinian identity that’s recognized globally is really what has been driving a lot of this documentation.”</p><p>A generational practice and window into history</p><p>In Arabic, tatreez refers to embroidery in general as well as the specific Palestinian form, which is often a social practice taught through generations by grandmothers and mothers. Some seek formal training.</p><p>With motifs that Palestinian women had historically adopted from their surroundings, the old embroidered thobes can offer clues through stitched patterns, design and color about facets of a woman's personal story, her environment and regional identity, Saca said.</p><p>In the Palestinian context, such connections to time and place, including areas now in Israel, gain added importance as testament to what was, she said. “How do we have a Jaffa thobe if we hadn’t been in Jaffa?" she said. "We write history on our thobes.”</p><p>There's also an element of continuity. Saca said her grandmother’s embroidered wedding thobe bears the hallmarks of Bethlehem dresses, and that her own granddaughter’s baptism dress included embroideries copied from that dress.</p><p>Tatreez also can be political, both through preservation and creation.</p><p>“Just being able to have some of the dresses from pre-1948 is a political act,” Barkawi said.</p><p>There's also the making of the so-called “intifada thobe” that included embroidered political and Palestinian symbols, such as the flag. It's linked to the “first intifada,” or uprising, which erupted in 1987 against Israel’s occupation and was met with a fierce Israeli response.</p><p>Stitching, mourning and documenting</p><p>After the war in Gaza, which was triggered by Hamas’ Oct. 7, 2023, attack on Israel, fashion designer Hama Hinnawi expressed grief through tatreez work. Tatreez is usually colorful, she said. But that was no moment for color.</p><p>The result? Black embroidery on black fabric, a statement of mourning for the killings, destruction and displacement in Gaza. She's also experimented with turning some iconic scenes from the war into new embroidery motifs.</p><p>“We have a big responsibility on our shoulders to tell this story, not to be buried for the next generations … through tatreez, through art, through speaking.”</p><p>Born in Jordan to Palestinian parents, Hinnawi wanted to bring awareness to heritage through her fashion brand by marrying tatreez with contemporary fashion.</p><p>To her, tatreez simply means home. It’s “identity, pride, storytelling,” said Hinnawi, who shuttles between Chicago and Jordan.</p><p>She's provided embroidery work opportunities to Palestinian women in refugee camps in Jordan and talked in the U.S. about tatreez. Before the war, she also worked with women in Gaza.</p><p>Barkawi runs an online community of Palestinian and non-Palestinian embroiderers, some of whom have created designs sold to raise funds for Gaza families. One incorporates a “water and seeds” motif with an embroidered message to “Feed Gaza Now.”</p><p>Members in different countries recreated a tapestry that once hung in a bombed Gaza home, each stitching a part and mailing it to another.</p><p>Born in the U.S. to a Palestinian father and Panamanian mother, Barkawi said learning about tatreez deepened her Palestinian identity.</p><p>New dresses with woven stories</p><p>Embroidering her first thobe took two years. Barkawi incorporated motifs with personal meanings, such as palm trees that represent her name in Arabic. She added orchids, the national flower of Panama, for her mom.</p><p>Technically imperfect, it was the perfect dress for her Islamic marriage ceremony.</p><p>“I embedded my story as a Palestinian in the diaspora into this dress.”</p><p>In Lebanon, Kabouli, too, once dreamed of owning a tatreez piece for her wedding trousseau. She couldn’t afford one.</p><p>After their parents died, an older sister had turned to tatreez with Inaash to help support the large family. Kabouli learned from her.</p><p>Now a production supervisor at Inaash in Beirut, Kabouli sees her younger self in the women working in refugee camps in Lebanon, many in the south, which was hard hit by the latest Israel-Hezbollah war. The vibrancy of tatreez often contrasts with harsh living conditions in camps amid employment and other restrictions the refugees face. Contending with power cuts, women, eager to finish a piece and get paid, may work on rooftops to grasp the last ray of sunlight, Jaafar said.</p><p>Besides the income, Kabouli said doing tatreez can be grounding, almost meditative.</p><p>She has another yearning: to see her parents’ homeland. They came from an area in what’s now Israel.</p><p>For now, tatreez provides her with hope.</p><p>“I don’t feel like I am far away. I keep working on Palestinian heritage, following the cause,” she said. “It connects me to my homeland, especially since we’re deprived of it.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DQA4IEZFBOSNNHBNCWBKNJZUHY.jpg?auth=3d867866ccabd780ecd3e3e62e95fcc49683b60ef825ae0fb34facd2acb8be81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian weavers Rula Barakeh, right, and Samira Nasser work on handmade embroidered pieces at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54ARHCBVXC3DYSMXMMKNMNUMOU.jpg?auth=84f26c556d2f3594ca39e8fb3e95a51e630081c6a8a9ed43f0aff62c9ca78545&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian weaver Samar Kabouli works at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YUOZRKX72W2MK4AVQVXYFEX63A.jpg?auth=536ae7d176fdbbac903e8cb55b3626e82c4499a05d02ad3739236389ac69e62c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian weaver Samira Nasser works on a handmade embroidered piece at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LKIZCMNC22LFAPSY2OIORWSMHQ.jpg?auth=d1b6ca58926d42249f1ea02bee2253f8e009b60e48dae1f41f470c30fa71c11e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ali Jaafar, the general manager of Inaash Association, arranges clothes at the embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FVOFKLTHOJC6N7WF3WS6OQXEE4.jpg?auth=bb7b2531424f6ca295f4480ab536416336728d362000d06d7ca0764f2d12e465&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian weaver Samar Kabouli works at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2W555W7WXBXX2NX5KMVQXMOKA.jpg?auth=c7611bf46b78bd8711ef8b36520b7398bc86a5063c5ce1753ad74258bfc03980&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian weaver Rula Barakeh works on a handmade embroidered piece at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y5ZNSKVVOTHBBT3FX2PNOGFGWA.jpg?auth=59daa790ed4d541080abf6669375b70e6449ec70027754c327080f2c01e413b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian weaver Samira Nasser works on a handmade embroidered piece at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JNWQPDNOJM7HOKFZKQBHAICX4E.jpg?auth=e1034cadbbbe34b0e90b57cf74eaac14933b6745c0d26cdba3bf815baeb5a729&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A hand-embroidered map of historic Palestine with names of cities and the words “Palestine” and “Returning” in Arabic is displayed at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content></item><item><title><![CDATA[US playing at home and trying to avoid another quick exit from World Cup knockout rounds]]></title><link>https://www.local10.com/sports/2026/06/30/us-playing-at-home-and-trying-to-avoid-another-quick-exit-from-world-cup-knockout-rounds/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/us-playing-at-home-and-trying-to-avoid-another-quick-exit-from-world-cup-knockout-rounds/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[Getting to the knockout rounds of the World Cup is nothing new for the United States. But that's usually where the American make a quick exit.]]></description><pubDate>Tue, 30 Jun 2026 06:09:02 +0000</pubDate><content:encoded><![CDATA[<p>Getting to the knockout rounds of the World Cup is nothing new for the United States. But that's usually where the American make a quick exit.</p><p>Wednesday's match against Bosnia-Herzegovina in Santa Clara, California, marks the eighth time the U.S. has played in an elimination round in 12 World Cups. But only once, in 2002, have the Americans a won a match in the knockout rounds.</p><p>Because this year's tournament was expanded to 48 teams, the first knockout round includes 32, creating an extra round of elimination play.</p><p>Here's a look at the short and mostly unsuccessful U.S. record once the World Cup reaches the win-or-go-home stage.</p><p>Uruguay, 1930: Semifinals</p><p>The first World Cup was played with 13 teams and the U.S. advanced straight to the semifinals as winner of its group. That's where the Americans' tournament ended with a 6-1 loss to Argentina.</p><p>Italy, 1934: One and done</p><p>The second edition of the World Cup was the only tournament that did not use groups for the early matches. Instead, all 16 teams played a straight knockout format. The U.S. was immediately eliminated with a 7-1 loss to host and eventual champion Italy.</p><p>US, 1994: Round of 16</p><p>The U.S. didn't qualify for the World Cup from 1954 through 1986, was eliminated in the group stage in 1990 and then got an automatic bid as the host nation in '94. A 1-1 tie with Switzerland and shocking 2-1 victory over Colombia in the Rose Bowl in the group stage earned the Americans a match against Brazil in the knockout round.</p><p>Brazil was down to 10 men after a first-half red card: Leonardo threw an elbow that fractured American midfielder Tab Ramos' skull. The Brazilians still controlled the match and won 1-0 on the way to their fourth World Cup title.</p><p>South Korea-Japan, 2002: Quarterfinals</p><p>The best U.S. showing in the modern era of the tournament. An upset of European heavyweight Portugal and a draw with co-host South Korea sent the Americans to the knockout round against regional rival Mexico. Goals from Brian McBride and Landon Donovan led to a 2-0 victory.</p><p>The U.S. run ended in the next match with a tense 1-0 loss to eventual finalist Germany that was decided on Michael Ballack's goal in the 39th minute. Americans remember the match for an infamous no-call when a German player appeared to block a likely U.S. goal with his arm. There was no video review in use at the time.</p><p>South Africa, 2010: Round of 16</p><p>Donovan's frantic, last-minute goal against Algeria secured a dramatic 1-0 victory in the final group match that sent the U.S. to the next round.</p><p>Facing Ghana, the U.S. went down 1-0 after just five minutes. Donovan tied it on a penalty kick in the second half. Asamoah Gyan’s extra-time goal secured a 2-1 victory for Ghana that sent the U.S. home.</p><p>Brazil, 2014: Round of 16</p><p>The U.S. advanced out of the group stage with a 2-1 win over Ghana, a 2-2 draw with Portugal and a 1-0 loss to eventual champion Germany. Their tournament ended with a 2-1 loss to Belgium.</p><p>Qatar, 2022: Round of 16</p><p>The U.S. started group play with draws with Wales and England, and advanced with a 1-0 win over Iran on Christian Pulisic's goal. The Netherlands then made quick work of the U.S., winning 3-1.</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/ZQ747ABIIZS36PWYMONJKDYPKY.jpg?auth=889692c021e0c9a974945fc17b896388550266cb31b06bf5e56fde73c395e53e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) and Antonee Robinson (5) celebrate after scoring during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content></item><item><title><![CDATA[US stocks trim their losses for June]]></title><link>https://www.local10.com/business/2026/06/30/us-stocks-trim-their-losses-for-june/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/us-stocks-trim-their-losses-for-june/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — U.S. stocks are trimming their losses from a rocky June on Tuesday.]]></description><pubDate>Tue, 30 Jun 2026 18:26:01 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. stocks are trimming their losses from a rocky June on Tuesday.</p><p>The S&P 500 rose 0.8%, though it's still heading for its first losing month following two fabulous ones. The Dow Jones Industrial Average was up 140 points, or 0.3%, as of 2:20 p.m. Eastern time, and the Nasdaq composite was 1.4% higher.</p><p>The main reason for this month’s weakness has been a fall to Earth for stocks in the artificial-intelligence industry. After soaring to tremendous heights in the frenzy around AI, such stocks have come under pressure because of worries that they shot too high. That’s a big deal for all investors because AI stocks have grown into some of Wall Street’s largest and most influential, pulling indexes behind them.</p><p>AI stocks were stronger Tuesday, with Nvidia rising 2% to trim its loss for the month. It was one of the strongest forces lifting the S&P 500.</p><p>Microsoft, which is investing heavily in AI, rose 0.6% to bring its loss for the month back below 18%. Oracle, though, fell 0.8% to bring its drop for June to 35%. It's another company contending with concerns that big spending on AI may not yield enough productivity and profits to make it worth it.</p><p>Outside of AI, the economy seems to be rumbling along, even though U.S. households are still feeling sour about it. A report released in the morning said that U.S. employers were advertising many more job openings at the end of May than economists expected, the latest signal that the job market remains resilient.</p><p>But a second report said that confidence among U.S. consumers improved by less than economists expected. More Americans are saying it's hard to get a job, according to a survey by the Conference Board, even with data suggesting continued hiring.</p><p>Tuesday's relatively quiet trading came as companies close their books for the quarter running from April through June. Investors want to see strong growth in profits to justify the big gains stocks made early in the quarter. Despite June’s drop, the S&P 500 is still on track for its best quarter since six years ago, when stocks rocketed out of the crash caused by the COVID pandemic.</p><p>Concentrix tumbled 13.1% after the technology company reported profit and revenue for the latest quarter that were just shy of analysts’ expectations.</p><p>In the oil market, prices drifted as two U.S. envoys arrived in Qatar for talks with mediators about the implementation of an initial deal to end the war in Iran. The Americans will not be having direct negotiations with Iranian diplomats while in Doha.</p><p>The price for a barrel of Brent crude oil, the international standard, erased an early, modest rise and fell 1.1% to $73.12. The hope is that an end to the war will restore full access to the Strait of Hormuz, allowing oil tankers to move more crude and lower its price.</p><p>Expensive oil has already sent inflation jumping around the world, which in turn has raised worries that the Federal Reserve and other central banks may have to raise interest rates. Higher rates would keep a lid on inflation, but they would also slow economic growth and hurt prices for investments.</p><p>The yield on the 10-year Treasury rose to 4.41% from 4.38% late Monday.</p><p>In stock markets abroad, indexes rose across much of Europe and Asia.</p><p>Germany’s DAX returned 1.5%, and South Korea’s Kospi climbed 1% for two of the world's bigger gains.</p><p>Japan’s Nikkei 225 rose 0.9% as the value of the Japanese yen dropped near its lowest level against the U.S. dollar in 40 years.</p><p>U.S. government bonds are paying much higher yields than their Japanese counterparts, and the possibility of rate hikes by the Fed is putting more pressure on the yen. Speculation is rising that Japan’s government may try to prop up the yen’s value, but Japan’s finance minister said only that the government was ready to “respond appropriately whenever necessary.”</p><p>___</p><p>AP Business Writers Chan Ho-him and Elaine Kurtenbach contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6FZXHPYKAETFMUTIZOTJDW7BJY.jpg?auth=3a5080dcfc0499c7c1c2d1aac89ca2a4625788ea78caf8e592fdbed49f2b1032&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialist Michael Pistillo works on the floor of the New York Stock Exchange, Friday, June 26, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Marruecos vence por penales a Países Bajos y avanza a los octavos de final de la Copa del Muindo.]]></title><link>https://www.local10.com/espanol/2026/06/30/marruecos-vence-por-penales-a-paises-bajos-y-avanza-a-los-octavos-de-final-de-la-copa-del-muindo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/marruecos-vence-por-penales-a-paises-bajos-y-avanza-a-los-octavos-de-final-de-la-copa-del-muindo/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MONTERREY, México (AP) — Marruecos vence por penales a Países Bajos y avanza a los octavos de final de la Copa del Muindo.]]></description><pubDate>Tue, 30 Jun 2026 04:22:01 +0000</pubDate><content:encoded><![CDATA[<p>MONTERREY, México (AP) — Marruecos vence por penales a Países Bajos y avanza a los octavos de final de la Copa del Muindo.</p>]]></content:encoded></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 16 qualifications]]></title><link>https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Mon, 29 Jun 2026 21:16:15 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">12 group winners, 12 runners-up, and the 8 best third-place teams</a>.</p><p>After 16 single direct-knockout matches, the winning teams will advance to the tournament’s Round of 16, which begins on the Fourth of July. </p><p><b>Here is the list of the teams that have advanced to the Round of 16:</b></p><ol><li><b>Canada</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up, qualified after a 1-0 <a href="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/">victory on June 28</a> against Canada. The team’s Round of 16 match is at 1 p.m. on July 4 against Morocco. </li><li><b>Brazil</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> winner, qualified after a 2-0 <a href="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/">victory on June 29</a> against Japan. The team’s Round of 16 match is at 4 p.m. on July 5 at the New York/New Jersey Stadium.</li><li><b>Paraguay</b>, the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, qualified after a 1-1 draw that ended with <a href="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/">a 4-3 victory on penalties</a> against Germany on June 29. The team’s Round of 16 match is at 5 p.m. at Philadelphia Stadium. </li><li><b>Morocco</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up, qualified after a 1-1 draw that ended with a 3-2 victory on penalties against the Netherlands on June 30. The team’s Round of 16 match is at 1 p.m. on July 4 against Canada. </li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"><b>Eliminations during Round of 32</b></a></li><li><a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/"><b>Round of 32 teams</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>June 30 </b></p><ul><li>Ivory Coast vs. Norway at 1 p.m. in Arlington, Texas. </li><li>France vs. Sweden at 5 p.m. in New Jersey</li><li>Mexico vs. Ecuador at 9 p.m. in Mexico City</li></ul><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b></p><ul><li>England vs. DR Congo is at noon at the Atlanta Stadium.</li><li>Belgium vs. Senegal is at 4 p.m. at the Seattle Stadium.</li><li>United States vs. Bosnia and Herzegovina is at 8 p.m. at the San Francisco Bay Area Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b> </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><ul><li>Canada vs. Morocco is at 1 p.m. at the NRG Stadium in Houston.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OCFMXKIP5TFDT2CW5JYZJ5EUOI.jpg?auth=7756956e6d002830b515a60924b3020da24ea4b99746af40668047b9154aa50a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Casemiro (5) celebrates after scoring his side's first goal during the World Cup round of 32 soccer match between Brazil and Japan in Houston, Monday, June 29, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Republican Tom Kean Jr. reveals depression diagnosis after his four-month absence from Congress]]></title><link>https://www.local10.com/news/politics/2026/06/30/republican-tom-kean-jr-reveals-depression-diagnosis-after-four-month-absence-from-congress/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/republican-tom-kean-jr-reveals-depression-diagnosis-after-four-month-absence-from-congress/</guid><dc:creator><![CDATA[By MIKE CATALINI and JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — New Jersey Republican Rep. Tom Kean Jr. disclosed Tuesday that he was being treated for depression during his unexplained four-month absence from the House, suggesting in a brief floor speech that he remained silent about his condition until now because he is a “private person by nature.”]]></description><pubDate>Tue, 30 Jun 2026 17:27:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — New Jersey Republican Rep. Tom Kean Jr. disclosed Tuesday that he was being treated for depression during his unexplained four-month absence from the House, suggesting in a brief floor speech that he remained silent about his condition until now because he is a “private person by nature.”</p><p>Depression, Kean said, “is physical, it is emotional, and until you experience it yourself, it is difficult to fully understand how powerful this illness can be.”</p><p>Kean’s reappearance came weeks after his victory in an uncontested primary on June 2 and months after he last cast his vote in the House. His speech ended the silence on his condition, yet left questions unanswered. Kean said he first entered the hospital due to health concerns and underwent testing, but offered no further details.</p><p>After the speech, Kean left the Capitol quickly without answering questions from reporters.</p><p>Kean last voted in the House on March 5. His absence had complicated matters for House Republican leaders, who have been struggling to pass bills with their threadbare majority.</p><p>Kean said he was diagnosed for depression and that doctors recommended he remain in the hospital. Addressing his earlier statement that he expected to return to work in a matter of weeks, Kean said he believed that at the time and it was his doctors’ best estimate then.</p><p>“But as the over 48 million of my fellow Americans being treated for this illness have come to discover there is no timeline for healing," Kean said.</p><p>“Today I stand before you healthier, stronger and excited to return to the work that I love."</p><p>A second-term lawmaker and scion of a New Jersey political family, Kean represents a battleground district that includes President Donald Trump’s Bedminster golf club.</p><p>What the House speaker says about Kean’s return</p><p>Speaker Mike Johnson, R-La., said he would leave it to Kean to decide whether his remarks Tuesday provided sufficient transparency.</p><p>“He spoke to it," Johnson said. “It’s his personal issue, and, you know, I thought the speech on the floor was, well, I thought he explained it.”</p><p>Johnson said he had “encouraged him all along to be as transparent as possible” and was “glad he finally has” been.</p><p>The mystery over Kean's absence had potential political implications, given the competitive district he represents and the Republican Party's narrow control of the House. His office has said he is still running for reelection and is set to face Democratic nominee Rebecca Bennett, a former Navy helicopter pilot, in New Jersey's most high-profile contest in November.</p><p>Democrats have targeted the district as a prime pickup opportunity, given that the seat has changed hands in the last two midterm elections. Kean won in 2022 by defeating Democrat Tom Malinowski, who had defeated Republican Leonard Lance in 2018.</p><p>Johnson added Tuesday he is confident Kean would be “easily” reelected in November. Trump has endorsed Kean’s reelection, without mentioning his absence.</p><p>Kean comes from a long line of public servants, stretching 250 years to the country’s founding when one of his ancestors became New Jersey’s first leader since independence.</p><p>Kean's great-grandfather was a senator, his grandfather was a congressman and his father is the former two-term governor, Tom Kean Sr.</p><p>Absent from public view</p><p>Lawmakers vary in how transparent they are about extended absences.</p><p>Republican Sen. Mitch McConnell, the longest-serving Senate leader in history, was hospitalized more than two weeks ago, and his office has released few details about his condition since.</p><p>Pennsylvania Sen. John Fetterman, a Democrat, checked himself into Walter Reed National Military Medical Center for treatment for clinical depression weeks after being sworn into office in 2023. Fetterman, who has dealt with the effects of a stroke he suffered in May 2022, disclosed the hospitalization the day after he was admitted.</p><p>Fetterman has talked openly about his struggle with depression and urged people to get help.</p><p>“There are people who are suffering with depression in red counties and blue counties," Fetterman said in 2023 after a six-week inpatient treatment. “If you need help, please get help,.”</p><p>Kean and House Republican leaders kept the public in the dark about his condition for months. He missed more than 100 House votes this year and was not seen publicly in Washington or his district.</p><p>New York Rep. Ritchie Torres, a Democrat who has spoken openly about living with depression, wrote on social media after Kean's remarks that he has “deep sympathy for anyone struggling with mental illness.”</p><p>“At the same time, public office carries a duty of transparency," Torres wrote. “When a public official is absent for an extended period, the public has a right to an honest explanation.”</p><p>___</p><p>Associated Press writer Kevin Freking contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EAW3OFEQUWUB7SXAU75HOCFZAQ.jpg?auth=a1610f4b90bd808350550387b3b409968bd51aff18735f837094281301990980&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Tom Kean, R-N.J., listens during a Subcommittee of the House Foreign Affairs about Belarus on Capitol Hill, Dec. 5, 2023, in Washington. (AP Photo/Mariam Zuhaib, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 32 teams]]></title><link>https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Sun, 21 Jun 2026 02:43:17 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.</p><p>The World Cup’s daily group-stage matches ended on June 27 after 16 teams were eliminated. </p><p>The 48 qualifying teams started the tournament with matches within 12 groups of four on June 11. </p><p>As the tournament continues, the single direct-knockout matches to advance into the Round of 16 are set to end on July 3.</p><h3><b>The list of 32 </b></h3><p><b>Here is the list of the teams in order of group-stage placement, points earned, and FIFA ranking: </b></p><ol><li><b>Argentina</b> (1) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 9 points. The match is at 6 p.m. on July 3 against Cape Verde.</li><li><b>France</b> (2) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 9 points. The match is at 5 p.m. on June 30 against Sweden. </li><li><b>Mexico</b> (14) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> with 9 points. The match is at 9 p.m. on June 30 against Ecuador. </li><li><b>Spain</b> (3) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> with 7 points. The match is at 3 p.m. on July 2 against Austria. </li><li><b>England</b> (4) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 7 points. The match is at noon on July 1 against Congo. </li><li><b>Brazil</b> (6) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>The Netherlands</b> (8) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 7 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 29. </li><li><b>Belgium</b> (9) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> with 7 points. The match is at 4 p.m. on July 1 against Senegal. </li><li><b>Colombia</b> (11) wins <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 7 points. The match is at 9:30 p.m. on July 3 against Ghana. </li><li><b>Switzerland</b> (17) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 7 points. The match is at 11 p.m. on July 2 against Algeria. </li><li><b>Germany</b> (10) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 6 points. The team was<a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"> eliminated</a> on June 29.</li><li><b>United States </b>(15) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 6 points. The match is at 8 p.m. on July 1 against Bosnia and Herzegovina. </li><li><b>Morocco</b> (7) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Ivory Coast</b> (30) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up with 6 points. The match is at 1 p.m. on June 30 against Norway. </li><li><b>Norway</b> (31) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up with 6 points. The match is at 1 p.m. on June 30 against the Ivory Coast. </li><li><b>Portugal</b> (5) is the <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> runner-up with 5 points. The match is at 7 p.m. on July 2 against Croatia. </li><li><b>Japan</b> (18) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up with 5 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 29. </li><li><b>Egypt</b> (26) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> runner-up with 5 points. The match is at 3 p.m. on July 3 against Australia. </li><li><b>Australia</b> (27) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> runner-up with 4 points. The match is at 3 p.m. on July 3 against Egypt. </li><li><b>Canada</b> (32) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up with 4 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>. </li><li><b>South Africa</b> (54) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up with 4 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 28. </li><li><b>Cape Verde</b> (64) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> runner-up with 3 points. The match is at 6 p.m. on July 3 against Argentina. </li><li><b>Austria</b> (22) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> runner-up with 4 points. The match is at 7 p.m. on July 2 against Spain. </li><li><b>Croatia</b> (11) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> runner-up with 6 points. The match is at 7 p.m. on July 2 against Portugal. </li><li><b>Senegal</b> (18) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 4 points. The match is at 4 p.m. on July 1 against Belgium. </li><li><b>Algeria</b> (29) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 4 points and a minus two goal difference. Game day: July 2</li><li><b>Ecuador</b> (32) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 4 points. The match is at 9 p.m. on June 30 against Mexico. </li><li><b>Paraguay</b> (37) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 4 points and a minus two goal difference. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Sweden</b> (38) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 4 points. The match is at 5 p.m. on June 30 against France. </li><li><b>Congo</b> (46) classifies after placing third in <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 4 points plus one goal difference. The match is at noon on July 1 against England. </li><li><b>Bosnia and Herzegovina</b> (64) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 4 points and a minus one goal difference. The match is at 8 p.m. on July 1 against the U.S. </li><li><b>Ghana</b> (65) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 4 points. The match is at 9:30 p.m. on July 3 against Colombia. </li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"><b>Eliminations during Round of 32</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>June 30 </b></p><ul><li>Ivory Coast vs. Norway at 1 p.m. in Arlington, Texas. </li><li>France vs. Sweden at 5 p.m. in New Jersey</li><li>Mexico vs. Ecuador at 9 p.m. in Mexico City</li></ul><p><b>July 1</b></p><ul><li>England vs. DR Congo is at noon at the Atlanta Stadium.</li><li>Belgium vs. Senegal is at 4 p.m. at the Seattle Stadium.</li><li>United States vs. Bosnia and Herzegovina is at 8 p.m. at the San Francisco Bay Area Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><h3> </h3>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3ZDFFLPTVWB4KDL6ONPSJD3KG4.jpg?auth=b9dea1717dd0acdac46cd692f9feebdfbe1186ea8f3b128fdd9f934620d2f4cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay goalkeeper Orlando Gill (12) makes a save from Germany's Kai Havertz (7) during a penalty shootout during the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Trump's fixation on voting has had mixed results. He still has ways to affect November's elections]]></title><link>https://www.local10.com/news/politics/2026/06/30/trumps-fixation-on-voting-has-had-mixed-results-he-still-has-ways-to-affect-novembers-elections/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/trumps-fixation-on-voting-has-had-mixed-results-he-still-has-ways-to-affect-novembers-elections/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — President Donald Trump has tried many ways to tighten his grip on U.S. elections, from signing executive orders to pushing restrictive legislation in Congress. Monday's Supreme Court ruling siding with states that accept late-arriving mail ballots was the latest example showing the limits of his reach.]]></description><pubDate>Tue, 30 Jun 2026 04:03:57 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — President Donald Trump has tried many ways to tighten his grip on U.S. elections, from signing executive orders to pushing restrictive legislation in Congress. Monday's Supreme Court ruling siding with states that accept late-arriving mail ballots was the latest example showing the limits of his reach.</p><p>It followed back-to-back rulings last week that barred his two sweeping executive orders seeking to change national election rules, more court rulings preventing his Department of Justice from obtaining detailed state voter data and his stalled attempts to get the Senate to pass the SAVE Act. That measure would eliminate nearly all absentee voting, require citizenship documents to register to vote and impose photo identification requirements nationwide right before the midterm elections.</p><p>“It’s been a mixed bag for Republicans,” said University of Notre Dame law professor Derek Muller. But the president, he added, “has come up mostly empty-handed.”</p><p>Trump's efforts have not been entirely fruitless. Republican-run states have satisfied his demands to redraw congressional district lines, efforts buoyed by the Supreme Court striking down a key section of the Voting Rights Act, and he has been directing his Department of Justice to investigate voting and election operations, which Democrats see as a possible prelude to their involvement in November.</p><p>All the activity around how the nation votes and runs its elections is a reflection of the Republican president's long fixation on his false claim that his 2020 election defeat was rigged. He has been so frustrated by the inability of the Senate to pass the SAVE Act that he has refused to sign a bipartisan housing bill.</p><p>He weighed in again Monday after the Supreme Court's decision in the mail ballot deadline case, saying on his social media account that he is trying to “save America from crooked elections.” Voting rights groups and Democrats see him abusing power and attempting to suppress legal voters to gain an advantage in the midterms, when control of Congress is at stake.</p><p>Regardless, Muller said Trump faces legal and political realities: The Constitution gives the states and Congress authority over elections while providing no such role for the president.</p><p>“That’s how federalism works,” Muller said.</p><p>Here’s a look at Trump’s efforts to reshape election rules and what options he might have left for the November midterms.</p><p>Focus on noncitizens and voter data has met roadblocks</p><p>The president has repeatedly said U.S. elections are riddled with fraud in part because of noncitizen voting. Research shows the problem to be rare, accounting for a minuscule percentage of fraud cases. Convictions are measured in the hundreds over periods in which tens of millions of ballots are cast.</p><p>Trump’s view resulted in a multiagency push to nationalize voter data and use federal resources to help states remove voters from the rolls. The Department of Justice has sought detailed voter files from multiple states, data that would include dates of birth and partial Social Security numbers. Democratic and some Republican secretaries of state balked, and federal lawsuits followed. The administration has lost every case so far.</p><p>Homeland Security citizenship check rejected in court</p><p>Trump's Department of Homeland Security, with help from the DOGE effort led by Elon Musk, revamped a government tool called SAVE (Systematic Alien Verification for Entitlements). The program has been a key pillar of his efforts to cull potentially ineligible voters from state rolls.</p><p>Last week, a federal judge blocked its use as a mass citizenship check.</p><p>The administration, according to its own news releases, had allowed local election administrators to search users by the thousands, using a wider range of metrics rather than DHS-issued identification numbers. At least 67 million registrations, primarily in Republican-controlled states, were analyzed. Tens of thousands were flagged as potential noncitizens or people who have died, but some voters were wrongly identified as ineligible.</p><p>U.S. District Court Judge Sparkle L. Sooknanan ruled that Trump’s changes aggregated Americans’ sensitive personal data in a way that could result in voters being wrongly purged from the rolls.</p><p>“All in all, the federal government has knowingly trampled on the privacy rights of American citizens in a manner that threatens the sacred right to vote,” Sooknanan said in her order.</p><p>Executive orders used in place of legislation</p><p>As presidents before him, Trump signed executive orders when Congress would not enact his policy preferences.</p><p>Trump’s first order reflected his emphasis on noncitizens. Like the SAVE Act pending on Capitol Hill, it sought to require would-be voters to document their citizenship to be able to register to vote.</p><p>U.S. District Court Judge Denise Casper put a temporary block on the order last year as she considered the case and last week made her decision permanent. The Constitution, Casper wrote, “does not grant the President any specific powers over elections.”</p><p>Trump issued a second order in March, as the SAVE Act’s rough path in Congress became obvious. He called for a national voter list using data from U.S. Citizenship and Immigration Services and the Social Security Administration. Further, the order would have empowered the U.S. Postal Service to determine who gets an absentee ballot and threatened local elections officials with prosecution.</p><p>Absentee voting is a staple of U.S. elections, but Trump describes the practice, incorrectly, as allowing fraud — even as he has used it himself. A 2025 report by the Brookings Institution found that mail voting fraud occurred in only 0.000043% of total mail ballots cast.</p><p>Democratic secretaries of state sued, and U.S. District Court Judge Indira Talwani made the same legal assessment as Casper. The provisions, she wrote last week, “unconstitutionally violate the separation of powers.”</p><p>The White House has indicated it will appeal.</p><p>Even Trump says the SAVE Act has long odds</p><p>Trump on Monday called the Senate logjam “crazy” and one of the holdouts, Republican Alaska Sen. Lisa Murkowski, “Trump-deranged.”</p><p>It’s the latest legislative tussle that prompted Trump to demand Republicans scrap the filibuster, which requires most major legislation to get support from 60 of the 100 senators. But that likely wouldn’t matter in this case, with four of the Senate’s 53 Republicans declaring their opposition to the bill itself: Murkowski, Susan Collins of Maine, Mitch McConnell of Kentucky and Thom Tillis of North Carolina.</p><p>The president acknowledged Monday that the SAVE Act is “probably not going to happen.”</p><p>Trump still has options for the November elections</p><p>Both major parties have national operations to monitor elections, including legal teams ready to file challenges.</p><p>Despite the Republican National Committee losing the mail ballot case, Chairman Joe Gruters on Monday alluded to those efforts: “We are not going to be deterred by this decision, and the RNC will keep fighting to have elections end on Election Day,” he said.</p><p>Meanwhile, Trump has been developing a possible roadmap for more aggressive actions.</p><p>His U.S. attorney in Los Angeles said in June that he had opened multiple election fraud investigations, and he sent a prosecutor to the county's vote-tabulation center after California's June primary. Six months earlier, FBI agents executed a warrant and seized ballots and other records from the 2020 election in Georgia's Fulton County, which includes Atlanta.</p><p>Muller, the law professor, said local elections officials “already are having conversations about chain of custody disputes” for ballots as they are cast, collected, counted and stored.</p><p>He and UCLA law professor Rick Hasen noted that judicial warrants are required for the kinds of actions that happened in Fulton County. Muller predicted “the bar would be even higher” for any warrant the administration requests during a live election.</p><p>Hasen added that he's working to educate judges around the country on the importance of chain of custody for ballots.</p><p>“Republicans believe him when he says the election is rigged. And then when Republicans try to change voting rules to tighten things up, that causes Democrats to also think that the election system is being rigged,” Hasen said. “So, if what he’s trying to achieve is undermine voters’ confidence in the election process, he seems to have succeeded spectacularly.”</p><p>___</p><p>Associated Press writer Ali Swenson in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VWBZGAVP6XPCYVB4LOAY7KFMVE.jpg?auth=84e23f32cb23f12994e2e8c5485b53a2b042f3d20f5204eae81cdb1cc2ca2c67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump addresses the crowd as he departs after 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/B4XQD6HA3NIO4FZHOD2UVF7RUE.jpg?auth=eb2afdfa2c58d4b0c3e71f2e4574fad575290fd5f2675066e573838523422a0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person holds a sign about protecting voting rights during a protest near the White House, May 11, 2026, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7NA2WUSIUWHHCV2Q7TOA6W4TMI.jpg?auth=865678a9cacbc64c927f98de927d48b63d5539b306b942edb92ba2c040524769&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supporters of President Donald Trump carry flags and signs as they parade past the Capitol in Washington, after news that President-elect Joe Biden had defeated the incumbent in the race for the White House, in Washington, Nov. 7, 2020. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[A Jefferson for every era, from Lincoln to Trump, and the contradictions that endure]]></title><link>https://www.local10.com/news/politics/2026/06/30/a-jefferson-for-every-era-from-lincoln-to-trump-and-the-contradictions-that-endure/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/a-jefferson-for-every-era-from-lincoln-to-trump-and-the-contradictions-that-endure/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[CHARLOTTESVILLE, Va. (AP) — He's a prize-winning presidential historian who wrote an entire biography of Thomas Jefferson. But even Jon Meacham needs to think for a moment before defining what it means to be a “Jeffersonian.”]]></description><pubDate>Tue, 30 Jun 2026 04:02:27 +0000</pubDate><content:encoded><![CDATA[<p>CHARLOTTESVILLE, Va. (AP) — He's a prize-winning presidential historian who wrote an entire biography of Thomas Jefferson. But even Jon Meacham needs to think for a moment before defining what it means to be a “Jeffersonian.”</p><p>"Well for a long time, before the civil rights movement, it meant to be more inclined toward states' rights and limited government," says Meacham, the National Constitution Center's Semiquincentennial Scholar. He then pauses, and asks to start over, recalling how President Franklin Delano Roosevelt evoked Jefferson as an “apostle of liberty” who would have supported the U.S. fighting the Nazis in World War II.</p><p>You could define it in so many ways. Historians may argue over the “greatness” of individual founders, but as the country's 250th anniversary approaches many agree that no one's life and work resonates like Jefferson's. He embodied the “very best and the very worst” of the United States, Meacham says.</p><p>And a great deal in between.</p><p>America’s birth is rooted in his most profound contradiction — the man who proclaimed that “all men are created equal” while being a slaveholder to the end of his life. But Jefferson advanced and explored both sides of so many issues and world views that have defined the country's path: agrarian self-sufficiency and worldly innovation, pluralism and separatism, limited government and dreams of an “empire of liberty.”</p><p>“There is no more malleable figure in early America than Jefferson,” says Andrew Burstein, a professor of history at Louisiana State University who has summed up Jefferson's legacy in a book he published a decade ago: “Democracy’s Muse: How Thomas Jefferson became an FDR Liberal, a Reagan Republican, and a Tea Party Fanatic, All the While Being Dead.”</p><p>“There have been times in American history when just about everyone would have considered themselves ‘Jeffersonian,’" says historian Peter S. Onuf, author of numerous works on Jefferson. “Yet even at those moments, he was a controversial figure.”</p><p>It's an argument without end</p><p>Jefferson's legacy is debated even in settings that owe their existence to him.</p><p>On the campus of the University of Virginia, the college he founded and regarded as a signature achievement, stands a memorial to thousands of enslaved people who lived and worked there.</p><p>At Monticello, the mountaintop estate and plantation outside of Charlottesville where Jefferson lived when not in public office, a banner near the entrance features the Declaration and the caption, “After all, our guy wrote it.” But once on the grounds, reminders of his enslavement of hundreds are found throughout, from its “Burial Ground for Enslaved People” that includes dozens of graves to an exhibit dedicated to Sally Hemings, the enslaved woman with whom Jefferson is widely believed to have had six children.</p><p>Monticello's director of historic interpretation and audience engagement, Brandon Dillard, cites the staff's mission “to tell unflinching stories of America’s complex origins and fitful progress toward the ideals Jefferson articulated in the Declaration of Independence."</p><p>Jefferson regarded Monticello as a refuge from the times, but the times inevitably find their way here. A guide on the gardens and grounds tour points out that a foldable plant Jefferson tried and failed to grow — the “Mimosa Pudica,” or “sensitive plant” — now thrives because of climate change. The visitors' center is LEED Gold-certified for green energy, Dillard says, and geothermal systems have been installed in other buildings for temperature control.</p><p>Monticello raises questions old and new about race. Virtually all of the guides are white, an issue Dillard notes is prevalent nationwide. A recent survey released by the American Association for State and Local History found that around just 10% of workers at museums, historic sites and historical societies were nonwhite and that many “Latino/a/x, and multiracial respondents reported higher rates of discrimination and harassment.” (Dillard declined to answer in detail the experience of guides of color at Monticello.)</p><p>There is a Jefferson for every occasion</p><p>Jefferson’s contradictions date back through much of American history; he was claimed by both sides of the Civil War and both sides of the civil rights movement.</p><p>Nineteenth-century Confederates and 20th-century segregationists cited his defense of states' rights, while Abraham Lincoln and civil rights leaders emphasized Jefferson as the author of the Declaration of Independence. In the space of a few months in 1963, he would be invoked in the inaugural speech of Alabama Gov. George Wallace as he vowed defiance of federal efforts to integrate the state’s schools and by the Rev. Martin Luther King as he delivered his “I Have a Dream" speech during the March on Washington.</p><p>Roosevelt enlisted Jefferson as an ideological ally for the New Deal (the Thomas Jefferson Memorial in Washington, D.C., began as a New Deal project) and a former New Dealer-turned conservative, President Ronald Reagan, held up Jefferson decades later as a foe of wasteful spending. Jefferson has been cited often by free-speech advocates for his crucial support for the Bill of Rights, while President Donald Trump has quoted Jefferson's 1807 lament that “Nothing can now be believed which is seen in a newspaper” as an implicit endorsement of his modern war against “fake news.”</p><p>Jefferson has also been placed on either side of today's divide over immigration. Ibram X. Kendi, author of “How to Be an Anti-Racist,” cites his well-documented belief in colonization for Black people as inspiration for contemporary scapegoating and xenophobia. Meanwhile, at a time when the Trump administration is aggressively trying to restrict immigration and even denaturalize some citizens, Monticello continues its decades-old July 4 naturalization ceremonies, with Virginia Gov. Abigail Spanberger scheduled as this year's keynote speaker.</p><p>“As new citizens share their personal stories every Fourth of July," Dillard says, “we are reminded that the values uplifted in that Declaration are values toward which people from all backgrounds aspire.”</p><p>Many Monticello visitors, many reasons to visit</p><p>Monticello attracts hundreds of thousands of visitors each year. They come for many reasons.</p><p>Erin Porter is a Virginia native in her 40s who until recently had never been to Monticello and wanted to cross it off her bucket list, while Nathan Jaycox of Connecticut is a former nuclear engineer now seeking to absorb history for a class he hopes to teach. Duane Cromwell, a longtime resident of Vancouver, was here on a very personal mission.</p><p>Cromwell, 70, grew up in Greenville, South Carolina, where she was taught that slavery was “an economic necessity” and learned nothing about Jefferson's history of enslavement. In town last month for a family reunion, she arrived at Monticello anxious to get past the “whitewashed Southern version” and the myths of evil “yankees” and the victimized rebels who defied them.</p><p>“Did you (ever) notice kudzu growing up over trees and buildings while in the South? It is an invasive plant brought to the region to control erosion. Well, it is like racism. It is pervasive, part of the horizon, always there but soon you don’t notice it,” she says.</p><p>“Having said that, I do think that people do go along better, there is more interactions, relationships than when I was growing up. Everyone needs each other and in the South, there is a great sense of humor and friendliness that help people navigate the awkward moments.”</p><p>For Cromwell, Monticello was a chance to educate herself, to become a better person — and, like countless others before her, using Thomas Jefferson as a prism.</p><p>“Isn’t that what it’s all about?”</p><p>___</p><p>AP National Writer Hillel Italie frequently writes about American history.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZTNEQ7H6MLJPDY34VSMXC5WEUM.jpg?auth=1ff675d93828218faecebf3cfd6c17088005432570ac20c374b235c88cc1eaae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A statue of Thomas Jefferson, right, stands in New York's City Hall Council Chamber, July 14, 2010. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MXPEXMTBNU3WTQ23MYMC5OZXGU.jpg?auth=ee0527ffe34dbb5c81db1b9a1e352a23eb9448ef98a8f614ea685c05419b8401&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A quote by Thomas Jefferson, "…the failure of one thing repaired by the success of another; and instead of one harvest, a continued one throughout the year." is displayed in the White House Kitchen Garden during the White House Fall Garden Tour in Washington, Oct. 8, 2022. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M77KOJMM2L7ILPKL3MCQOMMJHA.jpg?auth=272a62d10820cb660689838343071e4dd6e92210709128cf4451aaca96227169&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A statue of University of Virginia founder, Thomas Jefferson, stands watch over the Rotunda at the University of Virginia on Nov. 14, 2022, in Charlottesville. Va. (AP Photo/Steve Helber, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Helber</media:credit></media:content></item></channel></rss>