<?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>Thu, 25 Jun 2026 12:57:40 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[FHP: 2 women dead after driver crashes Tesla into flatbed truck in Homestead]]></title><link>https://www.local10.com/news/local/2026/06/25/fhp-2-women-dead-after-driver-crashes-tesla-into-large-truck-in-homestead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/fhp-2-women-dead-after-driver-crashes-tesla-into-large-truck-in-homestead/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[Two women have died following a crash Thursday morning in Homestead that involved a Tesla and a flatbed commercial truck, authorities confirmed. ]]></description><pubDate>Thu, 25 Jun 2026 11:17:18 +0000</pubDate><content:encoded><![CDATA[<p>Two women have died following a crash Thursday morning in Homestead that involved a Tesla sedan and a flatbed commercial truck, authorities confirmed. </p><p>According to the Florida Highway Patrol, the crash occurred at about 2:30 a.m. in the northbound lanes of South Dixie Highway near Southwest 127<sup>th</sup> Avenue.</p><p>Troopers said the driver of the gray Tesla crashed into the back of the truck, which was part of a caravan of trucks driving slowly in the area, at about 20 mph.</p><p>The truck drivers had just finished working up the street before the crash occurred, authorities said.</p><p>Both women, who authorities said were in their late 20s or early 30s, were pronounced dead at the scene.</p><p>“That’s my son’s wife – one of those girls,” Constantine Allwood told Local 10 News. “I feel a way for her because she’s very young. She’s supposed to live out her life.”</p><p>The victims’ bodies were removed from the Tesla shortly after 7 a.m.</p><p>It’s unclear what caused the driver to crash into the back of the truck. </p><p>U.S. 1 was closed between Southwest 240th Street and 232nd Street after the collision.</p><p>The investigation into the crash remains ongoing.</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[Key inflation gauge jumps to 3-year high in latest sign of affordability challenges]]></title><link>https://www.local10.com/business/2026/06/25/key-inflation-gauge-jumps-to-3-year-high-in-latest-sign-of-affordability-challenges/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/key-inflation-gauge-jumps-to-3-year-high-in-latest-sign-of-affordability-challenges/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Federal Reserve’s preferred inflation gauge rose to a new three-year high in May as gas prices peaked, a sign rising costs could pose political problems for President Trump as midterm elections near.]]></description><pubDate>Thu, 25 Jun 2026 12:43:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Federal Reserve’s preferred inflation gauge rose to a new three-year high in May as gas prices peaked, a sign rising costs could pose political problems for President Trump as midterm elections near.</p><p>The Commerce Department said Thursday that consumer prices rose 4.1% in May from a year earlier, the largest annual increase since April 2023. On a monthly basis, inflation was 0.4% last month, matching April’s increase and down from 0.7% in March.</p><p>The increase was largely driven by more expensive gas, as well as pricier semiconductors and other computer equipment that are in high demand for the AI buildout. Rising prices have caused the inflation-fighters at the Federal Reserve to keep their key rate unchanged this year, a reversal from January when they had penciled in two cuts. Some economists forecast the central bank could lift rates this year instead.</p><p>New Fed chair Kevin Warsh last week underscored the central bank’s determination to drive inflation back to its 2% target, but he gave no sign of what steps the Fed might take. Some economists, however, now expect the central bank to increase rates this year. Those expectations have helped drive down share prices this week.</p><p>Oil and gas prices have fallen substantially since Trump agreed to a peace deal with Iran, but the conflict lifted gas prices to nearly $4.50 a gallon on average nationwide last month. They have since fallen back to $3.92 as of Thursday, according to AAA.</p><p>Excluding the volatile energy and food categories, core prices rose 3.4% in May compared with a year earlier, up from 3.3% in April and the largest increase since October 2023. On a monthly basis, they rose 0.3% from April to May, the same as the previous month.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T72D5YUW6SRXZ42L676B7JY33U.jpg?auth=96be7df81f0907ea8ec42b601bce7832b9a87033c67ce9e6ae70b889703aab1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A customer readies to pump gas at this Ridgeland, Miss., Costco, Tuesday, May 24, 2022. s. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VDOWTBTSC26BQFC5PG5TZ7AIXE.jpg?auth=8903933bc8123eca455da5a6bb0870cc33e241456f2e91484c9e709d20e64a3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person looks at the fresh fish at a grocery store Monday, May 11, 2026, in Nashville, Tenn. (AP Photo/George Walker IV, File)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[US economy expanded at solid 2.1% pace in January-March, government says, upgrading last estimate]]></title><link>https://www.local10.com/business/2026/06/25/us-economy-expanded-at-solid-21-pace-in-january-march-government-says-upgrading-last-estimate/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/us-economy-expanded-at-solid-21-pace-in-january-march-government-says-upgrading-last-estimate/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. economy expanded at a solid and unexpected 2.1% annual pace from January through March, the Commerce Department reported Thursday in its final estimate of first-quarter growth.]]></description><pubDate>Thu, 25 Jun 2026 12:40:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. economy expanded at a solid and unexpected 2.1% annual pace from January through March, the Commerce Department reported Thursday in its final estimate of first-quarter growth.</p><p>The growth in gross domestic product — the nation’s output of goods and services — marked a rebound from a sluggish 0.5% in the last three months of 2025 when a 43-day federal government shutdown weighed on the economy. Thursday’s numbers marked an upgrade from of Commerce’s previous first-quarter estimate of 1.6% growth.</p><p>Business investment surged, probably reflecting an investment boom in artificial intelligence. But consumer spending fell sharply from fourth-quarter 2025 and from Commerce’s previous estimate.</p><p>The U.S. economy — the world’s biggest — has continued to chug along despite the Iran energy shock. uncertainty. The American job market has proven especially resilient. Employers added an average 188,000 jobs a month from March through May after adding fewer than 10,000 a month in 2025 amid uncertainty over President Donald Trump’s trade and immigration policies.</p><p>Thursday’s report was the Commerce Department’s third and final estimate of first-quarter GDP growth. The first look at second-quarter economic growth is due July 30.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HNDGSHUJ54VSUTY7XG754FZEIU.jpg?auth=1a274535858e6f4c6aaf82cf9efb83e092e59fa8324a89626fe17fd72c63e609&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Customers wait their order in a food court at a wholesale store in Mount Prospect, 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[US jobless aid filings fall to 215,000 last week as layoffs remain low despite economic headwinds]]></title><link>https://www.local10.com/business/2026/06/25/us-jobless-aid-filings-fall-to-215000-last-week-as-layoffs-remain-low-despite-economic-headwinds/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/us-jobless-aid-filings-fall-to-215000-last-week-as-layoffs-remain-low-despite-economic-headwinds/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Fewer Americans applied for jobless aid last week as layoffs remain low despite economic headwinds that are creating uncertainty for businesses.]]></description><pubDate>Thu, 25 Jun 2026 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Fewer Americans applied for jobless aid last week as layoffs remain low despite economic headwinds that are creating uncertainty for businesses.</p><p>U.S. applications for unemployment benefits in the week ending June 20 fell by 12,000 to 215,000, the Labor Department reported Thursday. That’s fewer than the 225,000 new applications forecast by analysts surveyed by the data firm FactSet.</p><p>Weekly filings for unemployment benefits are considered representative of U.S. layoffs and are close to a real-time indicator of the health of the job market.</p><p>The four-week moving average of jobless claims, which evens out some of the weekly volatility, rose by 750 to 224,250.</p><p>The total number of Americans filing for unemployment benefits for the previous week ending June 13 increased by 21,000 to 1.82 million.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A3RQZXURNTGP7KYG5AKSRSCHKM.jpg?auth=84e42fd0f0c9552c5ed2abfdf4391cb6488121836d959d277d25e2434e76fe81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A hiring sign is displayed at a restaurant in Niles, Ill., Thursday, May 14, 2026. (AP Photo/Nam Y. Huh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Watching for home brews to start July]]></title><link>https://www.local10.com/weather/hurricane/2026/06/25/watching-for-home-brews-to-start-july/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/25/watching-for-home-brews-to-start-july/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[As June transitions to July next week, we’ll be keeping an eye off the shores of the southeast U.S. for an elongated area of low pressure tied to a stalled frontal zone that could spawn an area to watch by the middle to latter part of next week.]]></description><pubDate>Thu, 25 Jun 2026 12:38:04 +0000</pubDate><content:encoded><![CDATA[<p>As June transitions to July next week, we’ll be keeping an eye off the shores of the southeast U.S. for an elongated area of low pressure tied to a stalled frontal zone that could spawn an area to watch by the middle to latter part of next week.</p><figure><img src="https://www.local10.com/resizer/v2/BKDUGWNAYBCHDGZBXFTGNAEN6A.png?auth=8f5f75fe1641cbb39b215548b266d004a6da4a168e2e8051a8a21dc491c0ffdb&smart=true&width=1200&height=900" alt="Forecast low-level spin for next Wednesday morning (July 1st) from the overnight run of the European forecast model showing a dying frontal zone and areas of embedded spin. Forecast models are indicating low odds for now that one of these areas could organize later next week. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast low-level spin for next Wednesday morning (July 1st) from the overnight run of the European forecast model showing a dying frontal zone and areas of embedded spin. Forecast models are indicating low odds for now that one of these areas could organize later next week. Credit: TropicalTidbits.com.</figcaption></figure><p>For now, our computer models aren’t particularly bullish on tropical development odds, with Google’s DeepMind’s newest 1,000-member ensemble system showing only about a 10 percent chance of development from off the southeast U.S. to the northern Gulf for the latter part of next week.</p><figure><img src="https://www.local10.com/resizer/v2/YE36WWH2L5F2VEEL5476JRAD5Y.png?auth=afc2d2793f93fac762f5f83118003689e0d5b29beb720adbc1882824533d17a3&smart=true&width=1200&height=900" alt="Cumulative tropical development odds through Monday, July 5th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Cumulative tropical development odds through Monday, July 5th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. Credit: Deelan Jariwala.</figcaption></figure><p>Though the odds are low, it’s worth monitoring the trends, as waters are especially warm in the subtropical Atlantic east of Florida – at record to near-record warmth for the time of year – and wind shear will be less of a deterrent than in the main tropical belt where the subtropical jet will be slicing and dicing through would-be storms.</p><figure><img src="https://www.local10.com/resizer/v2/BRXJFQNXOZA2NKJ4JL2564J3ME.png?auth=bccb65d15742bb3783e877340a769a91c7f9baf30ee57b67cd645a8ef2a6800f&smart=true&width=1200&height=900" alt="Water temperatures relative to historical records. Areas shaded in red are at near-record warmth for the time of year, with hatched areas at record values for the time of year. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Water temperatures relative to historical records. Areas shaded in red are at near-record warmth for the time of year, with hatched areas at record values for the time of year. Credit: cyclonicwx.com.</figcaption></figure><p>Additionally, if anything were to develop, it would be closer to land and likely steered back in the direction of the U.S. for the July 4<sup>th</sup> holiday weekend.</p><p>For now, it’s not anything to worry about, but something we’ll want to check back on in the coming days and into next week.</p><p>Otherwise, as we’ve discussed in newsletters this week, the Atlantic will stay closed for business, with no development expected through the end of the month.</p><figure><img src="https://www.local10.com/resizer/v2/O7PK45NV25H6XCSQNRAZFTI4YU.PNG?auth=8e15254b0c9f78a5277d3de48689510350843fd3bc9122c68fce09bbd39d7a38&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPPIHXUMORHARCBBR7GAGX6GHE.PNG?auth=d84add6d8587babd181a631992fd21bf2bbc0269860ac1a5c8494924281c6903&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Woman accused of drowning 15-month-old daughter found not guilty by reason of insanity]]></title><link>https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity/</guid><dc:creator><![CDATA[David Dwork, Bridgette Matter]]></dc:creator><description><![CDATA[A woman on trial for a violent night that claimed the life of her 15-month-old daughter, has been found not guilty by reason of insanity.]]></description><pubDate>Wed, 24 Jun 2026 03:20:36 +0000</pubDate><content:encoded><![CDATA[<p>A woman on trial <a href="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/">for a violent night that claimed the life of her 15-month-old daughter</a> has been found not guilty by reason of insanity.</p><p><a href="https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/">Leer en español</a></p><p>Officials said 38-year-old Precious Bland drowned the baby, claiming she was trying to baptize everyone in the house, on Aug. 23, 2021. </p><p>Bland’s 38-year-old husband and 16-year-old daughter were stabbed in the incident and survived.</p><p>“God is good. This doesn’t bring back my daughter,” she said Wednesday after the verdict. “I’m thankful. I love my children. Just ready to get my life back together, my husband and my children -- just move forward.”</p><p>Authorities discovered the victims at a home located on Northwest 99th Street near 30th Avenue, where they also found Bland suffering from stab wounds determined to be self-inflicted. </p><p>Bland’s attorney said she was suffering from a COVID-19 induced psychosis.</p><p>“From the first day that I was hired to represent Precious Bland, having done the research, because there’s so much that we don’t know about COVID, and this was one of the first cases in the country to go to trial on COVID-19 to the defense of murder,” said attorney Larry Handfield. </p><p>Four other children, all under the age of 11, were in the home at the time of the attack, but they were not harmed.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Surfside marks five years since Champlain Towers South collapse]]></title><link>https://www.local10.com/news/local/2026/06/24/surfside-marks-five-years-since-champlain-towers-south-collapse/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/surfside-marks-five-years-since-champlain-towers-south-collapse/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[One by one, 98 names were read aloud early Wednesday morning as families, survivors, first responders and community members gathered in Surfside to honor the victims of the Champlain Towers South collapse, one of the deadliest building failures in U.S. history.]]></description><pubDate>Wed, 24 Jun 2026 11:26:10 +0000</pubDate><content:encoded><![CDATA[<p>One by one, 98 names were read aloud early Wednesday morning as families, survivors, first responders and community members gathered in Surfside to honor the victims of the Champlain Towers South collapse, one of the deadliest building failures in U.S. history.</p><p><a href="https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/">Leer en español</a></p><p>The 12-story condominium building collapsed in the early morning hours of June 24, 2021, while many residents were asleep inside. Ninety-eight people lost their lives.</p><p>During the Lighting of the Torch ceremony at Veterans Park, a torch was presented as a symbol of hope, resilience and remembrance.</p><p>“This torch is more than a light -- it is a promise, a promise that we will forever remember, that we will honor, that we will never allow these lives to be forgotten,” one speaker said.</p><p>A firefighter participating in the ceremony echoed that message.</p><p>“And let the light shine through all of us,” the firefighter said.</p><p>Only three people were rescued alive from the rubble following the collapse. Among them was Devin Gonzalez, who was 16 years old at the time. Her mother also survived.</p><p>Gonzalez lost her father in the tragedy.</p><p>“The rest of my family, my sister made it out because she wasn’t home that night, but my father was one of the 98 people that passed away, so he did not make it,” Gonzalez said.</p><p>Five years later, Gonzalez said the pain remains, but she hopes lessons learned from the collapse will help prevent a similar disaster from happening again.</p><p>“Yes, it’s angering and it’s hurtful, but to focus on the future, on things that we can do so that nothing like this ever happens again,” she said.</p><p>Among the speakers was Rachel Spiegel, daughter of Judy Spiegel, who died in the collapse.</p><p>“Five years since my mother went to sleep in the place that she called home and never came back,” she said. </p><p>Raquel Oliveira, the mother of Lorenzo Oliveira and wife of Alfredo Leone, both of whom passed away during the incident, also spoke. </p><p>“My son was 5 years old on that day,” she said. “From today on, I’ll have more time without Lorenzo than with him.”</p><p>A rescue expert from Israel, whose team specializes in locating people trapped in collapsed structures, said they worked around the clock to help in every way they could.</p><p>“We are honored to be able to help,” he said. “It’s a mitzvah to help the other, even if you don’t know the person. We are all humans and it doesn’t matter where we are. We are together to help each other -- one for all and all for one.”</p><p>For many first responders who spent weeks searching through the debris, the memories remain vivid.</p><p>“When we say we are never going to forget, we are never going to forget,” a firefighter said. “And those who were here — the thousands of first responders and community leaders that were here — we can never forget.”</p><p>The annual ceremony served as both a tribute to the 98 lives lost and a reminder of the lasting impact the collapse continues to have on families, survivors and the South Florida community.</p><p>Another remembrance ceremony at 88th Street and Collins Avenue in Surfside was held later in the morning.</p><p>The tragic anniversary comes after the <a href="https://www.local10.com/news/local/2026/06/23/investigation-reveals-issues-that-led-to-surfside-condo-collapse/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/23/investigation-reveals-issues-that-led-to-surfside-condo-collapse/">National Institute of Standards and Technology released a report</a> stating that the deadly destruction of the condominium actually started weeks before it collapsed into a pile of rubble in the middle of the night.</p><p>According to the report, two connections between garage columns and the pool deck started to fail around early June 2021. The combination of a structure design that did not meet building codes and alterations made to it over its 40 years meant that the other parts of the pool deck weren’t strong enough to withstand the extra load, leading to the type of slow-motion collapse.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Legal issues mounting against North Miami Beach’s new city manager]]></title><link>https://www.local10.com/news/local/2026/06/24/legal-issues-mounting-against-north-miami-beachs-new-city-manager/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/legal-issues-mounting-against-north-miami-beachs-new-city-manager/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[The city manager of North Miami Beach is facing mounting legal challenges just a few months into his role. ]]></description><pubDate>Wed, 24 Jun 2026 22:11:01 +0000</pubDate><content:encoded><![CDATA[<p>The city manager of North Miami Beach is facing mounting legal challenges just a few months into his role. </p><p>A whistleblower who said she was fired without due process spoke to Local 10 News this week about what happened regarding City Manager Darvin Williams, who <a href="https://www.youtube.com/live/GObfq1sq0PY?si=ebJjYR42Rr5ZnYGO" target="_blank" rel="noreferrer" title="https://www.youtube.com/live/GObfq1sq0PY?si=ebJjYR42Rr5ZnYGO">was previously fired by the city of Opa-locka</a> for <a href="https://portal.laserfiche.com/Portal/DocView.aspx?id=20635&amp;repo=r-6c489962&amp;searchid=82e141a8-4813-4c3e-a2b3-3c74d3658caf" target="_blank" rel="noreferrer" title="https://portal.laserfiche.com/Portal/DocView.aspx?id=20635&amp;repo=r-6c489962&amp;searchid=82e141a8-4813-4c3e-a2b3-3c74d3658caf">similar complaints</a>.</p><p>Kerlyn McHenry said several staff members are working in fear.</p><p>She had served as interim director of Public Works for the city of North Miami Beach, where she was known as process-driven, methodical, and, according to a letter of recommendation, “innovative and results-driven” and “highly respected,” which is why she says she was stunned when she was suddenly demoted, then fired, after flagging a series of procurement and accounting concerns for Williams. </p><p>“It alluded to capital funds being misappropriated, which is not a true statement at all, and so once I forwarded that to the manager, of course within hours police officers as well as HR was at my door,” she said. “I was pretty scared. I didn’t think that it was warranted.”</p><p>Michael Pizzi is McHenry’s attorney who, on Monday, sent the city a notice of their intent to sue.</p><p>“A violation of the Florida Whistleblower Statute, abuse of power, and a variety of other violations of federal, state, and local statutes,” said Pizzi. “Right now, the city of North Miami Beach, Ms. McHenry, and other employees are really being terrorized by the new administration.”</p><p>Court records show Williams is named a defendant in other suits, including a federal civil rights lawsuit filed by a former North Miami Beach employee who claims she was terminated without due process.</p><p>“It is a fear zone,” said McHenry. “Everyone’s afraid of Darwin Williams in the city of North Miami Beach.”</p><p>Williams hasn’t been with the city very long, <a href="https://www.facebook.com/citynmb/videos/with-the-oath-of-office-administered-our-city-manager-darvin-williams-officially/1106006721587585/" target="_blank" rel="noreferrer" title="https://www.facebook.com/citynmb/videos/with-the-oath-of-office-administered-our-city-manager-darvin-williams-officially/1106006721587585/">formally installed in February</a>.</p><p>Before that, he was with the city of Opa-locka. </p><p>In early-February, two days before he was formally sworn-in, Opa-locka’s Commissioner Natasha Ervin <a href="https://www.youtube.com/live/PtF_oOKYvRU?si=br9jZEn-tFYeK2Ex" target="_blank" rel="noreferrer" title="https://www.youtube.com/live/PtF_oOKYvRU?si=br9jZEn-tFYeK2Ex">spoke in front of the North Miami Beach commission</a>. </p><p>“After giving Darvin Williams a contract, everything went awry,” said Ervin. “Darvin terminated employees without due process. He even terminated one employee while he was away fulfilling his duty as an Army reservist. After firing Darvin Williams, it was discovered that he opened 17 bank accounts in the city’s name at a financial institution that we don’t do business with.”</p><p>In a memo dated on June 17, Williams told the mayor and city commission that in March, he assumed “additional responsibilities of interim chief financial officer.”</p><p>In May, Ervin filed a defamation suit against Williams, claiming he was falsely accused of a crime when she moved to hold him accountable. She is also represented by Pizzi.</p><p>“If the city of North Miami Beach commissioners had simply done a Google search, they would have known that this is what was going to happen,” said Pizzi. </p><p>Local 10 News reached out to Williams for comment but he had not replied as of the time of this story’s publication. </p><p>North Miami Beach Mayor Michael Joseph, who was the only “no” vote against hiring Williams, released a statement to Local 10 News. </p><blockquote><p>“The city commission faces a decision to stop Mr. Williams’ disruptive management decisions or remain silent and complicit while we continue to loose good and qualified employees. I was the only No vote against Mr. Williams’ hiring as City Manager because he publicly stated that he did not meet the minimum qualifications for the position. Despite my strong objections, the City Commission decided to allow Mr. Williams to prove himself or prove that my objections were correct and that his previous employer was right to fire him.” </p><p class="citation">North Miami Beach Mayor Michael Joseph</p></blockquote><p><b>MCHENRY NOTICE OF INTENT TO SUE: </b></p><p>Claiming wrongful demotion and wrongful termination, the notice states: “Our client contends these actions were not isolated events but were part of a coordinated effort to remove her from employment in retaliation for her protected complaints and whistleblower activity while treating her differently than similarly situated male employees.” </p><p><b>FROM THE FEDERAL LAWSUIT:</b></p><p>“Plaintiff, Marline Monestime, brings this civil rights lawsuit under 42 U.S.C. §1983 to obtain legal recourse against the Defendants for the deprivation of her constitutionally protected property interest in her continued employment with the City of North Miami Beach without due process, in violation of the Fifth and Fourteenth Amendments.</p><p>“WHEREFORE Plaintiff, Marline Monestime, demands the entry of a judgment in her favor and against Defendant, City of North Miami Beach, after trial by jury, declaring and determining that it violated her due process rights, reinstating her employment to the position she would have held, with all attendant wages and benefits, awarding her damages, lost past and future wages and employment-related benefits, mental anguish and emotional distress damages, awarding her attorney’s fees, costs, and all interest allowed by law, and such other relief as the Court deems just and proper.”</p><p> <iframe class="scribd_iframe_embed" title="Filed Lawsuit" src="https://www.scribd.com/embeds/1054868512/content?start_page=1&view_mode=scroll&access_key=key-aQ5O4TZuTsSXOSZTwqeA" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe></p><p> <iframe class="scribd_iframe_embed" title="1" src="https://www.scribd.com/embeds/1054868800/content?start_page=1&view_mode=scroll&access_key=key-43XDPxZqJqsFsuVRfI0m" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe></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[The Latest: Senate Republicans reject war powers resolution after Trump berates them at meeting]]></title><link>https://www.local10.com/news/2026/06/25/the-latest-senate-republicans-reject-war-powers-resolution-after-trump-berates-them-at-meeting/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/25/the-latest-senate-republicans-reject-war-powers-resolution-after-trump-berates-them-at-meeting/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Senate Republicans who were berated by President Donald Trump over opposition to his war in Iran held a late-night vote Wednesday to try to appease him, rejecting a war powers resolution a day after a similar measure passed.]]></description><pubDate>Thu, 25 Jun 2026 12:48:52 +0000</pubDate><content:encoded><![CDATA[<p>Senate Republicans who were berated by President Donald Trump over opposition to his war in Iran held a late-night vote Wednesday to try to appease him, rejecting a war powers resolution a day after a similar measure passed.</p><p>Trump harangued GOP senators face-to-face earlier in the day for allowing a vote to block his war in Iran on Tuesday, further escalating a feud that has diverted GOP efforts to focus on election-year affordability issues.</p><p>Also, congressional Democrats called for investigations Wednesday into renovations at the Lincoln Memorial Reflecting Pool, as the ongoing drama over the president’s problem-plagued, $16 million rehabilitation project continued to roil the capital.</p><p>Heres' the latest:</p><p>Key inflation gauge jumps to 3-year high in latest sign of affordability challenges</p><p>The Federal Reserve’s preferred inflation gauge rose to a new three-year high in May as gas prices peaked, a sign rising costs could pose political problems for President Trump as midterm elections near.</p><p>The Commerce Department said Thursday that consumer prices rose 4.1% in May from a year earlier, the largest annual increase since April 2023. On a monthly basis, inflation was 0.4% last month, matching April’s increase and down from 0.7% in March.</p><p>The increase was largely driven by more expensive gas, as well as pricier semiconductors and other computer equipment that are in high demand for the AI buildout. Rising prices have caused the inflation-fighters at the Federal Reserve to keep their key rate unchanged this year, a reversal from January when they had penciled in two cuts. Some economists forecast the central bank could lift rates this year instead.</p><p>▶ Read more</p><p>Lawmakers demand answers as turmoil over Reflecting Pool repair continues</p><p>Congressional Democrats called for investigations Wednesday into renovations at the Lincoln Memorial Reflecting Pool, as the ongoing drama over the president’s problem-plagued, $16 million rehabilitation project continued to roil the capital.</p><p>Lawmakers in the House and Senate demanded answers about the saga that’s been highlighted in the news cycle for weeks, even as the White House has repeatedly blamed — without evidence — unidentified vandals for peeling paint and other problems. Six people have been arrested, President Donald Trump said, without providing details, and a local wildlife nonprofit conducted necropsies on dead ducks found near the Reflecting Pool. The president has said the pool may need to be drained once again for additional repairs.</p><p>Connecticut Sen. Richard Blumenthal, the top Democrat on the Senate Permanent Subcommittee on Investigations, challenged the Trump administration over no-bid contracts for work on the Reflecting Pool, saying they were awarded to vendors with previous relationships to Trump.</p><p>▶ Read more</p><p>Senate Republicans reject war powers resolution after Trump berates them at Capitol meeting</p><p>Senate Republicans who were berated by President Donald Trump over opposition to his war in Iran held a late-night vote Wednesday to try to appease him, rejecting a war powers resolution a day after a similar measure passed.</p><p>Trump harangued GOP senators face-to-face earlier in the day for allowing a vote to block his war in Iran on Tuesday, further escalating a feud that has diverted GOP efforts to focus on election-year affordability issues and brought much of the chamber’s business to a halt. He exchanged particularly harsh words with Louisiana Sen. Bill Cassidy, one of four Republicans who had voted with Democrats on the measure.</p><p>Hours later, though, Cassidy was invited to receive a personal briefing on the war at the White House from Vice President JD Vance and envoy Steve Witkoff. Cassidy then returned to the Capitol to vote against a separate but nearly identical war powers resolution.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N6TFN5H2DVY7LSQLN33XWQRT7U.jpg?auth=bc3efb41d09c5074f15250f7253733c6da56b4713878fa65f8d0751bd4bb8072&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves after speaking at the opening of the Great American State Fair on the National Mall, Wednesday, June 24, 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/FSMGAX3F7FDPZTKHJFSFV7BHRU.jpg?auth=8dded18f6499f6f5d222a384321c0233f20e3a41a45b7ba9c627277e903ad345&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 on stage after speaking at the opening of the Great American State Fair on the National Mall, Wednesday, June 24, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Alanis Morrisette’s ‘Jagged Little Pill’ musical coming to Broward County]]></title><link>https://www.local10.com/news/local/2026/06/24/alanis-morrisettes-jagged-little-pill-musical-coming-to-broward-county/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/alanis-morrisettes-jagged-little-pill-musical-coming-to-broward-county/</guid><dc:creator><![CDATA[Jason Carter, Ayurella Horn-Muller]]></dc:creator><description><![CDATA[Alanis Morrisette’s 1995 masterpiece “Jagged Little Pill” is considered one of the best albums of all time. ]]></description><pubDate>Thu, 25 Jun 2026 01:52:20 +0000</pubDate><content:encoded><![CDATA[<p>Alanis Morrisette’s 1995 masterpiece “Jagged Little Pill” is considered one of the best albums of all time. </p><p>In 2018, the music became a musical show. </p><p>Now, South Florida gets to experience the Tony Award-winning spectacle.</p><p>Much like Morrisette’s album, “Jagged Little Pill, the Musical” takes you on a journey.</p><p>Kimberly Doreen Burns plays the lead, Mary Jane Healy -- a role that Burns’ lived experiences helped her connect with.</p><p>From the Amatura Theater at the Broward Center for the Performing Arts, the musical is brought to life by Slow Burn Theater, a local professional actors company that has leaned into diversity and the eclectic when it comes to its productions.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man convicted of fatally stabbing his wife set to be ninth person executed this year in Florida]]></title><link>https://www.local10.com/news/florida/2026/06/25/man-convicted-of-fatally-stabbing-his-wife-set-to-be-9th-person-executed-this-year-in-florida/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/25/man-convicted-of-fatally-stabbing-his-wife-set-to-be-9th-person-executed-this-year-in-florida/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[STARKE, Fla. (AP) — A Florida man convicted of fatally stabbing his wife decades ago is set to be executed Thursday evening.]]></description><pubDate>Thu, 25 Jun 2026 09:52:37 +0000</pubDate><content:encoded><![CDATA[<p>STARKE, Fla. (AP) — A Florida man convicted of fatally stabbing his wife decades ago is set to be executed Thursday evening.</p><p>Dusty Ray Spencer, 74, is scheduled to receive a three-drug injection starting at 6 p.m. at Florida State Prison near Starke for the 1992 stabbing death of his wife Karen.</p><p>If carried out, this would be Florida’s ninth execution to date this year following a record 19 executions in 2025. Republican Gov. Ron DeSantis oversaw more executions in a single year in 2025 than any other Florida governor since the death penalty was reinstated in 1976. The previous record was set in 2014 with eight executions.</p><p>Court records show Spencer was arrested after choking and threatening to kill Karen Spencer in December 1991. While in jail, Dusty Ray Spencer called his wife and warned her that when he got out, he was going to finish what he started.</p><p>On Jan. 18, 1992, Spencer beat his wife’s teenage son with a clothes iron when the boy tried to stop Spencer from attacking his mother, officials said. Then about a week later, the son responded to a commotion outside their home and found Spencer hitting his mother in the head with a brick, according to officials.</p><p>Court records show the teen tried to shoot Spencer with a rifle, but the gun misfired. Spencer threatened the teen with a knife, and the boy ran away to get help. When police arrived, they found Karen Spencer dead with several stab wounds to the chest.</p><p>Spencer was initially sentenced to death in 1992 after being convicted of first-degree murder, attempted first-degree murder, aggravated assault and aggravated battery. In 1994, the Florida Supreme Court ordered a new sentencing after finding that the trial court had mishandled evaluating aggravating and mitigating circumstances. Spencer was resentenced to death the next year, and subsequent appeals have been denied.</p><p>Last week, the state Supreme Court rejected Spencer’s appeals. His attorneys had argued that he has health issues such as liver disease that pose a heightened risk of pain and suffering and argued that executing him at his advanced age would constitute cruel and unusual punishment.</p><p>A final appeal was still pending before the U.S. Supreme Court.</p><p>A total of 47 people were executed in the U.S. in 2025. Florida led the way with a flurry of death warrants signed by DeSantis. Alabama, South Carolina and Texas tied for second with five executions each.</p><p>Another execution is scheduled in Florida for July 14. Dennis Sochor, 74, was convicted of killing a woman just hours into 1982 after meeting her at a New Year’s Eve party.</p><p>All Florida executions are carried out by lethal injection of a sedative, a paralytic and a drug that stops the heart, according to the Department of Corrections.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FBV5ANG7PBCH7OWSAVBSJ74NF4.jpg?auth=4aa74bd95a04e24959a666b07b37c271edbff2a9c15dab53982e1b980cf05abc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Former FedEx Freight employees accused of stealing scores of Apple products, Medley police say ]]></title><link>https://www.local10.com/news/local/2026/06/25/former-fedex-freight-employees-accused-of-stealing-scores-of-apple-products-medley-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/25/former-fedex-freight-employees-accused-of-stealing-scores-of-apple-products-medley-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Two former FedEx Freight employees are facing charges after being accused of stealing tens of thousands of dollars’ worth of Apple products in Miami-Dade County, authorities confirmed.]]></description><pubDate>Thu, 25 Jun 2026 12:05:52 +0000</pubDate><content:encoded><![CDATA[<p>Two former FedEx Freight employees are facing charges after being accused of stealing tens of thousands of dollars’ worth of Apple products in Miami-Dade County, authorities confirmed.</p><p>According to an arrest report from the Medley Police Department, Michael Turro-Cabrera, 43, of Pembroke Pines, was arrested Tuesday on charges of grand theft of cargo under $50,000 and organized fraud.</p><p>His co-defendant, Yasmany Aguiar-Gonzalez, 39, remains at large.</p><p>According to police, the Apple products were stolen on Nov. 28 and Nov. 29, 2025, while the items were supposed to be in the care of Turro-Cabrera, who at the time was a driver for FedEx Freight.</p><p>Police said FedEx Freight formally reported the thefts on Dec. 18, 2025, after Apple confirmed shortages totaling $22,507.28 on Nov. 28 and $8,658.20 on Nov. 29.</p><p>FedEx Freight confirmed that Turro-Cabrera was fired on Dec. 18, 2025, for “policy violations,” including unexplained extended stops and “timeclock manipulation” that was discovered during an internal review, the arrest report stated.</p><p>According to the report, surveillance video from Nov. 28 shows Turro-Cabrera making an unauthorized stop in a Pinecrest alleyway in his assigned FedEx Freight truck before a gray Dodge pickup truck arrived and backed up directly to the rear of the truck “in a manner consistent with a back-to-back cargo transfer.”</p><p>Police said the video “strongly suggests” that items were moved from the FedEx Freight trailer into the pickup truck before a white male drove away in the pickup truck.</p><p>According to the report, a phone records check revealed that Turro-Cabrera placed a call to Aguiar-Gonzalez at the exact time he arrived in the Pinecrest alleyway.</p><p>Police said FedEx Freight personnel reviewed the footage and identified the driver of the pickup truck as Aguiar-Gonzalez, who they said was a former driver of theirs who had also been terminated after working for the company for eight years.</p><p>“FedEx Freight does not tolerate illegal activity within our network,” a company spokesperson told Local 10 News in a statement after Turro-Cabrera’s arrest. “The security of our customers’ shipments is a top priority, and we fully cooperate with law enforcement on investigations. This individual is no longer employed by the company.”</p><p>Anyone with information about Aguiar-Gonzalez’s whereabouts is asked to call Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5JW7AWAFQZCGTNN4UZUBBZNVEM.jpg?auth=1882edf69349be40f8f6a0d11ffc7a15ba555affccd0986795f2ddeb100a1005&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[LO ÚLTIMO: Fuertes sismos golpean Venezuela, al menos 164 muertos]]></title><link>https://www.local10.com/espanol/2026/06/25/lo-ultimo-fuertes-sismos-golpean-venezuela-al-menos-164-muertos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/25/lo-ultimo-fuertes-sismos-golpean-venezuela-al-menos-164-muertos/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Dos potentes sismos que sacudieron Venezuela han dejado hasta ahora un saldo de al menos 164 muertos y 971 heridos, según la presidenta encargada Delcy Rodríguez.]]></description><pubDate>Thu, 25 Jun 2026 12:25:39 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Dos potentes sismos que sacudieron Venezuela han dejado hasta ahora un saldo de al menos 164 muertos y 971 heridos, según la presidenta encargada Delcy Rodríguez.</p><p>Los equipos de rescate trabajan en las zonas más afectadas para liberar a personas atrapadas bajo los escombros.</p><p>Los terremotos de 7,2 y 7,5 grados de magnitud son los más fuertes registrados en Venezuela en más de un siglo y han causado daños en el principal aeropuerto del país y el colapso de decenas de edificios.</p><p>Aquí los últimos acontecimientos registrados en Venezuela:</p><p>Mandatarios latinoamericanos ofrecen su ayuda</p><p>Varios gobernantes de la región de signo conservador mostraron su solidaridad con Venezuela, sin importar las diferencias ideológicas. El presidente de El Salvador, Nayib Bukele, señaló que 300 miembros de equipos de rescate y paramédicos, junto con 50 toneladas de equipamiento, medicamentos y suministros de emergencia, estaban listos para viajar a Caracas.</p><p>El presidente argentino Javier Milei también dijo estar dispuesto a brindar ayuda humanitaria en coordinación con organizaciones internacionales, si fuera necesario. En tanto, el presidente chileno José Antonio Kast afirmó que su gobierno está dispuesto a coordinar el envío de ayuda humanitaria y a desplegar equipos de rescate en Venezuela, y lo mismo indicó el presidente de la República Dominicana, Luis Abinader.</p><p>Los mandatarios de Bolivia, Rodrigo Paz; de Panamá, José Raúl Mulino, y de Ecuador, Daniel Noboa, también ofrecieron su ayuda.</p><p>Estados Unidos en contacto con Venezuela</p><p>El subsecretario de Estado Christopher Landau afirmó en X que “Estados Unidos se solidariza con el pueblo venezolano tras los devastadores terremotos" y está en contacto con las autoridades para movilizar ayuda. Y terminó su mensaje diciendo en español “¡Fuerza, Venezuela! ¡Estamos con vosotros!”.</p><p>Pasar la noche a la intemperie</p><p>Cientos de personas amanecieron el jueves en las cercanías de edificios que fueron evacuados.</p><p>María Cristina Díaz, una trabajadora de limpieza de 41 años, comentó que no pudo dormir en toda la noche y que se alojó en a la Plaza Candelaria, en el centro de Caracas, porque es uno de los pocos lugares despejados en las cercanías de su casa.</p><p>Las ciudades venezolanas carecen de puntos de reunión demarcados donde las personas pueden concentrarse después de un sismo.</p><p>“Teníamos miedo que los edificios se nos vinieran encima. Pasamos frío. Mi mamá, mi hija y yo no pegamos un ojo, pero no queríamos pasar la noche solas en casa”, comentó Díaz.</p><p>Otros pernoctaron en vehículos aparcados en las calles. Las autoridades han pedido que no regresen a las casas con daños estructurales.</p><p>Clases suspendidas</p><p>El Ministerio de Educación indicó en un comunicado la noche del miércoles que se han suspendido las actividades escolares en todo el país y que las escuelas serán utilizadas como centros de acopio y refugios para atender a las familias afectadas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NVVGADT3Y3QDXXF52GOJBCZ2VA.jpg?auth=66aa95574c5f6fa69c7e0b5e340a0fcd7cbf05349161578775cb9916bda16765&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre permanece de pie entre los escombros de un edificio derrumbado tras un terremoto en La Guaira, Venezuela, el jueves 25 de junio de 2026. (AP Foto/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/FYQH4SZD6I7EJWULAMR3GIDQ5E.jpg?auth=f78ed71ff6493f716c3db3ee0f5c112ab6a4fef1136c1415a09139f24b66a57b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate buscan supervivientes entre los escombros de un edificio derrumbado tras el terremoto que sacudió Caracas, Venezuela, el jueves 25 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/YFQGDDIIDFXCK6CZB7LVCENHAY.jpg?auth=e6354d93fb55d3931573408c6ba7173fbc30f1b384d80296cc296e57347a5062&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate buscan entre los escombros de un edificio derrumbado tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (AP Foto/Javier Campos)]]></media:description><media:credit role="author" scheme="urn:ebu">Javier Campos</media:credit></media:content></item><item><title><![CDATA[AP Exclusive: Sen. Van Hollen backs El-Sayed for Michigan Senate in break from Democratic leadership]]></title><link>https://www.local10.com/news/politics/2026/06/25/ap-exclusive-sen-van-hollen-backs-el-sayed-for-michigan-senate-in-break-from-democratic-leadership/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/25/ap-exclusive-sen-van-hollen-backs-el-sayed-for-michigan-senate-in-break-from-democratic-leadership/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Maryland Sen. Chris Van Hollen is backing progressive Abdul El-Sayed in Michigan’s Democratic Senate primary, breaking with party leadership and intensifying a battle over the party’s direction in one of the most important Senate races of 2026.]]></description><pubDate>Thu, 25 Jun 2026 12:11:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Maryland Sen. Chris Van Hollen is backing progressive Abdul El-Sayed in Michigan’s Democratic Senate primary, breaking with party leadership and intensifying a battle over the party’s direction in one of the most important Senate races of 2026.</p><p>Van Hollen’s endorsement, shared first with The Associated Press on the day early voting begins in Michigan, makes him the first senator to back El-Sayed since Sen. Bernie Sanders endorsed him shortly after he launched his campaign last year. It also comes on the heels of big wins for progressive challengers in New York U.S. House races on Tuesday.</p><p>The Aug. 4 race in Michigan has increasingly split Democrats along ideological lines, with Senate Democratic Leader Chuck Schumer backing U.S. Rep. Haley Stevens and state Sen. Mallory McMorrow drawing support from other prominent senators.</p><p>Democrats will need to hold the Michigan seat if they want a shot at winning the majority this year. It opened by Democratic Sen. Gary Peters’ retirement and former Rep. Mike Rogers has an uncontested path to the Republican nomination.</p><p>In an interview with the AP, Van Hollen said he believed El-Sayed was the “strongest” candidate who can win in November, and “the candidate who’s willing to take on the status quo.”</p><p>“When I say the status quo, I mean not just the lawless Trump administration, but take on the Democratic establishment that has not fought hard enough for working people," said Van Hollen.</p><p>Senate Democrats have split across the field</p><p>Schumer last week publicly backed Stevens, a fourth-term congresswoman from suburban Detroit who is seen as the more moderate candidate in the race. Stevens has also benefited from heavy outside spending, including nearly $8 million this month from United Democracy Project, a super PAC affiliated with the American Israel Public Affairs Committee.</p><p>McMorrow, a state senator, has tried to carve out her own lane between Stevens and El-Sayed as an anti-establishment candidate with a reform-focused agenda. She has won endorsements from other senators, including Connecticut Sen. Chris Murphy and Massachusetts Sen. Elizabeth Warren, while also drawing millions in outside support.</p><p>El-Sayed, the former Wayne County health director, has run furthest to the left on issues including Medicare for All and halting all U.S. weapons transfers to Israel, making him a favorite of the party’s progressive wing. He has campaigned with popular-yet-controversial streamer Hasan Piker, who has millions of followers online but has said things such as that “America deserved 9/11.”</p><p>Earlier this month, the United Auto Workers endorsed him, saying its members “want a fighter in Washington, D.C. who isn’t afraid to push forward a strong working-class agenda with moral clarity.”</p><p>Van Hollen said he believes El-Sayed is best positioned to compete in a battleground state because he is running on affordability and against what he described as a political system too influenced by wealthy donors and special interests.</p><p>“This is not about left versus right. This is about very concentrated economic and political power at the top, and everybody else,” Van Hollen said. “And he’s fighting for everybody else.”</p><p>El-Sayed praised Van Hollen after receiving the endorsement, calling it the “culmination of an ongoing conversation” and describing the senator as a “mentor.”</p><p>With progressives coming off a string of wins in New York, El-Sayed said the results reflected the same frustrations he has heard from voters across Michigan.</p><p>“It’s not surprising to me that candidates who buck that system win,” El-Sayed said. “I really hope that folks in D.C., like Chuck Schumer, decide to pay attention, finally.”</p><p>Tensions with Schumer come as Democrats debate their future</p><p>Asked whether backing El-Sayed amounted to a broader rebuke of Democratic leadership, Van Hollen said the endorsement was “not about personalities” but about backing a candidate who would take on both President Donald Trump and “the establishment Democratic Party” that he said is “too cozy with big money special interests.”</p><p>Van Hollen has not called on Schumer to step aside. Asked if he would be interested in leading Democrats in the Senate, Van Hollen told AP that he has “not thought about doing that.”</p><p>But his endorsement lands at a moment of growing friction between Democratic leadership and the party’s left flank over how aggressively to confront Trump and what kind of candidates can win in battleground states.</p><p>Those tensions were exacerbated earlier this month in Maine, where Schumer had backed Gov. Janet Mills in the Democratic Senate primary before she suspended her campaign and progressive Graham Platner won the nomination.</p><p>Van Hollen has also been among the Senate Democrats urging the party to rethink its approach after the 2024 election. He framed his endorsement of El-Sayed at odds with leadership as a “difference of opinion with respect to which candidates will best connect with voters.”</p><p>“I think it's pretty clear that Abdul is the candidate who can build a grassroots movement and others are not," said Van Hollen.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RC4HW634ZQQ6GZ7ISGPPLMJVFA.jpg?auth=15f7538bc18f769e03f7bba8abe70d6bd19b9840145ea1fb00091cd321a7a469&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of photos shows Rep. Haley Stevens, D-Mich., Feb. 6, 2025, in Washington, left, Michigan state Sen. Mallory McMorrow, D-Royal Oak, Aug. 19, 2024, in Chicago, center, and Abdul El-Sayed in Detroit on July 28, 2018. (AP Photo/Rod Lamkey, Jr., J. Scott Applewhite, Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey, Jr./ J. Scott Applew</media:credit></media:content></item><item><title><![CDATA[Once roiled by sexual abuse issue, Southern Baptist leadership now downplays its extent]]></title><link>https://www.local10.com/news/national/2026/06/25/once-roiled-by-sexual-abuse-issue-southern-baptist-leadership-now-downplays-its-extent/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/25/once-roiled-by-sexual-abuse-issue-southern-baptist-leadership-now-downplays-its-extent/</guid><dc:creator><![CDATA[By PETER SMITH, Associated Press]]></dc:creator><description><![CDATA[Four years ago, the Southern Baptist Convention received a landmark report asserting that top leaders in the nation’s largest Protestant denomination had long minimized reports of sexual abuse by clergy, intimidated survivors and stonewalled reforms.]]></description><pubDate>Thu, 25 Jun 2026 11:06:06 +0000</pubDate><content:encoded><![CDATA[<p>Four years ago, the Southern Baptist Convention received a landmark report asserting that top leaders in the nation’s largest Protestant denomination had long minimized reports of sexual abuse by clergy, intimidated survivors and stonewalled reforms.</p><p>The convention’s 2022 annual meeting passed a resolution apologizing to abuse survivors, several of them by name. It authorized reforms that included the creation of a database of credibly accused church workers.</p><p>It appeared to mark a reckoning within the SBC in tandem with the wider #MeToo and #ChurchToo movements — and a recognition that clergy sex abuse extended far beyond the much-publicized scandal in the Catholic Church.</p><p>But prominent survivors and advocates have largely given up trying to bring about change in the SBC after witnessing what they view as increasingly faltering efforts toward reform.</p><p>And now a counternarrative has reached the highest levels of convention leadership. Prominent Southern Baptists are promoting the view that although sexual abuse has occurred in the SBC, it never rose to a “crisis” level.</p><p>SBC president says issue of sexual abuse has been ‘weaponized’ and politicized</p><p>The SBC’s newly elected president, Florida pastor Willy Rice, has portrayed the 2022 report by consultant Guidepost Solutions as a “snipe hunt.” Rice said some people with political motives “weaponized” the issue against the large, conservative denomination.</p><p>Texas megachurch pastor Jack Graham, a former SBC president, similarly denied there was ever a “systemic sexual abuse crisis” in the denomination.</p><p>“The whole thing was a reckless hoax which has cost us not only millions of dollars but immeasurable damage to our witness,” Graham recently posted on the social media site X, alluding to costly lawsuits and impact on the SBC's reputation.</p><p>For survivors, such words are traumatizing but not surprising.</p><p>“For all those who watched us lead the reform, they also watched us get verbally attacked, maligned, bullied & in the end dropped,” survivor Tiffany Thigpen posted on X. She attended the 2022 annual meeting to advocate for reform but has avoided recent meetings.</p><p>Rice said churches should provide training on abuse prevention, report “any hint of illegal activity to the appropriate authorities” and care for victims.</p><p>The sexual-abuse reform effort “absolutely was weaponized, just like the #MeToo movement in the secular culture was weaponized,” Rice said. He drew a comparison with sexual assault allegations against Supreme Court Justice Brett Kavanaugh, who denied them and characterized them as politically motivated.</p><p>Rice maintained that churches, like other youth-serving organizations, have learned much about the issue.</p><p>“To the degree that there have ever been times that Baptist churches or Baptist institutions did not handle abuse correctly, that has damaged our witness,” Rice acknowledged in a news conference at the conclusion of the SBC’s annual meeting earlier this month in Orlando, Florida. “We have tried very hard over the last several years to correct that.”</p><p>Rejecting the framing of sexual abuse as a crisis, once a marginal view in the SBC, is increasingly mainstream. Rice’s sole opponent for SBC president, Josh Powell, took a similar stance.</p><p>Rice was elected at an annual meeting where delegates also advanced a constitutional ban on SBC churches with women pastors, a measure requiring ratification next year.</p><p>Survivor says there's no political agenda for those speaking out about abuse</p><p>Christa Brown — a survivor of sexual abuse by an SBC pastor and longtime advocate for reforms — said that if anyone was politicizing the abuse issue, it was people involved in SBC power struggles, not the victims.</p><p>“For clergy sex abuse survivors, there has never been anything to gain in speaking out. To the contrary, it almost always comes with a heavy personal cost,” she said via email. “There's no political agenda.”</p><p>She added: “There is no place within the SBC where someone who was sexually abused by a pastor or church worker can safely report it and get a proper response. I’ve been working within this arena for over two decades, and this reality has not changed.”</p><p>The convention’s 2022 annual meeting authorized a database of church workers credibly accused of sexual abuse and the creation of a task force to oversee reforms. The task force was later discontinued without creating the database, due in part to liability concerns.</p><p>The issue was turned over to the denomination’s Executive Committee, which instead is referring churches to existing sex-offender databases while focusing on abuse prevention and education.</p><p>Brown said sexual abuse committed by clergy is uniquely traumatizing. Abusive faith leaders often manipulate the religious language of spiritual authority and forgiveness to manipulate the trust of a minor.</p><p>“Sexual abuse committed by clergy carries unique dynamics (and this is something that most SBC leaders just don’t seem to understand... or don’t want to understand),” she wrote.</p><p>Jules Woodson, a survivor who advocated for SBC abuse reforms at past meetings, said on X she has since needed to “step far away as it became apparent the #SBC has never been, & will never be, a safe place for me...A woman.”</p><p>2019 report ‘Abuse of Faith’ highlighted allegations of sexual abuse</p><p>SBC skeptics of the idea of a systemic abuse crisis often point to the numbers.</p><p>A 2019 report, “Abuse of Faith” by the Houston Chronicle and San Antonio Express-News, found that about 380 Southern Baptist church leaders and volunteers faced allegations of sexual abuse in the previous two decades, with more than 700 victims. The newspapers drew from publicly available records, such as arrests, lawsuits and confessions.</p><p>Skeptics said that for a denomination with more than 40,000 churches and millions of members, those numbers were lamentable but not symptoms of a widespread crisis.</p><p>But advocates note abuse often goes unreported, particularly when the perpetrator holds a position of authority and often receives protection from other church leaders.</p><p>By comparison, a landmark report on the Catholic Church, conducted by the John Jay College of Criminal Justice, benefited from access to internal church documents on cases that hadn’t gone public. It found that more than 4,000 priests were accused of abuse between 1950 and 2002, about 4% of those serving then.</p><p>“Given that publicly reported cases (which are based largely on criminal convictions) are the tip of the iceberg, people should be horrified at what the size of that tip reveals about how huge the whole of the SBC’s clergy sex abuse iceberg almost certainly is,” Brown wrote.</p><p>The Guidepost report concluded that survivors repeatedly met “resistance, stonewalling and even outright hostility from some” in the denomination’s Executive Committee. Leaders of major churches failed to report abusers to police or their congregations, the report said.</p><p>Two of those named in the Guidepost report sued the SBC for defamation; their cases are pending.</p><p>Critics also have challenged the report’s characterization of cases involving women, contending these were consensual affairs that were sinful but not abusive. The women themselves described the actions as assaults or abuse in court depositions.</p><p>But advocates for survivors say there’s ample evidence of failures at high levels, even beyond Guidepost's criticisms of the Executive Committee. They cite the 2018 firing of influential seminary president Paige Patterson over his handling of rape allegations and the multiple abuse accusations against the late Paul Pressler, once a dominant force in SBC politics.</p><p>North Carolina pastor Bruce Frank, who chaired the Sexual Abuse Task Force formed in the wake of the “Abuse of Faith” report, said survivors understandably have given up on denominational reforms.</p><p>“We made some difference. It fell short of what a lot of people who suffered through that could reasonably expect,” said Frank, pastor of Biltmore Church, based in Arden, North Carolina.</p><p>He favored a database of credibly accused pastors to help prevent predators from moving to unsuspecting congregations.</p><p>“The bottom line is, how do you protect the most people in a loosely bonded, decentralized body, in a place that heavily relies on volunteers?” he said.</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/5747RMQF7W2N6NLSBUESOT5OII.jpg?auth=84c61128562efda1b4e3686be43655f19312b5ac64ee0a2408507ec5322f7a9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Attendees listen to a presentation during the annual meeting of the Southern Baptist Convention, Tuesday, June 9, 2026, in Orlando, Fla. (AP Photo/Phelan M. Ebenhack, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phelan M. Ebenhack</media:credit></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[The U.S. Supreme Court has ruled in a 6-to-3 decision that the claim by Exxon Mobil against the government of Cuba for confiscating their properties in the early 1960’s can proceed under the Helms-Burton law.]]></description><pubDate>Mon, 01 Jun 2026 13:35:22 +0000</pubDate><content:encoded><![CDATA[<p><b>June 24 update: US Supreme Court allows claim by Exxon Mobil against the government of Cuba to proceed</b></p><p>The U.S. Supreme Court has ruled in a 6-to-3 decision that the claim by Exxon Mobil against the government of Cuba for confiscating their properties in the early 1960’s can proceed under the Helms-Burton law.</p><p>This clearly sets a precedent for the other 5,913 registered American companies to file legal procedures against the Cuban government.</p><p><b>June 22 update: Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, dies</b></p><p>Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, died in Cuba Sunday at the age of 94. He was the founder of the Ministry of the Interior, known for its repressive measures against the Cuban people. Valdes is credited for killing numerous Cubans who opposed the regime from the early days of the revolution. Most recently, he was responsible for training the security police in Venezuela.</p><p><b>June 19 update: Cuba approves 176 new economic measures </b></p><p>The National Assembly of the Cuban government approved 176 new economic measures Thursday to help jumpstart their moribund economy. Similar economic reforms were introduced when Raul Castro took over power from his brother, Fidel, but they failed because the government’s infrastructure could not implement them. Are these measures in time to save Cuba from a total economic disaster? Many economists even inside the island have come out and said that they are a bit too late.</p><p>On Thursday, the European Parliament approved a resolution sanctioning Cuban President Miguel Díaz-Canel and the leaders of the Cuban economic military conglomerate, GAESA. Finally, it suspended the existing agreement between the EU and Cuba.</p><p><b>June 17 update: Can President Trump afford another conflict?</b></p><p>Now that the U.S. and Iran have reached an agreement to stop the war, can President Donald Trump politically afford another conflict? This time it will be with Cuba -- a nation that will offer little military resistance to the U.S., but can also be a political trap for Secretary of State Marco Rubio’s future run for the U.S. presidency.</p><p><b>June 11 update: Rubio announces sanctioning of CUPET:</b></p><p>U.S. Secretary of State Marco Rubio announced Thursday afternoon the sanctioning of Cuba’s oil and gas company, Union Cuba Petroleo (CUPET). This company had been confiscated from American owners at the start of the revolution.</p><p>This is a sign that Cuba’s government has not shown any willingness to negotiate with the U.S. This action further chokes the regime who is running out of options as the socio-economic problems get worse each day that passes.</p><p><b>June 10 update: Defense Secretary Pete Hegseth visits Guantanamo Bay for operational briefings</b></p><p>Defense Secretary Pete Hegseth traveled to Naval Station Guantanamo Bay in Cuba on Wednesday to receive updates and operational briefings on the base’s mission, according to the Pentagon.</p><p>According to <a href="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/" target="_self" rel="" title="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/">Reuters</a>, Hegseth flew into the U.S. naval base at Guantanamo Bay, marking the latest visit by a senior American official to the communist-led island as President Donald Trump’s administration continues to increase pressure on the Cuban government.</p><p>His trip comes less than two weeks after General Francis Donovan, the top U.S. military commander for Latin America, visited Guantanamo Bay and held discussions with a senior Cuban military official near the base’s perimeter.</p><p>Hegseth is the third high-ranking U.S. official to visit Cuba in recent months, highlighting Washington’s continued focus on the island amid ongoing tensions between the two countries.</p><p><b>June 8 update: What will be brought up during any future negotiations?</b></p><p>One of the issues that will certainly come up during any future negotiations between the U.S. and Cuba will be the 5,913 American companies, as well as Cuban-American properties, that were confiscated by the Cuban Revolution in the early 1960’s.</p><p>According to Mauricio Tamargo, former chairman of the Foreign Claims Office in the U.S. Department of Justice, the estimated values of these properties are in the billions.</p><p><b>June 3 update: Raúl Castro turns 95</b></p><p>Raúl Castro, the former president of Cuba, turns 95 years old Wednesday under the shadow of a criminal indictment from the U.S. and an uncertain future for Cuba with the legacy of his brother, Fidel Castro, on his shoulders.</p><p><a href="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>June 1 update: Looking to the future: Should Cuban Americans invest in Cuba?</b></p><p>A few months ago, Cuba’s Vice Minister Oscar Pérez-Oliva Fraga, who is the grand-nephew of Raúl Castro, invited Cuban Americans in exile to invest in Cuba. </p><p>In 2019, the Cuban government amended their constitution to allow foreign investment. However, they did not change their laws to protect the investments. </p><p>Therefore, the risks to invest in Cuba remain greater than the opportunities.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GRFDKGDRC74DOU2R3PXJON32UI.jpg?auth=5130579567e5825a55ca5dfbcaf75191d70e47c29cd21048c495dcb55e3a053b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks past a gas station that has run out of fuel, located near the U.S Embassy, pictured in the background, in Havana, Cuba, Feb. 7, 2026. (AP Photo/Ramon Espinosa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[June 25: Another hot, humid day with afternoon storms expected ]]></title><link>https://www.local10.com/weather/2026/06/25/june-25-another-hot-humid-day-with-afternoon-storms-expected/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/25/june-25-another-hot-humid-day-with-afternoon-storms-expected/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 100-105 plus degrees. ]]></description><pubDate>Thu, 25 Jun 2026 10:51:57 +0000</pubDate><content:encoded><![CDATA[<p>Get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 100-105 plus 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 coastal areas will stay dry and very hot. A south-east wind direction has helped push the smoke and haze from the brush fires more inland, but unfortunately, there is an air quality alert again for Miami-Dade until 3 p.m. Looking ahead, the arrival of Saharan dust will make some changes in our forecast leading into the weekend. 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[Bond set for drunken driver who cops say had headlights off before killing retired cop in Davie]]></title><link>https://www.local10.com/news/local/2026/06/24/bond-set-for-drunken-driver-who-cops-say-had-highlights-off-before-killing-retired-cop-in-davie/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/bond-set-for-drunken-driver-who-cops-say-had-highlights-off-before-killing-retired-cop-in-davie/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[A 74-year-old man accused of driving drunk and causing a crash that killed a retired Hollywood police officer has been ordered to remain under strict supervision while awaiting trial.]]></description><pubDate>Wed, 24 Jun 2026 21:26:56 +0000</pubDate><content:encoded><![CDATA[<p>A 74-year-old man accused of <a href="https://www.local10.com/news/local/2026/06/21/drunken-driver-74-had-headlights-off-before-killing-1-in-stirling-road-crash-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/21/drunken-driver-74-had-headlights-off-before-killing-1-in-stirling-road-crash-police-say/">driving drunk and causing a crash that killed a retired Hollywood police officer</a> has been ordered to remain under strict supervision while awaiting trial.</p><p><a href="https://www.local10.com/news/local/2026/06/24/fijan-fianza-para-conductor-ebrio-que-segun-la-policia-circulaba-con-las-luces-apagadas-antes-de-matar-a-ex-policia-retirado-en-davie/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/fijan-fianza-para-conductor-ebrio-que-segun-la-policia-circulaba-con-las-luces-apagadas-antes-de-matar-a-ex-policia-retirado-en-davie/">Leer en español</a></p><p>Jail records show Joseph Anthony Ciavarella faces charges including DUI manslaughter and vehicular homicide in connection with the June 11 crash near Stirling Road and University Drive in Davie. </p><p>Authorities said the victim, a 55-year-old retired Hollywood police officer, was attempting to make a left turn into a shopping plaza when Ciavarella struck her vehicle. </p><p>Investigators determined Ciavarella was intoxicated and driving without headlights at the time of the crash.</p><p>Law enforcement agencies have not publicly identified the victim because sources told Local 10 News that her teenage child was in the vehicle and witnessed the crash.</p><p>“Obviously it was a tragic loss for all of us when we heard about it,” said Danielly De Andrade, a detective with the Hollywood Police Department. “She was actually my first supervisor, so I was able to work with her for a little bit.”</p><p>De Andrade said the retired officer spent about 15 years with the department.</p><p>“It’s very hard for us to hear one of our own actually get affected by this, but we see it every day, and we just urge the public to not drink and drive,” she said.</p><p>The victim’s husband also works in law enforcement, adding to the impact the loss has had on South Florida’s law enforcement community.</p><p>“This is a loss for our community,” De Andrade added. “This is something that hits home, not something you want to hear after they retire.”</p><p>Asked what he would remember most about the victim, De Andrade described her as “just a kind person, very kind, family oriented, very experienced.”</p><p>Davie police obtained an arrest warrant and took Ciavarella into custody on Friday.</p><p>He did not physically appear during court hearing that was scheduled for Monday, according to the Broward State Attorney’s Office. </p><p>A Broward County judge ordered Ciavarella to surrender his passport, wear a GPS monitor, remain within the tri-county area, abstain from drugs and alcohol, and undergo random testing twice a month.</p><p>The judge also set his bond at $252,000 and ordered him to remain at a rehabilitation hospital while receiving treatment for injuries he suffered in the crash.</p><p>The victim’s funeral was scheduled for Thursday.</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[AI is plowing through the workplace. This new group wants to help people adapt and have jobs]]></title><link>https://www.local10.com/business/2026/06/25/ai-is-plowing-through-the-workplace-this-new-group-wants-to-help-people-adapt-and-have-jobs/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/ai-is-plowing-through-the-workplace-this-new-group-wants-to-help-people-adapt-and-have-jobs/</guid><dc:creator><![CDATA[By JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — America has been rushing into an artificial intelligence future without much of a plan to stop what could be catastrophic job losses.]]></description><pubDate>Thu, 25 Jun 2026 10:30:36 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — America has been rushing into an artificial intelligence future without much of a plan to stop what could be catastrophic job losses.</p><p>Critics warn of doomsday scenarios out of a sci-fi thriller, while backers say AI will generate so much new wealth that no one should worry too much about millions of layoffs.</p><p>A new bipartisan nonprofit hopes to ensure that America can realize the economic gains promised by AI without its workers suffering.</p><p>RAISE US is starting with more than $500 million to deploy on new forms of education and training, putting a focus on partnering with states and major employers rather than the federal government.</p><p>Founded by former Commerce Secretary Gina Raimondo, a Democrat, and former Indiana Gov. Eric Holcomb, a Republican, the group aims to pilot programs and incentives to help American workers pivot to new careers in an economy that will increasingly be automated by artificial intelligence.</p><p>“We’re talking about a certain level of unemployment that could destabilize our country and our democracy,” Raimondo said in an interview. “If you want to lead the world in AI, you have to take action to make sure our democracy doesn’t crumble.”</p><p>The programs will first start in Arkansas, Maryland, Utah and Connecticut</p><p>The nonprofit is initially partnering with officials in Arkansas, Connecticut, Maryland and Utah, along with several of America's largest companies and charitable organizations. The group intends to develop policies that connect schools more closely to employers, so that layoffs can be replaced by the potential for new jobs with higher incomes. They also are exploring changes to corporate taxes and other incentives with the goal of keeping people working.</p><p>“Good things tend to happen when you convert have-nots into haves,” Holcomb said.</p><p>Among the companies serving as anchor partners with RAISE US are Amazon, Microsoft, Anthropic, the OpenAI Foundation and Bank of America. Other employers involved in the project include UPS, General Motors, Eli Lilly, Mastercard, chipmaker AMD, Cisco and IBM.</p><p>Raimondo, the former Democratic governor of Rhode Island who played a formative role in setting AI policy as the Biden administration’s commerce secretary, will be the nonprofit’s CEO.</p><p>The advisory board includes former Republican House Speaker Paul Ryan, billionaire investment manager Stephen Schwarzman, AFL-CIO President Liz Shuler and the economists David Autor, Erik Brynjolfsson and Raj Chetty.</p><p>AI has the potential to displace human workers from factories to offices</p><p>An April analysis by the Boston Consulting Group estimated that roughly half of U.S. jobs will be reshaped by AI over the next few years. The analysis said that as many as 25 million jobs could be eliminated in the U.S. over the next five years. Goldman Sachs, in March, separately released an estimate that a quarter of U.S. work hours could be automated by AI.</p><p>More than just a glorified search engine or a generator of video clips and novelty images, AI could fill roads with driverless trucks, create factories staffed by robots and supplant office workers, lawyers and doctors.</p><p>President Donald Trump has expressed little anxiety about the possibility of AI displacing human workers.</p><p>Asked on Tuesday ahead of touring a Mack Trucks factory in Pennsylvania if AI could cause truckers to lose their jobs, Trump told a reporter, “Right now, they’re not.”</p><p>The president has been banking on the buildout of AI data centers and power plants to drive hiring and overall economic growth. While AI-related investments have helped the economy, manufacturing has shed 68,000 jobs and the trucking transportation sector has cut 28,300 jobs since the start of Trump’s second term, according to the Bureau of Labor Statistics.</p><p>“We have, right now, so many jobs that are going to be available and the biggest problem we have is getting the people,” Trump said. “So we’re really doing spectacular.”</p><p>Experts say education systems and labor policies aren't built for an AI economy</p><p>AI experts have warned of gaps between the transformations that AI could create and a 20th century social safety net of unemployment insurance and four-year college that seems ill-prepared for the scope, scale and speed of the change.</p><p>“AI is now disrupting multiple sectors simultaneously, faster than any institution can respond,” said Vivienne Ming, a neuroscientist who has written the book, “Robot-Proof: When Machines Have all the Answers, Build Better People.”</p><p>Ming said that she agrees with an argument by economists that the wealth generated by AI could create demand for more workers that could offset any job losses. But she said the skills that matter in an AI economy go beyond professions such as plumbing or construction and involve curiosity and intellectual flexibility.</p><p>“Neither our education system nor our labor policies are building the foundational human capital that AI-era work actually requires,” she said.</p><p>Raimondo said the new nonprofit wants to use states as a vehicle for testing ideas that Congress can later embrace as policies, paving the way for the possibility of more profound changes to both the tax code and the educational system.</p><p>“I don’t have a lot of hope for bold action by Congress in the next few years on this issue, and I don’t think we can wait a few years,” she said. “I also think there are many examples in history that when the federal government does take action, they will look around at what has been working in states. I feel pretty confident that they will look at the work that we’ve done.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UYVVDUCFSZG4TTL2HV6ETXUZF4.jpg?auth=98fee397becb7a592daa91eb66d5b654c3a99198316e6aeaabb5fb1c6675925b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The OpenAI logo is displayed on a cellphone with an image on a computer monitor generated by ChatGPT's Dall-E text-to-image model, Dec. 8, 2023, in Boston. (AP Photo/Michael Dwyer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Dwyer</media:credit></media:content></item><item><title><![CDATA[Zelenskyy says Russia is shifting air defenses to Moscow and other key sites after drone strikes]]></title><link>https://www.local10.com/news/world/2026/06/25/zelenskyy-says-russia-is-shifting-air-defenses-to-moscow-and-other-key-sites-after-drone-strikes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/zelenskyy-says-russia-is-shifting-air-defenses-to-moscow-and-other-key-sites-after-drone-strikes/</guid><dc:creator><![CDATA[By ILLIA NOVIKOV, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russia is moving a significant part of its air defenses to protect a handful of prime targets, including Moscow, as Ukraine’s long-range drones continue to hammer sites deep inside the country, Ukrainian President Volodymyr Zelenskyy says.]]></description><pubDate>Thu, 25 Jun 2026 12:09:52 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russia is moving a significant part of its air defenses to protect a handful of prime targets, including Moscow, as Ukraine’s long-range drones continue to hammer sites deep inside the country, Ukrainian President Volodymyr Zelenskyy says.</p><p>In new overnight strikes, meanwhile, Zelenskyy said Thursday that Kyiv's forces hit two more Russian oil refineries in Ufa, 1,500 kilometers (930 miles) from the front line, and an oil depot in the Krasnodar region, 300 kilometers (180 miles) from Ukraine.</p><p>Ukraine has in recent months stepped up its aerial campaign against Russian military installations and energy facilities. Its success has caused fuel shortages and disrupted army supply lines, stalling Moscow’s full-scale invasion of its neighbor after more than four years of fighting and rattling Russian officials.</p><p>Zelenskyy said in his daily address late Wednesday that Russia is moving more air defenses to the capital as well as to Valdai, a town some 500 kilometers (300 miles) northwest of Moscow where Russian President Vladimir Putin has a residence, and to protect the Kerch Bridge, a vital supply route connecting the Crimean Peninsula with the Russian mainland.</p><p>“In the Moscow region alone, they have amassed hundreds of launchers” for air defense missiles, Zelenskyy said. “Nearly 90 launchers have been redeployed to Valdai from other regions of Russia.”</p><p>It was not possible to independently verify Zelenskyy's claims, which portrayed the Russian leadership as caring more about protecting itself than other cities and towns in the vast country. Russian officials made no immediate comment.</p><p>Ukrainian drones have recently hit Moscow and St. Petersburg, Russia’s second-largest city and Putin’s hometown. Ukraine is also trying to cut off Crimea, the Black Sea peninsula that Russia invaded and illegally annexed in 2014.</p><p>The changes, Zelenskyy suggested, would leave other parts of Russia vulnerable to Ukraine’s increasingly sophisticated long-range drones, which can now fly more than 1,500 kilometers (930 miles).</p><p>“There are many difficulties (for Russia), all because Putin refuses to end his war and to hear our proposals for a meeting, genuine negotiations, and a dignified peace,” Zelenskyy said.</p><p>Zelenskyy has accepted an unconditional ceasefire demanded by U.S. President Donald Trump but Putin has refused, and a year of U.S.-led peace efforts made no significant headway.</p><p>Trump praises Zelenskyy</p><p>Western officials and analysts say Ukraine’s prospects have improved after more than four years of a grueling war of attrition as its domestic development and production of cutting-edge drones pin down the bigger Russian army.</p><p>Trump, who previously has been critical of Zelenskyy, said Wednesday that the Ukrainian leader is “courageous” and “doing pretty well” in the war.</p><p>Zelenskyy said he won pledges of sustained foreign support when he attended a recent summit of G7 leaders, including Trump, and that promised aid will help further help Ukraine’s intensified campaign.</p><p>“Our operation, including the one concerning Crimea, has been carefully planned, and the way it is unfolding clearly demonstrates that if Ukraine receives exactly what we discussed with our partners at the G7 — and that depends on our partners’ decisions — we will quickly create conditions in which Russia will be forced to choose peace,” he said.</p><p>“We very much hope for a positive response from our partners,” Zelenskyy added. “They know exactly what we are talking about.”</p><p>Ukraine is wary of its neighbor Belarus</p><p>Belarus, whose manufacturing plants have played a key role in supporting Moscow’s war effort, appears to have turned off signal repeaters on its soil that Kyiv says were used to help guide Russian drone attacks on Ukraine. Moscow launched its 2022 invasion of Ukraine from Belarus.</p><p>Zelenskyy demanded last week that Belarus, which borders Ukraine to the north and also shares a frontier with Russia, remove the relay equipment that enabled Moscow's drones to strike western Ukraine. He threatened to take action against the relay stations, presumably with a military strike that could bring the countries into direct conflict.</p><p>Ukrainian intelligence has determined that the repeaters are now off, Zelenskyy said in a message sent to journalists.</p><p>Ukrainian military officials on Wednesday ordered a mandatory evacuation for the approximately 1,000 people still in the Chernihiv region bordering Russia and Belarus starting July 1.</p><p>The Institute for the Study of War, a Washington-based think tank, said that Belarusian President Alexander Lukashenko is walking a fine line in the war.</p><p>“Lukashenko continues to stall and deflect the Kremlin’s intensified attempts to drag Belarus into the war in Ukraine while maintaining relatively neutral rhetoric towards Ukraine,” the institute said.</p><p>Ukrainian Gen. Oleksandr Syrskyi, the commander of the armed forces, said last week that Ukraine is strengthening defenses on its northern border, including creating new army drone units there.</p><p>Russia targets Ukraine's civilian gas stations</p><p>Russia launched a ballistic missile and 90 long-range drones at Ukraine overnight, the Ukrainian air force said.</p><p>One drone struck a gas station Thursday in Ukraine's northeastern Sumy region, injuring four people, said regional administration head Oleh Hryhorov, adding that Russian forces have attacked the region's gas stations 13 times in June alone.</p><p>A Russian overnight strike in the southern city of Zaporizhzhia injured one woman and damaged a gas station, according to regional head Ivan Fedorov.</p><p>Russia’s Defense Ministry said that air defenses downed 269 Ukrainian drones from late Wednesday until early Thursday.</p><p>Several Russian airports temporarily restricted flights overnight during drone attacks.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DX6H6KZYF6ACCTT2FI4Q3AEIOE.jpg?auth=982bc8f435093af3141d75d6fdc30f0586b91345cec9f098a9c6e8c524a6a226&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, firefighters put out a fire in a gas station following a Russian air attack in Sumy, Ukraine, Thursday, June 25, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/LZLJJUISGK6746KSAW77J42UNE.jpg?auth=1b22e84a33a24dc677b78ef0a14b26f0c52954df6208830562500a16f862e9b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, firefighters put out a fire in a gas station following a Russian air attack in Sumy, Ukraine, Thursday, June 25, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/EAWFCJHIE56VWEFUPS5EAHTWDU.jpg?auth=d9a6ec424dc89899ea02311e8e65986d1e035084008fc433c861e50ce73d1984&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - European Commission President Ursula von der Leyen, from left, British Prime Minister Keir Starmer, Finland's President Alexander Stubb, Ukrainian President Volodymyr Zelenskyy, President Donald Trump, France's President Emmanuel Macron, Italy's Prime Minister Giorgia Meloni, Germany's Chancellor Friedrich Merz and NATO Secretary General Mark Rutte stand before a group photo in the Grand Foyer of the White House, Monday, Aug. 18, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LITZIVBS2Z4ZC6HPJRXDPCC7IM.jpg?auth=95567246162f1977ce4c97115a51e3e72a2d4318ede37021b4485ee8bfa13467&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin chairs a meeting on the development of Russia's domestic aviation industry at the Gromov Flight Research Institute in Zhukovsky, outside Moscow, Wednesday, June 24, 2026. (Mikhail Metzel, Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mikhail Metzel</media:credit></media:content></item><item><title><![CDATA[Vermont is the first state to ban paraquat, a weed killer linked to Parkinson's disease]]></title><link>https://www.local10.com/news/national/2026/06/25/vermont-is-the-first-state-to-ban-paraquat-a-weed-killer-linked-to-parkinsons-disease/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/25/vermont-is-the-first-state-to-ban-paraquat-a-weed-killer-linked-to-parkinsons-disease/</guid><dc:creator><![CDATA[By AMANDA SWINHART and KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[MONTPELIER, Vt. (AP) — Vermont has become the first U.S. state to ban paraquat, one of the most commonly used herbicides, with lawmakers citing a possible link between the weed killer and Parkinson’s disease.]]></description><pubDate>Thu, 25 Jun 2026 10:05:05 +0000</pubDate><content:encoded><![CDATA[<p>MONTPELIER, Vt. (AP) — Vermont has become the first U.S. state to ban paraquat, one of the most commonly used herbicides, with lawmakers citing a possible link between the weed killer and Parkinson’s disease.</p><p>The ban has been widely celebrated by advocates who hope Vermont’s move will prompt similar action in other states to prevent the neurologic disease that robs people of control over their movements and affects about 1 million Americans.</p><p>“Vermont took the step to be the leader in this, and that’s significant because it shifts the conversation,” said Dan Feehan, with The Michael J. Fox Foundation, the world’s largest nonprofit funder of Parkinson’s research. “Now, ‘will your state be the last to ban it?’ becomes the question.”</p><p>However, for some farmers, the ban could potentially threaten their already slim profit margins. Attempts to prohibit paraquat’s use in other states where the chemical is more heavily used have repeatedly stalled.</p><p>The U.S. Environmental Protection Agency is currently reviewing the safety of paraquat after saying there’s no clear link between the herbicide and Parkinson’s.</p><p>Syngenta, a Swiss chemicals company that has made paraquat for years, announced earlier this year that it would stop global manufacturing or selling of the chemical, but also defended the herbicide’s safety. Other companies continue to sell it.</p><p>“Despite decades of investigation and more than 1,200 epidemiological and laboratory studies of paraquat, no scientist or doctor has ever concluded in a peer-reviewed scientific analysis that paraquat causes Parkinson’s disease,” the company said.</p><p>Paraquat is used widely in the US but banned in China and Europe</p><p>First introduced in the U.S. in 1964, paraquat became a popular weed killer for farmers.</p><p>It’s known as an extremely toxic chemical that is fatal if ingested and can cause chronic health problems on contact. Farmworkers are at particular risk, which has led the EPA to require special training for certified applicators of paraquat. The roughly hourlong training requires applicators to pass a 15-question quiz, and must be completed every three years.</p><p>It’s commonly used for protecting soybean, cotton and corn crops, but also for apples and grapes, according to the United States Geological Survey. As of 2018, the USGS reported more than 10 million pounds (4.5 million kilograms) of paraquat was used in the U.S., largely concentrated in the South, Midwest and California.</p><p>Despite its popularity, dozens of countries have banned the substance. The European Union and the UK banned paraquat in 2007. China banned domestic use of paraquat in 2017, along with Vietnam and Malaysia. Thailand issued a similar ban in 2019.</p><p>Health risks and links to Parkinson's</p><p>Defenders of using paraquat say the chemical is quickly absorbed by weeds, meaning that if rain falls — even after 30 minutes of application — it won't wash off into the soil. Companies like Syngenta say paraquat becomes immobilized once it touches soil. Yet there's disagreement over its harmful effects, with the Parkinson's community warning that people living near where paraquat is applied have increased risk of getting the disease.</p><p>Whether it causes Parkinson’s disease has been heavily debated and studied for years.</p><p>Dr. Philip Landrigan, an epidemiologist who directs a global health program at Boston College and has campaigned against human exposure to toxic chemicals, said multiple studies have shown that environmental factors, including exposure to pesticides like paraquat, can increase the risk for Parkinson's disease.</p><p>The Parkinson’s community considers the Vermont ban a significant victory.</p><p>“No matter how you slice and dice it, there’s no safe way to use paraquat,” said Ron McConnell, a Vermonter who was diagnosed with Parkinson’s after getting exposed to a different toxic substance at his work in 2017. “This law that Vermont just passed really is protecting the farmers that use it and the farmworkers that use it.”</p><p>The ban goes into effect Nov. 1, but the statute gives farmers using paraquat on fruit-producing orchards, berries and small fruit crops until 2030 to transition away from using the herbicide.</p><p>Vermont farmers are bracing for changes</p><p>Greg Burtt, owner of a family apple orchard and Republican Vermont lawmaker, considers paraquat a “critical tool” in his operation.</p><p>He says he believes the ban will place farmers like him at a competitive disadvantage to growers in other states who can continue using the more budget-friendly paraquat. There are alternative herbicides, but some farmers warn that those could involve chemicals that risk killing the plant if not applied carefully. Mechanical tilling, crop rotation and hand weeding are also options, but come with separate downsides, notably increased labor costs.</p><p>“There’s a reason why it’s an industry standard,” said Burtt, who's used paraquat for 20 years.</p><p>He's not worried about getting Parkinson's because he interpreted the research on the herbicide to be inconclusive.</p><p>“I wanna be the first person to make sure that it’s safe because I don’t wanna die young over farming,” Burtt said. “And so if anybody’s had to wrestle with these questions, it’s me.”</p><p>___</p><p>Kruesi reported from Providence, Rhode Island.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OVFWUJO23E6LV5SHGCOSRCN7SE.jpg?auth=945fe7ffa8df2b843a2d1539772af488ea3ebbcb09d0e40701d1c30b2a20ea4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Greg Burtt, owner of Burtt's Apple Orchard, ties tubing around an apple tree to stabilize it Wednesday, June 3, 2026, in Cabot, Vt. (AP Photo/Amanda Swinhart)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Swinhart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZKCFT3BMIVIZW4XETASIZBH3AM.jpg?auth=d6aa2035898df8fe934a4668e987159f0b0467b15a7457ab66c656d3012dadec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Greg Burtt, owner of Burtt's Apple Orchard, ties tubing around an apple tree to stabilize it Wednesday, June 3, 2026, in Cabot, Vt. (AP Photo/Amanda Swinhart)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Swinhart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B5ZD3R775NBN44LC7F5PZDTKWU.jpg?auth=8f4519120d9af410c431612387496083dd43c6105d0d6d08dd40a6b4b5e1f782&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A honey bee lands on an apple tree bloom at Burtt's Apple Orchard, Wednesday, June 3, 2026, in Cabot, Vt. (AP Photo/Amanda Swinhart)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Swinhart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WXZ6TKQLXWZCJ7G6QUAKTMC2IM.jpg?auth=4a0dba7959f60cd16b2b232e9a4ecd7c33b85c6c84283f53a9912fc3a55ce3a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ron McConnell stands in his front yard with his wife, Amy, on Tuesday, June 2, 2026, in Vergennes, Vt. (AP Photo/Amanda Swinhart)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Swinhart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/III2SZZTEIBUZN65QQWUYAT6JU.jpg?auth=476e30224ae1a13801075255e6eea96d4d1f624d77a0ae2866fd9d91c4f013dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eugenie Doyle, left, co-owner of Last Resort Farm, pulls weeds with farm hand Ava Schwarz in a strawberry field Tuesday, June 2, 2026, in Monkton, Vt. (AP Photo/Amanda Swinhart)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Swinhart</media:credit></media:content></item><item><title><![CDATA[Norman Rockwell people-watched in the West Wing lobby. Now those sketches are on public display]]></title><link>https://www.local10.com/entertainment/2026/06/25/norman-rockwell-people-watched-in-the-west-wing-lobby-now-those-sketches-are-on-public-display/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/25/norman-rockwell-people-watched-in-the-west-wing-lobby-now-those-sketches-are-on-public-display/</guid><dc:creator><![CDATA[By DARLENE SUPERVILLE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — For more than 40 years, sketches by American illustrator Norman Rockwell of scenes from the White House visitor’s lobby graced the walls of the West Wing, where every president from Jimmy Carter to Donald Trump had seen them.]]></description><pubDate>Thu, 25 Jun 2026 11:43:48 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — For more than 40 years, sketches by American illustrator Norman Rockwell of scenes from the White House visitor’s lobby graced the walls of the West Wing, where every president from Jimmy Carter to Donald Trump had seen them.</p><p>Now, they're going on public display for the first time after a nonprofit organization paid a whopping sum of more than $7 million for the sketches after they ended up on an auction block following a family dispute over their ownership.</p><p>The four 1940s-era sketches titled “So You Want to See the President!” show people from all walks of life waiting to see President Franklin D. Roosevelt during World War II. They depict U.S. senators, members of the military, the press and even a Miss America biding their time in the West Wing reception area, as they wait to be shown to the Oval Office.</p><p>The White House Historical Association spared no expense for the sketches to prevent them from being “lost forever,” such as to a private art collection, its president Stewart McLaurin told The Associated Press. The public will be able to see them through June 2027 at the historical association’s “The People’s House” education center near the White House, he said.</p><p>“And since they had been seen by the eyes of so many presidents and first ladies and senior White House staff and important visitors from around the world, we wanted the American people to see them," McLaurin said. “So we acquired them.”</p><p>The sketches had been put up for sale by a grandson of the White House official who received them as a gift from Rockwell.</p><p>Rockwell is famous for his scenes of American life</p><p>Rockwell, who became famous for his illustrations of everyday American life that graced covers of the Saturday Evening Post, spent hours at the White House people-watching from a chair in the West Wing lobby, McLaurin said.</p><p>But after his sketches were consumed by a fire that destroyed Rockwell's art studio in Vermont, he went back to the White House to collect more material.</p><p>“So it's really a combination of his memories from that first visit, the memories of the second visit,” McLaurin said. “And it is an array of these people representing the military and White House staff and members of Congress and the press corps and all kinds of people that literally, to this day, go through that space in the West Wing.”</p><p>The first of Rockwell's colorful sketches opens with scenes of the entrance gate, photographers waiting outside the White House entrance on West Executive Avenue and Stephen Early, a former AP journalist who became the third White House press secretary under Roosevelt, in a huddle with a group of journalists. Seated on red leather chairs and reading papers are members of the press and Rockwell, with a pipe in his mouth and legs outstretched.</p><p>The next scene shows Miss America — identified as Rosemary LaPlanche, the 1941 titleholder — in a yellow dress and her sash, sitting on a red sofa alongside her publicity man. A kilt-wearing Scottish officer also sits nearby as a Secret Service agent hovers.</p><p>U.S. Sens. Tom Connally, D-Texas, and Warren Austin, R-Vt., face each other in conversation as they sit on a red couch in the third sketch while a U.S. Navy “WAVES” officer looks on from a nearby chair. Gens. Joseph W. “Vinegar Joe” Stillwell and Edwin M. “Pa” Watson shake hands while being photographed, and an aide pushing Roosevelt's lunch cart is chased by Fala, the president's dog.</p><p>The final sketch shows more uniformed U.S military members huddled in conversation and, finally, an aide opening the door to the Oval Office, where the president is glimpsed.</p><p>“It's such a little aquarium of these people and we're like a fly on the wall as to what it was like at that particular period of time,” McLaurin said of the sketches.</p><p>They were a gift for Roosevelt's press secretary</p><p>Rockwell made the sketches for Early and gave them to him after they appeared in The Saturday Evening Post in November 1943, during World War II, McLaurin said.</p><p>Early, who died in 1951, had displayed them on the wall in his West Wing office and then kept them for many years after. In 1978, a family member turned the sketches over to the White House, where they were on display throughout the West Wing for more than four decades, sometimes in a hallway between the press offices that are mere steps from the Oval Office.</p><p>The family’s ownership dispute began in 2017 when Thomas Early, one of the press secretary’s sons, saw them on a wall in the White House while watching a television interview with President Donald Trump, according to court records.</p><p>William Elam III, a grandson of Stephen Early, said his mother received the drawings as a gift from her father, the press secretary, before he died, and that ownership had later passed to him.</p><p>The illustrations had gone to the White House in 1978 under an agreement that required they be returned to Elam upon request. The White House gave back the drawings in 2022.</p><p>A federal appeals court settled the dispute in May 2025, upholding a lower-court ruling in favor of Elam, according to court records. Elam put them up for sale.</p><p>Association says the sketches are ‘priceless’</p><p>Historians at the association have researched the people in the drawings to learn their stories, McLaurin said, and the exhibit will include a digital component that uses modern technology to bring the characters in the sketches to life.</p><p>The association is still figuring out what happens to the sketches after the exhibit ends in June 2027. They may be shown in other venues, and may eventually end up back in the White House, McLaurin said.</p><p>When the association learned the sketches were for sale, “our board affirmed that this is an acquisition that we should make,” he said.</p><p>McLaurin said the privately funded association, which was founded in 1961 by first lady Jacqueline Kennedy and receives no taxpayer dollars, had feared the sketches would sell for even more than the $7.25 million it paid for them. That is the most the association has ever paid for a work of art for the vast collection it holds as part of its mission to help the White House collect and display artifacts that represent American history and culture.</p><p>“In our view, these are priceless works,” McLaurin said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YXN7NOXT4ZODCU4WIW6OWAWVGM.jpg?auth=11ba7818773ff9f5a64b77701be4b451b8f0b3d022611991f9c2c36a8a1fd0b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Luke Boorady, of the White House Historical Association, arranges a suite of four interrelated paintings by Norman Rockwell titled, "So You Want to See the President!" at the association's offices Wednesday, June 10, 2026, in Washington. (AP Photo/John McDonnell)]]></media:description><media:credit role="author" scheme="urn:ebu">John McDonnell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CFNZZXNBTLOJY34K647KN4PJ5A.jpg?auth=7a8bd6011971cae29c9d204bfe14e8bbfde2c107fd88c97b7a4aef2733cd60ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stewart McLaurin, president of the White House Historical Association, displays a newly-acquired suite of four interrelated paintings by Norman Rockwell titled, "So You Want to See the President!" at the association's offices Wednesday, June 10, 2026, in Washington. (AP Photo/John McDonnell)]]></media:description><media:credit role="author" scheme="urn:ebu">John McDonnell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T2PVPNLPKCVWL3XX4WOC4VZZHA.jpg?auth=e11032b9a56baf77fd01625ad5f8dd13389dc86071be85b24cd8daecd4df179f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stewart McLaurin, president of the White House Historical Association, displays a newly-acquired suite of four interrelated paintings by Norman Rockwell titled, "So You Want to See the President!" at the association's offices Wednesday, June 10, 2026, in Washington. (AP Photo/John McDonnell)]]></media:description><media:credit role="author" scheme="urn:ebu">John McDonnell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NUS242LJ2ALZKWTZL7IGOG6Z7I.jpg?auth=bf692e06bc0991e99bc852772e07fea132890945e9423b04843958aa33fe7843&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Luke Boorady, of the White House Historical Association, arranges a suite of four inter-related paintings by Norman Rockwell, "So You Want to See the President!" at the association's offices Wednesday, June 10, 2026, in Washington. (AP Photo/John McDonnell)]]></media:description><media:credit role="author" scheme="urn:ebu">John McDonnell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DOQ5ZRMM3X7OFWAWMYZGJY7J44.jpg?auth=8ff6193f4c2ab000694df736d1fcf15b8a0fc23b3521c7ff9a5b87ab18599d09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stewart McLaurin, president of the White House Historical Association, displays a newly-acquired suite of four interrelated paintings by Norman Rockwell titled, "So You Want to See the President!" at the association's offices Wednesday, June 10, 2026, in Washington. (AP Photo/John McDonnell)]]></media:description><media:credit role="author" scheme="urn:ebu">John McDonnell</media:credit></media:content></item><item><title><![CDATA[Con temperaturas en alza, tribunal de París fallará en caso histórico sobre cambio climático]]></title><link>https://www.local10.com/espanol/2026/06/25/con-temperaturas-en-alza-tribunal-de-paris-fallara-en-caso-historico-sobre-cambio-climatico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/25/con-temperaturas-en-alza-tribunal-de-paris-fallara-en-caso-historico-sobre-cambio-climatico/</guid><dc:creator><![CDATA[Por MOLLY QUELL, Associated Press]]></dc:creator><description><![CDATA[LA HAYA, Holanda (AP) — Un día después de que Francia registró temperaturas récord, un tribunal de París se pronunciará el jueves en un caso histórico sobre cambio climático que podría obligar al gigante energético TotalEnergies a reducir su producción de petróleo y gas.]]></description><pubDate>Thu, 25 Jun 2026 08:48:17 +0000</pubDate><content:encoded><![CDATA[<p>LA HAYA, Holanda (AP) — Un día después de que Francia registró temperaturas récord, un tribunal de París se pronunciará el jueves en un caso histórico sobre cambio climático que podría obligar al gigante energético TotalEnergies a reducir su producción de petróleo y gas.</p><p>La demanda, presentada por un grupo de ONGs y la ciudad de París, sostiene que la corporación francesa está infringiendo una ley de 2017 que exige a las empresas prevenir abusos de derechos humanos y riesgos ambientales. Es la primera vez que la llamada ley del deber de vigilancia corporativa se aplica al cambio climático.</p><p>Las organizaciones ecologistas Notre Affaire à Tous, Sherpa, ZEA y France Nature Environnement iniciaron el proceso en 2020.</p><p>Sostienen que TotalEnergies es uno de los mayores emisores históricos de gases de efecto invernadero y han pedido al tribunal que obligue a la empresa a reducir la producción de petróleo en un 37% y la de gas en un 25% para 2030. La demanda también pide que se paralicen todos los nuevos proyectos relacionados con los combustibles fósiles.</p><p>La decisión coincide con una brutal ola de calor en Europa. Las altas temperaturas afectaron también a Reino Unido y España, donde las agencias meteorológicas emitieron alertas rojas —como en Francia— sobre los riesgos del calor extremo para decenas de millones de personas.</p><p>La emblemática Torre Eiffel y el museo del Louvre se han visto obligados a restringir los horarios de visita, y los horarios escolares y del transporte se han visto afectados en todo el continente.</p><p>El cambio climático causado por el hombre está vinculado a fenómenos meteorológicos cada vez más extremos, y las proyecciones de la agencia climática de Naciones Unidas señalan que es probable que en los próximos cinco años se pulvericen más récords de calor.</p><p>Europa es el continente que más rápido se calienta en el mundo, con temperaturas que aumentan al doble de la media global desde la década de 1980, según el Servicio de Cambio Climático Copernicus de la Unión Europea.</p><p>Durante los últimos cuatro años, más de 200.000 personas en toda Europa murieron por causas relacionadas con el calor, y la mayoría de esas muertes eran evitables, indicó este mes la oficina para Europa de la Organización Mundial de la Salud.</p><p>La decisión será la última en una serie de fallos en casos sobre cambio climático. El año pasado, el máximo tribunal de la ONU, la Corte Internacional de Justicia, señaló que los países podrían estar infringiendo el derecho internacional si no adoptan medidas para proteger al planeta del cambio climático. En 2024, el Tribunal Europeo de Derechos Humanos dictaminó que las naciones deben proteger mejor a su población de las consecuencias del cambio climático.</p><p>En 2019, la Corte Suprema de los Países Bajos emitió la primera gran victoria legal para los activistas climáticos cuando los jueces dictaminaron que la protección frente a los efectos potencialmente devastadores del cambio climático era un derecho humano y que el gobierno tiene el deber de proteger a sus ciudadanos.</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/H4ABMM7UE5T7PAEGDOHIEYAQWI.jpg?auth=04fb92b222a1b54af0e752e52f4c50a6291d434c20fc7dd69246908aad92fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una persona se refresca en una fuente en el Trocadero, cerca de la Torre Eiffel, durante una ola de calor, en París, el 24 de junio de 2026. (AP Foto/Christophe Ena)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[As temperatures soar, Paris court set to rule on landmark climate change case]]></title><link>https://www.local10.com/business/2026/06/25/as-temperatures-soar-paris-court-set-to-rule-on-landmark-climate-change-case/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/as-temperatures-soar-paris-court-set-to-rule-on-landmark-climate-change-case/</guid><dc:creator><![CDATA[By MOLLY QUELL, Associated Press]]></dc:creator><description><![CDATA[THE HAGUE, Netherlands (AP) — A day after France hit record high temperatures, a court in Paris is set to rule Thursday on a landmark climate change case that could see energy giant TotalEnergies forced to reduce its oil and gas production.]]></description><pubDate>Thu, 25 Jun 2026 08:06:07 +0000</pubDate><content:encoded><![CDATA[<p>THE HAGUE, Netherlands (AP) — A day after France hit record high temperatures, a court in Paris is set to rule Thursday on a landmark climate change case that could see energy giant TotalEnergies forced to reduce its oil and gas production.</p><p>The lawsuit, brought by a group of NGOs and the city of Paris, argues the French corporation is violating a 2017 law that requires companies to prevent human rights abuses and environmental risks. It is the first time that the so-called corporate duty of vigilance law is being applied to climate change.</p><p>Environmental groups Notre Affaire à Tous, Sherpa, ZEA, France Nature Environnement launched the proceedings in 2020.</p><p>They claim that TotalEnergies is one of the largest historical emitters of greenhouse gas and have asked the court to require the company to reduce oil production by 37 percent and gas production by 25 percent by 2030. The lawsuit also asks for a halt to all new fossil fuel projects.</p><p>The decision comes as Europe is in the midst of a brutal heatwave. Punishing temperatures extended to the United Kingdom and Spain, where weather agencies issued red alerts — like France — about the risks of extreme heat for tens of millions of people.</p><p>The iconic Eiffel Tower and the Louvre museum have been forced to restrict visiting hours and school and transportation schedules have been interrupted across the continent.</p><p>Human-caused climate change is tied to increasingly extreme weather, and U.N. climate agency projections say the next five years are likely to shatter more heat records.</p><p>Europe is the world’s fastest-warming continent, with temperatures increasing twice as fast as the global average since the 1980s, according to the European Union’s Copernicus Climate Change Service.</p><p>Over the last four years, more than 200,000 people across Europe died from heat-related causes, and most of those deaths were preventable, the World Health Organization’s Europe office said this month.</p><p>The decision will be the latest in a series of rulings in climate change cases. Last year, the United Nations’ top court, the International Court of Justice, said countries could be in violation of international law if they fail to take measures to protect the planet from climate change. In 2024, the European Court of Human Rights ruled that countries must better protect their people from the consequences of climate change.</p><p>In 2019, the Netherlands’ Supreme court handed down the first major legal win for climate activists when judges ruled that protection from the potentially devastating effects of climate change was a human right and that the government has a duty to protect its citizens.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S43H3NFD6DPVG3KMRMZGUHO3OQ.jpg?auth=369662a9357932840ea5fb38c3213839080c678e32c1d0f8ab3e79897f3d11b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person cools off at Trocadero fountain near the Eiffel Tower during a heat wave in Paris, Wednesday, June 24, 2026. (AP Photo/Christophe Ena)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[Oil tankers navigate the Strait of Hormuz despite threats from Iran's Revolutionary Guard]]></title><link>https://www.local10.com/news/world/2026/06/25/oil-tankers-navigate-the-strait-of-hormuz-despite-threats-from-irans-revolutionary-guard/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/oil-tankers-navigate-the-strait-of-hormuz-despite-threats-from-irans-revolutionary-guard/</guid><dc:creator><![CDATA[By JON GAMBRELL and MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — A series of tankers made their way out of the Strait of Hormuz on Thursday despite threats to shipping from Iran’s paramilitary Revolutionary Guard, using a new route close to Oman’s shore that has been promoted by a U.N. maritime agency.]]></description><pubDate>Thu, 25 Jun 2026 12:00:02 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — A series of tankers made their way out of the Strait of Hormuz on Thursday despite threats to shipping from Iran’s paramilitary Revolutionary Guard, using a new route close to Oman’s shore that has been promoted by a U.N. maritime agency.</p><p>The development comes as Iran and the United States are increasingly debating the terms of the interim deal signed last week aimed at permanently ending the Iran war — from getting ships through the narrow mouth of the Persian Gulf to the future of Iran's stockpile of highly enriched uranium.</p><p>Under the memorandum of understanding, the U.S. and Iran agreed to a 60-day period to iron out the details. Until that happens — during private talks — leaders from both countries will also continue to negotiate in public, raising the risks of derailing the shaky ceasefire in the region.</p><p>On a Middle East trip, U.S. Secretary of State Marco Rubio spoke Thursday with Gulf Arab officials in Bahrain, the island kingdom home to the Navy's 5th Fleet, trying to assuage their concerns.</p><p>The flareup of fighting in Lebanon between Israel and Iranian-backed Hezbollah militants has threatened the deal. Israel launched an airstrike that killed two people in southern Lebanon Wednesday, the country’s state-run news agency said. It was Israel’s first airstrike on Lebanon since the latest ceasefire took effect on Saturday.</p><p>Tankers sail through Strait of Hormuz</p><p>The oil tankers, led by the Stoic Warrior vessel, sailed along the coast of the United Arab Emirates and then Oman on Thursday morning, passing by Oman's Musandam Peninsula fairly close to the shore — a route laid out by Oman and the International Maritime Organization, a U.N. agency that oversees shipping at sea.</p><p>North of the route is the Traffic Separation Scheme corridor, in the center of the strait, where ships had moved through freely before the war, transporting about a fifth of all the world’s oil and natural gas.</p><p>However, at least one mine was sighted there after the Guard said that it mined the passage during the war, which started on Feb. 28 with U.S. and Israeli strikes on Iran — and the threat of mines shuttered the route.</p><p>Though some ships had been getting out of the strait, with U.S. military support, the U.N. agency's effort is the latest to free trapped vessels. The shipping company Maersk said its container ship the Maersk Baltimore and another chartered vessel had also made it out of the strait on Thursday.</p><p>Last week, 125 vessels crossed the strait, up from 33 the week before, according to marine data and analysis firm Lloyd’s List Intelligence. Marine data firm Kpler reported 70 passages on Wednesday, the highest since March 1, the day after the war began.</p><p>Still, that is below the daily average of 130 or more from before the war.</p><p>“Opportunistic operators — and there are many of them — emboldened by the lower transit risk, or at least the perceived lower transit risk, have begun chasing the backlog of trapped cargoes that built up during the conflict,” said Richard Meade, editor-in-chief at Lloyd’s List.</p><p>Iran issues a stark threat</p><p>The naval arm of the Revolutionary Guard, apparently reacting to the new IMO's route and the increased traffic, issued an angry warning Thursday, carried by Iran's state-run IRNA news agency.</p><p>“A few hours ago, without notice or coordination with the Islamic Republic of Iran, some authorities announced a new route for ship traffic in the Strait of Hormuz, which is unacceptable and completely dangerous,” the Guard said.</p><p>“It is hereby notified to all that the only authorized route for passing through the Strait of Hormuz is the one declared by the Islamic Republic of Iran," the Iranian force said. "Vessel traffic outside these routes is extremely dangerous and prohibited.”</p><p>“Violators will be dealt with,” it added, without elaborating.</p><p>There were no immediate reports of any incidents in the strait. On Wednesday, however, the Guard threatened one tanker over the radio, with a soldier warning “you are in range of my missiles and maybe (I) fire on you," according to the private security firm Ambrey.</p><p>Rubio says the US will ensure there are no tolls on ships</p><p>The U.S. secretary of state met with foreign ministers from the six-nation Gulf Cooperation Council to assure them their interests would be protected in any agreement reached with Iran.</p><p>“There is no part in this deal that’s undertaken that in any way undermines the security, the stability or the prosperity of any of our partners in the Gulf region,” Rubio said.</p><p>He later told journalists the U.S. and Gulf allies would ensure there would be no fees charged on ships moving through the strait.</p><p>He also criticized Iran's hard-liners for going “on their official media and making all kinds of pronouncements” that he described as not true.</p><p>He said the U.S. wanted to make sure the Oman route continued for ships to transit the strait. “If that stops, then we’re going to have a problem," Rubio said.</p><p>The GCC countries have expressed reservations about the limitation of the U.S.-Iran deal signed last week, including conflicting claims over the strait and the fact that the memorandum of understanding does not specifically cover Iran’s nuclear or ballistic missile programs.</p><p>Bahrain’s Foreign Minister Abdullatif bin Rashid al-Zayani thanked the U.S. for its support, saying that because of the agreement, “today we see a glimmer of hope for our region” but stressed that it was "critically important that Iran adheres to its obligations.”</p><p>Lebanon remains a flashpoint</p><p>Israel’s military said on Thursday that a reservist soldier was killed and another hurt in southern Lebanon, where troops are occupying swaths of the country. At least 37 soldiers have been killed in Lebanon or northern Israel during the fighting, as well one civilian defense contractor. Two civilians in northern Israel have also been killed.</p><p>Over 4,000 people in Lebanon have been killed in Israeli strikes since this latest Israel-Hezbollah war began in March, two days after the Iran war started and when the Lebanese militant group fired at Israel.</p><p>___</p><p>Lee reported from Manama, Bahrain. Associated Press writers David McHugh in Frankfurt, Germany, and Julia Frankel in Jerusalem contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WFFONSNAWBK37S2WQVRLEQFC6M.jpg?auth=9216a008fa56274290d924a7c17eba58cc2f2b633c782da63c46a08d208eabc7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents swim in the waters of the Strait of Hormuz as a small motorboat passes cargo ships and other commercial vessels offshore near Bandar Abbas, Iran, Wednesday, June 17, 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/QVFNGHUPVLUWM2QN6YLO4NB2JQ.jpg?auth=1767b98e131a1ddd9c54969384a50dccdb730ab7e0d7cf0fdb571d8f8a927aa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tankers and cargo vessels are seen in the Gulf of Oman, along shipping routes linking the Strait of Hormuz and the Arabian Sea, Tuesday, June 16, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/GVGYNYVHJ2I5TKSRCV6IZMXDHI.jpg?auth=b4ddceaf4e51a332344f6705c20bbd6bd640ca534f7496d5bf868066f6e7805d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man stands beside a fishing pole along the shore as cargo ships and commercial vessels are seen in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, June 17, 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/IT47WXTGQLVAIRKC6QQUZ2VWGU.jpg?auth=896ea11f7c4bb46cd2b73e4f2854809c5242f08e9c7b40f4657ef48a0c00dd05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tankers and cargo vessels are seen in the Gulf of Oman, along shipping routes linking the Strait of Hormuz and the Arabian Sea, Tuesday, June 16, 2026. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Rescatistas en Venezuela buscan personas atrapadas tras sismos que dejaron 164 muertos y 971 heridos]]></title><link>https://www.local10.com/espanol/2026/06/25/al-menos-164-muertos-y-971-heridos-tras-potentes-sismos-en-venezuela-dice-presidenta-encargada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/25/al-menos-164-muertos-y-971-heridos-tras-potentes-sismos-en-venezuela-dice-presidenta-encargada/</guid><dc:creator><![CDATA[Por REGINA GARCÍA CANO y JUAN PABLO ARRÁEZ, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Los equipos de rescate se dirigían el jueves a las zonas más afectadas por dos potentes terremotos consecutivos que sacudieron Venezuela, donde mataron al menos a 164 personas e hirieron a casi 1.000, además de atrapar a muchas bajo los escombros.]]></description><pubDate>Thu, 25 Jun 2026 12:29:51 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Los equipos de rescate se dirigían el jueves a las zonas más afectadas por dos potentes terremotos consecutivos que sacudieron Venezuela, donde mataron al menos a 164 personas e hirieron a casi 1.000, además de atrapar a muchas bajo los escombros.</p><p>Los terremotos de magnitud 7,2 y 7,5 del miércoles por la noche, entre los más fuertes que han golpeado Venezuela en más de un siglo, pudieron sentirse en toda la región. El principal aeropuerto del país resultó dañado y fue cerrado, y se evacuaron edificios en lugares tan lejanos como la Amazonía de Brasil, a unos 1.700 kilómetros (1.050 millas) de la capital venezolana, Caracas.</p><p>Las transmisiones de televisión del jueves mostraron imágenes de rescatistas usando herramientas eléctricas para abrirse paso entre montones de escombros donde antes había edificios. Residentes aterrorizados de la capital salieron en masa a las calles y, tras los sismos, muchas personas caminaban entre los escombros buscando a los desaparecidos entre edificios colapsados y postes eléctricos caídos.</p><p>Imágenes en la televisora estatal mostraron a tres niños, cubiertos de polvo pero con vida, que recibían ayuda para salir de entre los escombros en el estado de La Guaira, que la presidenta encargada, Delcy Rodríguez, describió como una “zona de desastre” y una de las áreas más afectadas por los sismos debido al gran número de edificios colapsados.</p><p>Rodríguez, quien dio el balance de muertos más recientes a primera hora del jueves, dijo que las autoridades estaban trasladando equipos de rescate desde otras partes del país hacia La Guaira, que se encuentra en la costa al norte de Caracas. Señaló que los funcionarios intentaban aprovechar al máximo las horas de luz para acelerar los esfuerzos de rescate de personas que se cree que permanecen atrapadas bajo los escombros.</p><p>“Hay decenas de edificios colapsados", indicó Rodríguez, que describió "labores muy arduas de rescate para salvar las vidas”.</p><p>Un video compartido en internet parecía mostrar a decenas de personas, algunas acostadas en el suelo y otras en camas de hospital, recibiendo atención fuera de un hospital en La Guaira.</p><p>Aunque Venezuela se encuentra cerca de múltiples fallas, su posición a caballo entre las placas Sudamericana y del Caribe hace que los terremotos fuertes sean mucho menos comunes que en otras partes de América Latina.</p><p>Rodríguez pidió a las empresas que pusieran a disposición equipo pesado de construcción para las operaciones de rescate, y añadió que equipos de búsqueda y rescate certificados por las Naciones Unidas se dirigían a Venezuela para ayudar.</p><p>Dos fuertes sismos conmocionan a vecinos de Caracas</p><p>Durante los sismos, la gente evacuó edificios que oscilaban en Caracas, muchos visiblemente conmocionados al ver muros derrumbados que dejaban ver los muebles desde la calle. Columnas de polvo se elevaron en dos barrios típicamente concurridos de la capital.</p><p>El Servicio Geológico de Estados Unidos dijo que el primer terremoto, con una magnitud de 7,2, tuvo su epicentro al oeste de Morón, en la costa caribeña del país, unos 170 kilómetros (105 millas) al oeste de Caracas. El sismo ocurrió a una profundidad de 22 kilómetros (unos 14 millas). Apenas un minuto después , el USGS reportó un segundo terremoto de magnitud 7,5, con una profundidad de 10 kilómetros (unas 6 millas) y un epicentro a 16 kilómetros (10 millas) al suroeste de Morón.</p><p>El ministro del Interior, Diosdado Cabello, instó a la gente a permanecer al aire libre, ya que las réplicas podrían dañar aún más las estructuras, y muchas personas permanecieron en las calles durante horas, algunas sentadas en el suelo abrazando a sus mascotas mientras el polvo se acumulaba a su alrededor. En el centro de Caracas, cientos de personas pasaron la noche apiñadas alrededor de parques, estacionamientos y otros espacios abiertos. Las autoridades advirtieron que no regresen a las casas con daños estructurales.</p><p>“Teníamos miedo que los edificios se nos vinieran encima”, dijo María Cristina Díaz, una trabajadora de limpieza de 41 años. “ Pasamos frío mi mamá, mi hija y yo. No pegamos un ojo; pero no quería pasar la noche solas en casa después de ese terrible temblor”.</p><p>“Terrible, lloramos, gritamos, afortunadamente estamos vivas”, acotó.</p><p>Díaz y su familia acudieron a la plaza Candelaria, en el centro de Caracas, porque es uno de los pocos lugares despejados en las cercanías de su casa.</p><p>Partes de la capital se quedaron sin electricidad y sin cobertura de celular, y los terremotos dañaron y obligaron a cerrar el Aeropuerto Internacional Simón Bolívar, el principal del país, dijo Rodríguez.</p><p>En Caracas se suspendieron los servicios de metro y de gas natural, dijo. Las clases también se cancelarán durante varios días, y el Ministerio de Educación dijo que algunos edificios escolares se usarían como refugios y centros de donación.</p><p>En la mañana del jueves, decenas de personas lidiaban con la falta de señal de celular en partes de Venezuela mientras recurrían a las redes sociales para localizar a familiares desaparecidos.</p><p>Varios gobiernos ofrecen asistencia</p><p>Rodríguez declaró el estado de emergencia en un mensaje a la nación a última hora del miércoles. Dijo que el gobierno estaba creando un fondo de reconstrucción de 200 millones de dólares para hospitales y viviendas dañados por los terremotos, y que había dado instrucciones a los ministros de Economía y Finanzas de que supervisaran la iniciativa.</p><p>Las ofertas de ayuda llegaron de países de todo el mundo.</p><p>El secretario de Estado de Estados Unidos, Marco Rubio, dijo que Estados Unidos “despliega de inmediato equipos de búsqueda y rescate, recursos médicos y ayuda humanitaria a Venezuela”.</p><p>“Tendremos toda una respuesta del gobierno”, dijo Rubio el jueves en Baréin. “Será grande. Será rápida. Será eficaz”.</p><p>Añadió que una de las pistas del aeropuerto internacional de Caracas se había agrietado en los terremotos, lo que complicaba aterrizar allí.</p><p>Rodríguez —quien se convirtió en presidenta encargada después de que una operación militar estadounidense capturara a su predecesor, Nicolás Maduro, y lo llevara a Estados Unidos para ser juzgado— agradeció al presidente de Estados Unidos, Donald Trump. Dijo más tarde en una publicación en X que habló con Rubio por teléfono, pero no compartió detalles. También expresó su agradecimiento a los líderes de varias naciones que han enviado mensajes de apoyo y ofrecimientos de ayuda.</p><p>Ecuador ordenó la entrega de ayuda humanitaria, y Rodríguez dijo que Qatar, México y El Salvador ya habían enviado personal de rescate.</p><p>“Les enviamos toda nuestra solidaridad y nuestras oraciones. Fuerza Venezuela”, escribió en una publicación en X el presidente de El Salvador, Nayib Bukele, antes diametralmente opuesto al gobierno de Venezuela.</p><p>___</p><p>García Cano informó desde Bogotá, Colombia. Los periodistas de The Associated Press Clara Preve en Buenos Aires; Astrid Suárez en Bogotá, Colombia; Mauricio Savarese en Sao Paulo; Anna-Catherine Brigida, Megan Janetsky e India Grant en Ciudad de México; Cristina Fuentes-Cantillana en Madrid; y María Teresa Hernandez en Beijing contribuyeron a este reporte.</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/DNTAEB25XF7DQH33B2RMS42LPY.jpg?auth=21c86b5bd2159ddfe3c49c6540645b844fb67675eb2fccfcad47de810353f407&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trabajadores de rescate buscan entre los escombros de un edificio derruido tras un sismo en Caracas, Venezuela, el jueves 25 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/25TVRYXO6HO2ZSWFD2NOTML2UA.jpg?auth=562d143f32267767547c447bbb494317a3a3c711b406bb419dc1d7bdcba0052f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas trasladan a un hombre herido tras un sismo en Caracas, Venezuela, el miércoles 24 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/3FCBWEYYHMDR4UDZVMA7DKGVCE.jpg?auth=502e1bddda8425dbed51694d6e014f9e4d0271685c390efbdd472cc4ed3aaf77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas buscan entre los escombros de un edificio derruido tras sismos en Caracas, Venezuela, el miércoles 24 de junio de 2026. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Senate Republicans reject war powers resolution after Trump berates them at Capitol meeting]]></title><link>https://www.local10.com/news/politics/2026/06/25/senate-republicans-reject-war-powers-resolution-after-trump-berates-them-at-capitol-meeting/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/25/senate-republicans-reject-war-powers-resolution-after-trump-berates-them-at-capitol-meeting/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, STEVEN SLOAN, JOEY CAPPELLETTI and LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Senate Republicans who were berated by President Donald Trump over opposition to his war in Iran held a late-night vote Wednesday to try to appease him, rejecting a war powers resolution a day after a similar measure passed.]]></description><pubDate>Thu, 25 Jun 2026 12:32:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Senate Republicans who were berated by President Donald Trump over opposition to his war in Iran held a late-night vote Wednesday to try to appease him, rejecting a war powers resolution a day after a similar measure passed.</p><p>Trump harangued GOP senators face to face earlier in the day for allowing a vote to block his war in Iran on Tuesday, further escalating a feud that has diverted GOP efforts to focus on election-year affordability issues and brought much of the chamber’s business to a halt. He exchanged particularly harsh words with Louisiana Sen. Bill Cassidy, one of four Republicans who had voted with Democrats on the measure.</p><p>Hours later, though, Cassidy was invited to receive a personal briefing on the war at the White House from Vice President JD Vance and envoy Steve Witkoff. Cassidy then returned to the Capitol to vote against a separate but nearly identical war powers resolution.</p><p>“I want to thank Vice President Vance and Special Envoy Witkoff for the thorough briefing this afternoon on Iran. I appreciate the quick invitation to the White House to address many of my concerns,” said Cassidy, who lost reelection last month after Trump endorsed his opponent, in a post on X.</p><p>Kentucky Sen. Rand Paul, a Republican who has repeatedly voted with Democrats to halt the war, voted present this time “to give the President more space and leverage to negotiate a lasting peace,” he said on X. The measure failed 47-50-1 just before midnight on Wednesday, and the Senate then left town for a two-week recess.</p><p>It's unclear whether the move will be enough to appease Trump, who had called the Republicans “losers" for voting against his war and had called Cassidy a “lunatic” at the lunch after their tense exchange. But the vote was a clear signal to the president from Republican senators who still want to placate him, despite increasing tensions in recent weeks and his decision Wednesday morning to reverse himself and delay signing a housing bill that received overwhelming bipartisan support.</p><p>Senate Majority Leader John Thune, R-S.D., and a small group of his Senate GOP colleagues called Trump after the vote. Thune told reporters that the president was “pleased with the outcome."</p><p>Trump later thanked Thune in a social media post and noted that Cassidy and Paul had switched their votes. “This vote puts Iran on notice!” he wrote.</p><p>The war powers measure blocked by the Senate on Wednesday was on a separate track from the nearly identical resolution adopted on Tuesday, which had also been passed by the House. Both votes were largely symbolic, and the measures do not carry the full force of law.</p><p>Cassidy had sharp words for Trump</p><p>Invited by Florida Sen. Rick Scott to speak at a GOP luncheon in the Capitol, Trump had signaled ahead of time that he would use the closed-door meeting to push senators to pass his proof-of-citizenship voting bill. But the conversation was more focused on Tuesday’s vote on war powers.</p><p>Most Republicans stayed quiet. But Cassidy stood up and defended his vote.</p><p>“I stood and said, ‘You have not told the American people what’s going on,’” Cassidy told reporters after the meeting. “This was supposed to last four weeks, it’s lasted four months. Our original objectives have not been achieved.”</p><p>The two men “went back and forth,” Cassidy said, and he “matched his tone and volume." Cassidy said that he eventually de-escalated, but he did not want to be bullied.</p><p>“I am voting for war powers until I get a briefing,” he said afterward.</p><p>Trump repeatedly told Cassidy to sit down, according to a person familiar with the private meeting who was not authorized to discuss it. At one point, the president called the senator a “lunatic."</p><p>Publicly, Trump said afterward that they had “a really great meeting." But he hinted at the discord.</p><p>“We like everyone in the room," Trump told reporters on his way out. "I don’t like a few people, but that’s OK.”</p><p>The luncheon capped weeks of friction between Trump and Senate Republicans and added a new layer of frustration as Tuesday's vote was the first time the Senate had adopted a war powers resolution on the Iran war. Trump made clear he was in no mood to compromise before it even started, calling off a scheduled signing ceremony on a housing bill that passed both chambers overwhelmingly this week and that GOP lawmakers were touting as an election-year achievement.</p><p>Trump reverses on housing bill</p><p>Republican senators were eager for a conciliatory meeting with the president after escalating tensions in recent weeks. But Trump upended their plans when he declared on social media just beforehand that he wouldn't sign the legislation until they send him the SAVE America Act, his bill to require proof of citizenship for all voters.</p><p>North Carolina Sen. Thom Tillis said he doesn't know why Trump is holding the housing bill “hostage” for the voting bill that “will never pass in this Congress.”</p><p>“It makes no sense to me,” Tillis said as he walked into the luncheon.</p><p>Thune said the housing legislation, which aims to lower costs, is “an affordability issue,” and that ”eventually I hope he finds a way to sign it.”</p><p>It's unclear if Trump might veto the legislation or if the late Wednesday night vote will change his outlook. But by rejecting a public bill signing, Republicans worry that Trump is indicating a level of indifference to voters’ affordability concerns heading into November’s midterm elections.</p><p>Trump and Senate Republicans have been at odds</p><p>Trump's move on the housing bill is his latest reversal after weeks of being at odds with Senate Republicans.</p><p>Trump has blocked the Senate from confirming one of his own nominees, asked them to fund parts of his White House ballroom project despite opposition and forced them to defend the Iran war even as they question the strategy and endgame.</p><p>Trump has also helped whittle down his own support in the Senate after endorsing primary challengers to two GOP incumbents who were previously reliable votes for his agenda — Cassidy and Texas Sen. John Cornyn. Both men have become more critical of Trump since losing reelection.</p><p>“If we’re going to win the midterm elections, we need to get on the same page,” Cornyn said ahead of the meeting. “We’re not on the same page now, and that I think is dangerous.”</p><p>Trump pushes Thune on SAVE America Act</p><p>Trump has pressed Republicans for months to kill the Senate filibuster and focus on the proof-of-citizenship voting bill, even though Thune has repeatedly told him that neither has the votes.</p><p>While Thune remains popular in his conference and cordial with the president, he has spent much of his time lately telling Trump what he doesn’t want to hear. Thune said Tuesday that while Trump and some in their conference want to see the voting bill pass, “it’s just not realistic.”</p><p>Thune devoted weeks of floor time to the voting bill earlier this year and has said he supports it. But he has repeatedly said there aren’t enough votes to scrap the filibuster that triggers a 60-vote threshold to pass most bills in the 53-47 Senate. And Democrats are uniformly opposed to the bill.</p><p>“I think people at some point have to come to grips with that,” Thune said.</p><p>___</p><p>Associated Press writers Josh Boak and Kevin Freking contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7XQVIQYAVW7KIPWPJX4RHDVRZU.jpg?auth=151a9540ad7da656198468ce850de9c84992f878067e31a4d2eb5d6bc2564fd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump turns to depart after speaking with reporters as Sen. Rick Scott, R-Fla., from left, Sen. John Barrasso, R-Wyo., and Senate Majority Leader John Thune, R-S.D., listen on Capitol Hill, 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/YDI7SLMEZXI5RDHZVK3A5AWPME.jpg?auth=a0675c0b497e82f0067ca60dc08839b10e7d5ccd5c1a1c3b058fb9e45481f566&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Bill Cassidy, R-La., heads to a closed-door Republican policy meeting at the Capitol in Washington, Tuesday, June 16, 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/HHTMUNWB5OAVUADKNRINKSS2TU.jpg?auth=4c2ca954dbced11833c9c388b7ebe1849cd24eb66e1d31301ae3088063627544&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, escorted by Senate Majority Leader John Thune, R-S.D., heads to a meeting with Senate Republicans at the Capitol in Washington, Wednesday, June 24, 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/VOVYEHW4HVGR5FH3JVK2245ZWY.jpg?auth=faad3a862faa3f2de00b9a0b2a24fcbbaf3bc165242dc4796a3d92ab9681bf35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Thom Tillis, R-N.C., speaks to reporters as Republican senators arrive for a closed-door lunch at the Capitol in Washington, Tuesday, June 23, 2026, to prepare for a meeting with President Donald Trump Wednesday. (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/5CRAFAPDCF7QBX4ESNN2RN42XA.jpg?auth=a069fd4114377881271d931e9973fc116f3527680e8d830e2e17c24675d9c47d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. John Cornyn, R-Texas, arrives at the Capitol in Washington, Tuesday, June 23, 2026, as Republicans prepare for a meeting with President Donald Trump. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Rebound in tech shares pushes world markets higher, while oil prices fall]]></title><link>https://www.local10.com/business/2026/06/25/rebound-in-tech-shares-pushes-world-markets-higher-while-oil-prices-fall/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/25/rebound-in-tech-shares-pushes-world-markets-higher-while-oil-prices-fall/</guid><dc:creator><![CDATA[By ELAINE KURTENBACH, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — World shares were mostly higher Thursday, led by tech-driven gains in Japan and South Korea as major computer chipmakers’ stocks surged following upbeat earnings reports from U.S. giants like Qualcomm and Micron Technology.]]></description><pubDate>Thu, 25 Jun 2026 10:36:27 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — World shares were mostly higher Thursday, led by tech-driven gains in Japan and South Korea as major computer chipmakers’ stocks surged following upbeat earnings reports from U.S. giants like Qualcomm and Micron Technology.</p><p>Oil prices slipped closer to where they were before the war with Iran began.</p><p>Qualcomm’s share price surged 11.5% in pre-market trading after the company announced it had raised its forecast for revenue this year to $40 billion from $22 billion. It also announced a new computer chip for data centers called Dragonfly C1000 CPU that Meta plans to use.</p><p>Micron Technology's shares jumped 17% in premarket trading after it upgraded its forecast and exceeded analysts' estimates.</p><p>The future for the S&P 500 gained 0.8%, while that for the Dow Jones Industrial Average was up 0.3%.</p><p>Germany's DAX advanced 0.7% to 24,904.98. The CAC 40 in Paris was up 0.5% to 8,429.37 and Britain's FTSE 100 added 0.3% to 10,495.81.</p><p>Tokyo's Nikkei 225 index surged 4.6% to a record close of 72,366.34 as traders snapped up shares in technology companies. Chipmaker Tokyo Electron's shares gained 7.8%, while chip testing equipment maker Advantest's shares soared 15%.</p><p>South Korea's benchmark, the Kospi, hit a new record, surging 5.4% to 8,930.30 after briefly topping 9,000. Samsung Electronics' shares gained 5.3% and SK Hynix leaped 13%.</p><p>Elsewhere in Asia, gains were more modest.</p><p>Taiwan's Taiex climbed 0.5% and the Sensex in India was up 0.7%.</p><p>The Shanghai Composite index picked up 0.2% to 4,120.28, while Hong Kong's Hang Seng dropped 1.4% to 23,076.91.</p><p>Australia's S&P/ASX 200 shed 0.7% to 8,748.70.</p><p>On Wednesday, stocks wavered to a mixed close on Wall Street as losses for several tech giants including Microsoft weighed on the market. The S&P 500 fell 0.1% and the Dow Jones Industrial Average, which is less weighted with tech stocks, rose 10.4%.</p><p>The tech-heavy Nasdaq composite fell 0.4%.</p><p>Microsoft lost 2.3% and Oracle slumped 4.6%.</p><p>Many large tech companies have been behind Wall Street’s record-setting run throughout the year, but analysts have warned their valuations may have become stretched.</p><p>Google’s parent company Alphabet slipped 0.2%. The company is replacing Verizon in the Dow on Monday. Its inclusion in the S&P 500 means more to investors, however, because 401(k) accounts are much more likely to include an S&P 500 index fund than anything tied to the Dow.</p><p>Alphabet will become the fifth Magnificent 7 tech company to join the Dow. The others are Apple, Amazon, Microsoft and Nvidia.</p><p>Oil companies had some of the biggest losses as prices fell while the U.S. and Iran negotiate a possible end to their war. Exxon Mobil fell 2% and Chevron lost 2.6%. Brent crude, the international standard, fell 3.8% to $73.87 a barrel. It has been trading below $80 in recent days but is still above the roughly $70 per barrel it was trading at in late February before the war began.</p><p>U.S. crude prices fell 3.9% to $70.34 a barrel.</p><p>Early Thursday, Brent was down 1.2% at $72.97 a barrel, while U.S. benchmark crude lost 1.2% to $69.51 a barrel.</p><p>Some of the bigger winners on Wall Street included homebuilders following approval of legislation beneficial to the industry. KB Home surged 16.7% and D.R. Horton jumped 6.7%.</p><p>The Federal Reserve will get an update on inflation later Thursday, when its preferred measure for prices is released. Economists expect the Personal Consumption Expenditures price index, or PCE, to show that prices rose 4.1% in May. That would be the highest level in three years.</p><p>Inflation has been rising as tariffs raise costs for many goods. It worsened as the war pushed energy and shipping prices higher and that impact is expected to linger even as oil and gasoline prices fall.</p><p>In other dealings early Thursday, the U.S. dollar rose to 161.83 Japanese yen from 161.79 yen. The euro fell to $1.1354 from $1.1359.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QERLWVRRJ7MCGGGKED7FYCY3GU.jpg?auth=f5ba919d193a472db92e0e125f45eeeccf8db274326112bec262ffb799237a08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past a monitor showing Japan's Nikkei 225 index at a securities firm in Tokyo, Tuesday, June 23, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RREQ3LJSDP2MTGE5M7YLPUWFEY.jpg?auth=ca1e283090ff2aaec600d9c2f183e70e48ba65246f84d0423116378ac516999c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks past a monitor showing stock prices of companies on the Tokyo Stock Exchange in Tokyo, Tuesday, June 23, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UJY2IJIB6X46D4VZDIDLJARQBY.jpg?auth=290a8bafc6e6072f399cef5abe48458d8db5834b83e6b67e19bc20e5e5c97bb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Currency traders work near a screen showing the Korea Composite Stock Price Index (KOSPI) at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Wednesday, June 24, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6H2HY4PP3YAXDYXS3SOHW4YTEE.jpg?auth=8dcb2a0837c7736186d9994dd152541ea2ad6a7c638dea28e931a44d637009bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Currency traders work near a screen showing the Korea Composite Stock Price Index (KOSPI) and the foreign exchange rate between U.S. dollar and South Korean won at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Wednesday, June 24, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3Y2YL57VZULKMUKI4QD3Y7C2OM.jpg?auth=5a6a6a8a1014e46dff5e7c48002fed0976b3bd4442bf28963549dec967a23d88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A currency trader watches monitors near a screen showing the Korea Composite Stock Price Index (KOSPI) and the foreign exchange rate between U.S. dollar and South Korean won at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Wednesday, June 24, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[2 powerful quakes hit Venezuela, killing at least 164 and injuring nearly 1,000]]></title><link>https://www.local10.com/news/world/2026/06/25/at-least-164-dead-and-971-injured-after-powerful-quakes-rock-venezuela-acting-president-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/at-least-164-dead-and-971-injured-after-powerful-quakes-rock-venezuela-acting-president-says/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO and JUAN PABLO ARRAEZ, Associated Press]]></dc:creator><description><![CDATA[CARACAS, Venezuela (AP) — Rescue teams raced Thursday to the areas hardest hit by a pair of powerful earthquakes that rocked Venezuela, killing at least 164 people, injuring nearly 1,000 and trapping many beneath collapsed buildings.]]></description><pubDate>Thu, 25 Jun 2026 12:40:09 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS, Venezuela (AP) — Rescue teams raced Thursday to the areas hardest hit by a pair of powerful earthquakes that rocked Venezuela, killing at least 164 people, injuring nearly 1,000 and trapping many beneath collapsed buildings.</p><p>Wednesday evening’s 7.2 and 7.5 magnitude earthquakes were among the strongest to strike Venezuela in more than a century and could be felt throughout the region. The country's main airport was damaged and closed, while buildings were evacuated in places as far away as Brazil’s Amazon, about 1,700 kilometers (1,050 miles) from Venezuela’s capital, Caracas.</p><p>Television broadcasts Thursday showed rescue workers using power tools to work their way into piles of rubble where buildings once stood. Panicked residents of the capital were sent pouring into the streets, and after the quakes many people walked among the debris searching for the missing among collapsed buildings and toppled electric poles.</p><p>Acting President Delcy Rodríguez, who gave the latest death toll early Thursday, said authorities were shifting rescue teams from other parts of the country to La Guaira, which sits north of Caracas on the coast. Officials were trying to make the most of the daylight hours to speed up efforts to rescue people believed to remain trapped under the rubble, she said.</p><p>Footage on state TV showed three children, covered in dust but alive, pulled from the rubble in La Guaira state, which Rodríguez described as a “disaster zone” and one of the areas hardest hit by the quakes because of the large number of collapsed buildings.</p><p>“Dozens of buildings have collapsed there ... and we are currently carrying out intensive rescue operations to save lives,” Rodríguez said.</p><p>Video shared online appeared to show dozens of people, some lying on the ground and others on hospital beds, being treated outside a hospital in La Guaira.</p><p>While Venezuela sits near multiple fault lines, its position straddling the South American and Caribbean plates makes strong earthquakes much less common than in other parts of Latin America.</p><p>Rodríguez appealed to businesses to make heavy construction equipment available for rescue operations, adding that search and rescue teams certified by the United Nations were on their way to Venezuela.</p><p>Caracas residents reeling from two strong quakes</p><p>During the quakes, people ran from swaying buildings in Caracas, many visibly shocked when they turned back to see destroyed walls that left furniture visible from the street. Columns of dust rose in two typically busy neighborhoods in the capital.</p><p>“It started off gently and then gradually grew, and in the end, we all had to leave our houses, go outside and gather together,” Caracas resident Hector Ricci said.</p><p>The U.S. Geological Survey said the first earthquake, with a magnitude of 7.2, hit west of Moron on the Caribbean coast, about 170 kilometers (105 miles) west of Caracas. It had a depth of 22 kilometers (about 14 miles). Just a minute later, USGS reported a second 7.5 magnitude earthquake just a minute later, with a depth of 10 kilometers (about 6 miles) and an epicenter 16 kilometers (10 miles) southwest of Moron.</p><p>Interior Minister Diosdado Cabello urged people to remain outside as aftershocks could further damage structures, and many people stayed on the streets for hours, some sitting on the ground hugging pets as dust gathered around them. In downtown Caracas, hundreds of people spent the night huddled around parks, parking lots and other open spaces. Authorities warned against returning to homes with structural damage.</p><p>“We were afraid the buildings would collapse on us,” said María Cristina Díaz, a 41-year-old janitor. “My mother, my daughter and I were cold. We didn’t sleep a wink; but I didn’t want to spend the night alone at home after that terrible earthquake.”</p><p>“It was awful. We cried, we screamed. Thankfully, we’re alive,” she added.</p><p>Díaz and her family rushed to Plaza Candelaria in downtown Caracas because it’s one of the few open areas near her home.</p><p>Parts of the capital lost power and cellphone coverage, and the earthquakes damaged and closed Simón Bolívar International Airport, the country’s main airport, Rodríguez said.</p><p>In Caracas, subway services were suspended and natural gas shut off, she said. Classes will also be canceled for several days, and the Ministry of Education said some school buildings would be used as shelters and donation centers.</p><p>On Thursday morning scores of people battled with lack of cellphone signal in parts of Venezuela as they took to social media to track down missing family members.</p><p>Several governments offered assistance</p><p>Rodríguez declared a state of emergency in an address to the nation late Wednesday. She said the government was creating a $200 million reconstruction fund for hospitals and homes damaged by the earthquakes, and had instructed the economy and finance ministers to oversee the effort.</p><p>Offers of help poured in from countries around the world.</p><p>U.S. Secretary of State Marco Rubio said the United States is “immediately deploying search and rescue teams, medical resources, and humanitarian assistance to Venezuela.”</p><p>“We will have a whole government response,” Rubio said Thursday in Bahrain. “It will be big. It will be fast. It will be effective.”</p><p>He added that one of the runways at Caracas’ international airport was cracked in the earthquake, making landing aircraft there difficult.</p><p>Rodríguez — who became acting president after an American military operation captured her predecessor, Nicolás Maduro, and brought him to the U.S. to stand trial — thanked U.S. President Donald Trump. She said in an X post later that she spoke with Rubio by phone without sharing details. She also expressed thanks to the leaders of various nations who have sent messages of support and offers of help.</p><p>Ecuador ordered the delivery of humanitarian aid, and Rodríguez said Qatar, Mexico and El Salvador had already sent rescue personnel.</p><p>“We send you all our solidarity and our prayers. Stay strong, Venezuela,” El Salvador President Nayib Bukele, once diametrically opposed to Venezuela’s government, wrote in a post on X.</p><p>___</p><p>Garcia Cano reported from Bogota, Colombia. Associated Press writers Clara Preve in Buenos Aires; Astrid Suarez in Bogota, Colombia; Mauricio Savarese in Sao Paulo; Anna-Catherine Brigida, Megan Janetsky and India Grant in Mexico City; Cristina Fuentes in Madrid; and Maria Teresa Hernandez in Beijing contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IFGN3XGI66WPMY2QOMSXXFXLQQ.jpg?auth=7ab8ca9f7be0c55cd32d8b2481874333a9afb52ea6d38a9a0f946e914972500e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search through the rubble of a collapsed building after an earthquake in Caracas, Venezuela, Thursday, June 25, 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/WS6AGV64ATDS43EEBGDBDDLROI.jpg?auth=ebc47997d545e17134f76a44e0ea17be0b283f41064c9ec07c5de9227ecaf2a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People camp on a sports court following an earthquake in Caracas, Venezuela, Thursday, June 25, 2026 (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/RV4EWJ34ZXEAZA44FERKN6DJBA.jpg?auth=dbb990aa941d9bc7ecd5f471ac0660d9b79231afb4e4fb84167ef291af3be674&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue worker carry an injured man after an earthquake in Caracas, Venezuela, Wednesday, June 24, 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/7GSC5X2JLR3UU3NGJX6TDF2274.jpg?auth=4b81ad990fdee1eabf184769ca4fdacd626de86030a24c47b7408a7d089fb63e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patients lie outside a hospital evacuated after it was damaged in an earthquake in Catia La Mar, Venezuela, Thursday, June 25, 2026. (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/BXJEA5VXBSPOY2PKQYRHOOBNPE.jpg?auth=2ceaf92a48bddd4f6c909e45e6b202117e0c3c515d4bfdda22fb3510fe1f4cb4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search through the rubble of a collapsed building after earthquake in Caracas, Venezuela, Wednesday, June 24, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Shiite Muslims collectively mourn to mark Muharram and Ashoura]]></title><link>https://www.local10.com/news/world/2026/06/25/shiite-muslims-collectively-mourn-to-mark-muharram-and-ashoura/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/shiite-muslims-collectively-mourn-to-mark-muharram-and-ashoura/</guid><dc:creator><![CDATA[By MARIAM FAM, Associated Press]]></dc:creator><description><![CDATA[Shiite Muslims have been observing a solemn period of communal mourning leading to the day of Ashoura, which marks the seventh century killing of Hussein, a revered leader and a grandson of Prophet Muhammad.]]></description><pubDate>Thu, 25 Jun 2026 04:45:32 +0000</pubDate><content:encoded><![CDATA[<p>Shiite Muslims have been observing a solemn period of communal mourning leading to the day of Ashoura, which marks the seventh century killing of Hussein, a revered leader and a grandson of Prophet Muhammad.</p><p>Annual day of Ashoura commemorations are observed on the 10th day of the month of Muharram in the lunar-based Islamic calendar. In Shiite communities, Ashoura is viewed as a symbol of struggle against injustice and tyranny.</p><p>This year, Muharram and Ashoura follow the war in Iran, where the population is overwhelmingly Shiite, and an interim deal to end it. In Lebanon, many Shiites have been marking Muharram after the devastation inflicted during the war between Israel and the Lebanese militant group Hezbollah.</p><p>“The gathering every year and the reaffirming of collective memory and collective grief allows every year for the story and the message to adapt to its current context,” said Noor Zehra Zaidi, an assistant professor of history at the University of Maryland, Baltimore County who focuses on Shiite Islam.</p><p>A period of mourning, remembrance and deep resonance</p><p>Shiite Ashoura commemorations mark the death of Imam Hussein, who was killed in the Battle of Karbala, in present-day Iraq. He fought against the army of then Caliph Yazid, to whom Hussein had refused to pledge allegiance.</p><p>Hussein’s killing is seen as having cemented the schism between Sunnis and Shiites, which stems from the early days of Islam and arguments over Muhammad’s successors as caliph, or leader. The Shiites wanted the caliphate to descend through Ali, Muhammad’s cousin and son-in-law and Hussein’s father.</p><p>To Shiites, who make up the second-largest branch of Islam after the Sunni majority, the killing holds deep religious and historical resonance and plays a key role in shaping identity.</p><p>Gatherings, processions and grief rituals</p><p>In the U.S., many Shiites of various racial and ethnic backgrounds gather for assemblies where they typically listen to recitations of the Quran, elegies, lamentations and lectures.</p><p>"In many communities, emotional lamentation and weeping are considered acts of devotion because they express solidarity with the suffering (of) the Prophet’s household,” Zaidi said.</p><p>U.S. communities embody a lot of the diversity of rituals seen across the Shiite world, she said.</p><p>“Our community comes to life. It pulsates with a beautiful group unity, where everybody comes together,” said Adam Almaleky in Michigan. “It’s a program of self-development, self-purification, gaining closeness to God through Hussein.”</p><p>In Texas, 23-year-old Sakina Ali attends the gatherings, which are also held in other parts of the world, with four generations of her family. “We learn and we mourn,” she said, adding the atmosphere gives her goose bumps.</p><p>Around the world, mourning rituals of Muharram and Ashoura can include rhythmic chest-thumping or beating in unison and public processions. Some Shiites self-flagellate and draw their own blood in public mourning practices that are controversial, fervently upheld by some while shunned or opposed by other Shiites.</p><p>In Iraq, pilgrims converge on the holy city of Karbala, site of the battle and home to a shrine to Hussein. Large volunteer service stations there feed pilgrims, Zaidi said, adding that distributing food and drink is one of the most universal practices.</p><p>“One of the remarkable enduring features of Ashoura commemorations is the way that rituals and communities reflect local cultures, traditions and languages while still remaining centered on Karbala,” she said.</p><p>Some donate blood</p><p>As part of the Texas team of Who is Hussain, a London-based charity with teams in dozens of cities around the world, Ali has been helping organize a blood drive during this year's Muharram commemorations.</p><p>“It’s to save lives. It’s to do good in the name of Hussein,” she said. “Since this is such an emotional time and the community is coming out from everywhere … the impact is much bigger.”</p><p>Hussein, she said, "sacrificed his life … for morality and for justice,” adding, “If he did all of that, I can do good in my community as well, following his example.”</p><p>These blood drives happen elsewhere in the U.S. and beyond. Mustafa Jafri’s mosque in New Jersey has been organizing them for many years.</p><p>“We do it really to honor Imam Hussein and his companions and his family,” said Jafri, a physician and a board director at Masjid-e-Ali. “He gave his blood to stand against injustice and so we resonate and want to give our blood to save lives.”</p><p>It’s a practical way, he said, to translate some of Hussein’s values into action and to give back. The drives, he said, often also attract some non-Muslims from the community to donate blood.</p><p>Zaidi said the blood drives are a more modern phenomenon in Shiite commemorations.</p><p>Many say they draw inspiration and lessons from Hussein’s legacy</p><p>Jafri said it’s a time to reflect on how to better oneself and on "tackling injustices that are all throughout the world.”</p><p>Almaleky, team leader with Who is Hussain in Michigan, said that from Hussein, “I learn altruism. I learn principle. I learn dedication."</p><p>Even following tragedy, he added, “we continue to draw energy as a community, and no matter how difficult this world becomes, it doesn’t compare in the difficulty that the family of Hussein ibn Ali faced and Hussein and his companions faced.”</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/OL4DDD2NERGNRVD2YE2TEYAYBU.jpg?auth=5cf6614120b5ab86229676ecc8e60386ebbf136d784dcff74c79c192714bf7fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A girl wearing an Ashoura headband rests on her father's shoulder during a sermon marking the third day of Ashoura, the Shiite Muslim commemoration of the 7th-century death of Imam Hussein, the grandson of the Prophet Muhammad, in the southern port city of Tyre, Lebanon, Friday, June 19, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O4TGPN3MNRL5Z6CXMHUTN2LN2Y.jpg?auth=4d4e34b1e2661b097d829b4dee0df0d9d5e237e1205965fa3af37e74fddf9f17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People weep during a mourning ceremony in Tehran, Iran, Thursday, June 18, 2026, ahead of Ashoura, which honors the 7th-century martyrdom of the Prophet Muhammad's grandson, Hussein, who was killed in a battle in Karbala in present-day Iraq. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X7ESXH5XJH7Z64UJ7X2ZV47VTQ.jpg?auth=7f66021a280e34ebbfd41a115f8fe91aa8349faf1d742053747c9c568bc128fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iranians perform their evening prayers in a mourning ceremony in Tehran, Iran, Tuesday, June 23, 2026, prior to Ashoura, which commemorates the 7th-century martyrdom of Imam Hussein, one of Prophet Muhammad's grandsons and one of Shiite Islam's most beloved saints, and 72 of his companions, who were killed in a battle in Karbala in present-day Iraq. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YVTCA3FPDBVEJCFR6FDZVN2INY.jpg?auth=d0bee802d6c1e4a31796b536a7ed36f6c34c801bdd4aca18588214382d8d90f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iranians attend a mourning ceremony in Tehran, Iran, Tuesday, June 23, 2026, prior to Ashoura, which commemorates the 7th-century martyrdom of Imam Hussein, one of Prophet Muhammad's grandsons and one of Shiite Islam's most beloved saints, and 72 of his companions, who were killed in a battle in Karbala in present-day Iraq. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OYME3SN2ULAGN3BVK2FOPMOT7M.jpg?auth=1d47820f5fe8118941d59174667e5e7c89b81cdc89a416fe8d0d166c67e59c0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A girl looks on as women sit during a mourning ceremony in Tehran, Iran, Thursday, June 18, 2026, ahead of Ashoura, which honors the 7th-century martyrdom of the Prophet Muhammad's grandson, Hussein, who was killed in a battle in Karbala in present-day Iraq. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Detroit Lions player Terrion Arnold arrested in connection to Florida kidnapping and robbery]]></title><link>https://www.local10.com/sports/2026/06/25/detroit-lions-player-terrion-arnold-arrested-in-connection-to-florida-kidnapping-and-robbery/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/detroit-lions-player-terrion-arnold-arrested-in-connection-to-florida-kidnapping-and-robbery/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TAMPA, Fla. (AP) — Detroit Lions player Terrion Arnold has been arrested in connection to a kidnapping and robbery in Florida and faces felony charges, officials said Wednesday.]]></description><pubDate>Thu, 25 Jun 2026 05:29:00 +0000</pubDate><content:encoded><![CDATA[<p>TAMPA, Fla. (AP) — Detroit Lions player Terrion Arnold has been arrested in connection to a kidnapping and robbery in Florida and faces felony charges, officials said Wednesday.</p><p>Arnold, 23, is accused of being the “primary conspirator” before three men in their late teens were held at gunpoint, battered and pistol-whipped in February in Tampa, the city's police department said in a statement. Some of their belongings were stolen, police said.</p><p>Arnold is facing four counts of a weapon-related charge and four more counts of a charge related to kidnapping, harming or terrorizing, according to the Hillsborough County Sheriff’s Office arrest records.</p><p>Tampa police had already arrested six others suspected of being part of the targeted armed robbery. Two of them have pleaded guilty and the other four are being held without bond, according to the Hillsborough County State Attorney’s Office.</p><p>Denise White, CEO of EAG Sports Management, which represents Arnold, said he denies being involved.</p><p>“There is no credible evidence linking Mr. Arnold to these allegations," White said in a statement. “Instead, the government appears to be relying on testimony from multiple convicted felons who have admitted their own involvement and may have substantial incentives to shift blame in an effort to lessen their sentences.”</p><p>In early February, Arnold and a few of his friends had reported more than $250,000 worth of their property being stolen from an Airbnb in Largo, police said.</p><p>Arnold believed that two men in their late teens had been behind it, although investigators later determined this was not the case, police said.</p><p>Hours after reporting the theft, Arnold orchestrated the kidnapping and robbery, according to the State Attorney’s Office.</p><p>Arnold and his friends worked to get the men, along with another, to an apartment on Feb. 4, police said. Initially, two of Arnold’s friends held them at gunpoint and hit them, while another streamed it to Arnold, police said. Later, when the assault was still going on, Arnold also came to the apartment, police said. His other friends stole some of the victims’ belongings, police said.</p><p>The victims reported the robbery to police.</p><p>“No one has the right to take the law into their own hands," State Attorney Suzy Lopez said in a statement. "A dispute over missing property does not justify kidnapping, violence, or retaliation."</p><p>Arnold is a starting cornerback for the Detroit Lions who was a first-round pick in the 2024 draft after playing at the University of Alabama. He is from Florida.</p><p>The Lions said in a statement Wednesday night that they were aware of the situation but would not be commenting at this time.</p><p>“Arnold is facing multiple felony charges which carry a potential sentence of up to life in prison,” according to the Hillsborough County State Attorney’s Office.</p><p>Arnold turned himself in to law enforcement on Wednesday. He is expected to make his first appearance in Hillsborough County court Thursday afternoon, according to the State Attorney’s Office.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WBSWXUKVINB3PD7GREPT5RXPGA.jpg?auth=764fc66cba94176560ac4b272ff74f9890848ffe283b7fe1dbebcf418f752e84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Detroit Lions cornerback Terrion Arnold (6) reacts to a play against the Green Bay Packers during an NFL football game Thursday, Nov. 27, 2025, in Detroit. (AP Photo/Paul Sancya,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Swanson's epic doubleheader gives him best 4-game series in Cubs history -- with game left]]></title><link>https://www.local10.com/sports/2026/06/25/swansons-epic-doubleheader-gives-him-best-4-game-series-in-cubs-history-with-game-left/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/swansons-epic-doubleheader-gives-him-best-4-game-series-in-cubs-history-with-game-left/</guid><dc:creator><![CDATA[By JERRY BEACH, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Thanks to a historic doubleheader performance Wednesday, Dansby Swanson has the best four-game series in Chicago Cubs history — with a game to spare.]]></description><pubDate>Thu, 25 Jun 2026 04:19:29 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Thanks to a historic doubleheader performance Wednesday, Dansby Swanson has the best four-game series in Chicago Cubs history — with a game to spare.</p><p>Swanson had a go-ahead RBI triple and four RBIs to cap the monster doubleheader and lead the Cubs to a sweep of the reeling New York Mets with a 10-5 win.</p><p>Swanson hit a three-run homer and a grand slam in the Cubs’ 10-3 victory in the opener. The 11 RBIs in a doubleheader are a franchise record, breaking the mark of 10 set by Hall of Famer Ron Santo on July 6, 1970.</p><p>The only other player in team history with a nine-RBI doubleheader is also a Hall of Famer — Billy Williams, who did it on Aug. 21, 1968.</p><p>“A dream come true, just being able to have your name next to those guys,” Swanson said. “It’s amazing and special.”</p><p>The 11 RBIs are tied for the third-most in a doubleheader. Nate Colbert had 13 RBIs for the San Diego Padres on Aug. 1, 1972, a mark equaled by the St. Louis Cardinals’ Mark Whiten on Sept. 7, 1993.</p><p>“Dansby had an incredible day of baseball offensively, for sure,” Cubs manager Craig Counsell said. “It’s fun to see.”</p><p>Swanson also homered Tuesday night and has three homers and 15 RBIs in the first three games of the series, which is slated to conclude Thursday night.</p><p>The 15 RBIs are the most ever by a Cubs player in a series of four or fewer games since 1920, when the RBI became an official statistic, and are the most by a Chicago player in a series of any length since Kiki Cuyler, another Hall of Famer, had 15 RBIs in a five-game set in 1932.</p><p>The 15 RBIs over the last three games are also the most ever by a shortstop, breaking the mark of 14 RBIs set by Nomar Garciaparra with the Boston Red Sox from May 10-12, 1999. The only other Cubs player with at least 15 RBIs in a three-game span is Sammy Sosa, who had 16 RBIs from Aug. 10-12, 2002.</p><p>“I couldn’t tell you a game that I’ve had like this,” Swanson said. “It’s one that you honestly dream about.</p><p>“Just very, very grateful.”</p><p>The three-game surge snapped a lengthy slump for Swanson, who entered Tuesday hitting .178 with three homers and 14 RBIs in his last 48 games dating back to April 24. Swanson is batting just .202 with a .688 OPS this season — down considerably from his career marks of .251 and .732, respectively, entering 2026.</p><p>“You say process, process, process and stick to it, but every player is aware of how they’re producing and helping the team,” Cubs second baseman Nico Hoerner said. “He’s been so consistent and persistent. That doesn’t guarantee results, but man, does it feel good when those come through.”</p><p>Yet with 11 homers and 46 RBIs through 80 games, Swanson is more than halfway to his fifth 20-homer season and almost halfway to his career-high of 96 RBIs, set during his final season with the Atlanta Braves in 2022.</p><p>“That’s why the game sometimes, like, drives you crazy,” Counsell said. “Because if you probably look at Dansby’s season right now, it’s kind of a normal season for Dansby. Maybe the batting average is a little bit low, but probably all the other numbers are right around where he’s been the last couple years. It’s just been peaks and valleys for him.</p><p>“The good times, you’ve got to take advantage of them. And when you have days like that and you’re kind of the primary driver of offense, that’s going to win your team games.”</p><p>___ AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S36B2WM5TACLVAPUTZUWJTKYCA.jpg?auth=7fec9195efd821e8a8681205d6ec3e6aad47885847ae525d0e070f265bb8a966&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Dansby Swanson runs to first base for a two-run single during the ninth inning in the second baseball game of a doubleheader against the Chicago Cubs Wednesday, June 24, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MJD7MPY3FNWHPWLL2CB2NHCUVM.jpg?auth=50cc9c3ad4c2b0e9969f4cde04a5da34060fdaf0a75d1c41b40447916fb62064&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Dansby Swanson (7) hits an RBI single during the fourth inning in the second baseball game of a doubleheader against the New York Mets Wednesday, June 24, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YQZBVCTHI66VXGPMV5ITLT33IU.jpg?auth=9ac9c57b61b4eda70d5b32cae525cc88512ccfa51359c254f27bff39e27a740b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Dansby Swanson (7) hands the game ball to pitcher Jacob Webb as they celebrate with teammates after the second baseball game of a doubleheader against the New York Mets Wednesday, June 24, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AR55YNKX4V3JAEW4EFNH5SJ2OU.jpg?auth=658bcad91c0dbf5faa4ee725bab4e023c98b77465ffaa0ac15c2fd4400bff3b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Dansby Swanson (7) celebrates with Miguel Amaya (9), Ian Happ (8) and Nico Hoerner after hitting a grand slam during the eighth inning of a baseball game against the New York Mets Wednesday, June 24, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4TQWA3JPBU4Q7AGHAMYQQD5NQE.jpg?auth=c84dbb69fcd88024ebdbf1dc931725f5b6ab9613f8b4f89236cf91b91bba9d8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Dansby Swanson (7) celebrates with Tyler Ferguson (64) after the first baseball game of a doubleheader against the New York Mets Wednesday, June 24, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Mamdani's success in New York tests Democratic Party's willingness to change]]></title><link>https://www.local10.com/news/politics/2026/06/25/mamdanis-success-in-new-york-tests-democratic-partys-willingness-to-change/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/25/mamdanis-success-in-new-york-tests-democratic-partys-willingness-to-change/</guid><dc:creator><![CDATA[By STEVE PEOPLES, ANTHONY IZAGUIRRE and MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — New York City Mayor Zohran Mamdani stepped into the national spotlight this week as an ascendant political force within the Democratic Party.]]></description><pubDate>Thu, 25 Jun 2026 04:11:12 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — New York City Mayor Zohran Mamdani stepped into the national spotlight this week as an ascendant political force within the Democratic Party.</p><p>Democratic leaders aren't so sure that's a good thing.</p><p>As progressives cheered across the nation, some of the most powerful Democrats in the country, including House Minority Leader Hakeem Jeffries, downplayed the impact of Mamdani's victories on Tuesday, when the 34-year-old democratic socialist mayor's slate of congressional candidates defeated three establishment favorites — including two incumbents — in primary contests. He had even more victories in state legislative races, where he successfully backed five other candidates.</p><p>It was a stunning sweep for Mamdani, just six months into his first term, that will expand his influence in Washington and Albany. The mayor said Wednesday that he hopes to export his policies and politics to other states, while demanding major changes across the Democratic Party.</p><p>“Working people are struggling across the country," Mamdani said. He added that he hopes to help “write a new chapter in our party’s history, where working people are back at the heart of that struggle. And I I believe that will be key in not just the midterms coming up in November, but also in the years to come."</p><p>The mixed reaction from Democratic leaders as they grappled with the fallout from Mamdani's success exposed the depth of the divide between the party’s progressive and establishment wings, who are at odds over how Democrats should govern — and how to win elections — over the final two years of the Donald Trump presidency.</p><p>Indeed, Democrats hope to avoid an all-out intraparty civil war ahead of the November midterms, especially with Republicans fighting amongst themselves over Trump's war in Iran, how to address the affordability crunch and the president's costly efforts to build a massive White House ballroom.</p><p>Democrats aren't sure which direction to take</p><p>The Mamdani resistance from senior Democrats was not subtle.</p><p>“The effort to nationalize New York is going to fail,” said Sen. Richard Blumenthal of Connecticut. “What’s happening in New York will be really irrelevant by the time of the elections in November.”</p><p>Rep. Marc Veasey of Texas, a vice chair of the New Democrat Coalition, was similarly dismissive, saying progressives were playing checkers while moderates were playing chess.</p><p>“No one in DSA is trying to win in a red-to-blue seat, or in a tough general election matchup,” Veasey said, referring to democratic socialist candidates.</p><p>Democrats' left flank said the party's latest nominees should be welcomed with open arms.</p><p>“What I would like to see, and what I think would be actually productive and beneficial, is a congratulations to these people, a commitment to welcome them in, to understanding the perspectives that they bring,” said Rep. Summer Lee, a 38-year-old progressive from Pennsylvania.</p><p>Sen. Bernie Sanders, an independent from Vermont who campaigned alongside Mamdani and his allies last week, said New York's results sent a clear message.</p><p>“The American people, in New York and increasingly all over the country, are sick and tired of status quo establishment politics,” he said. “I think you’re gonna continue to see it.”</p><p>Trump saw an opportunity to stir the pot from the Oval Office, telling reporters that the Democrats were “going radical left” and Mamdani's choices are “really communist.”</p><p>He marveled at the defeat of Rep. Dan Goldman, a former top lawyer during Democrats' first impeachment of Trump. Goldman was defeated by Brad Lander, an ally of Mamdani.</p><p>“When they go more liberal than Dan Goldman, they’re really into Never Neverland,” he said.</p><p>‘Voters are just pissed off’</p><p>Mamdani backed three anti-establishment congressional challengers in a political gamble that his own team acknowledged was risky. He won them all.</p><p>Goldman, a two-term incumbent, was swiftly defeated by Lander, a former city comptroller.</p><p>U.S. Rep. Adriano Espaillat, who leads the Congressional Hispanic Caucus, was toppled by Mamdani’s most polarizing pick, Darializa Avila Chevalier, a democratic socialist who once helped organize pro-Palestinian protests at Columbia University.</p><p>Antonio Reynoso, the handpicked successor of U.S. Rep. Nydia Velazquez, lost to another democratic socialist, Assembly Member Claire Valdez.</p><p>The entire Mamdani slate promised to “abolish ICE,” condemned Israel's “genocide” in Gaza and vowed to “tax the rich."</p><p>“Voters are just pissed off," Lander said in an interview. "They want people who show who they’re fighting for, and really get out and fight for things that matter in the lives of working people.”</p><p>Cheering the extent of Mamdani's success, progressive leaders called on the Democratic Party's leadership in Washington — and its next crop of presidential candidates — to adopt meaningful changes in the weeks and months ahead.</p><p>Indeed, Sen. Chris Murphy of Connecticut, a potential presidential candidate, said it would be “silly” for his party not to draw meaningful conclusions from New York's results.</p><p>“The voters are clearly telling us they want us to be bolder — bolder in the policies we’re proposing and bolder in the tactics we use to fight authoritarians," he said.</p><p>And yet the Mamdani critics within the party were not hard to find.</p><p>Jeffries, who is in line to become the next House speaker if Democrats win the House majority this fall, reiterated his opposition to Mamdani’s slate in repeated interviews and media appearances.</p><p>“He’s got work to do in terms of the conversations that he’s going to have with members of Congress moving forward,” Jeffries, the No. 1 House Democrat jabbed, even as he said they have a good working relationship.</p><p>Republicans are paying attention</p><p>Giddy House Republican operatives vowed to weaponize Mamdani and his slate to undercut the Democratic brand in competitive midterm elections across the country, while other Republican officials warned their party to pay attention to this pivotal moment in the nation's politics.</p><p>“Republicans need to wake up. What we saw last night in New York can only be called one thing: a socialist uprising sweeping the Democrat Party,” said Sen. Bernie Moreno of Ohio. “If Republicans don’t act now, we will lose this country as we know it.”</p><p>Meanwhile, Trump seemed to worry more about Mamdani’s growing national profile than his democratic socialist policies.</p><p>“Mayor Mamdani pulled through 3 solid Communists, and has received loud and universal applause from the Fake News Media. Congratulations Mr. Mayor!” the Republican president wrote on social media. “I went 16-0 last night, helping to elect wonderful American Patriots, and the Media doesn’t say a word.”</p><p>Meanwhile, Mamdani dismissed broader concerns that his success would undermine the Democratic Party's fight to win control of Congress this fall.</p><p>“We’ve heard from Republicans time and again that they’re going to try and make these candidates the face of the Democratic Party. To them, I say that we are ready for that," he said. “For far too long we have been told that it is not possible to fight for working people and win. These candidates have shown that they can.”</p><p>And yet some Democrats were clear-eyed about the work that lies ahead to bring the party together as new divisions flared in the wake of Mamdani's success.</p><p>“We have to respect the voters. They made their decision,” said Sen. Peter Welch of Vermont.</p><p>“The challenge that we have,” he continued, “is to build the different points of view together, all in service of helping people who are struggling to pay their bills to get more economic security. The challenge of unity is enormous. But that’s our challenge.”</p><p>___</p><p>Brown reported from Washington. Associated Press writer Steven Sloan contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S5NAUEKIBYFM2FIJCZQUTKZRLA.jpg?auth=9cd467fcfa9cbb23fd25306ed34d2a6758682ada7725b6a54b55ff283f4f7b35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani, speaks to supporters for Democratic congressional candidate Darializa Avila Chevalier during an election night watch party Tuesday, June 23, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Shiite Muslims mark holy day of Ashoura after months of war in Iran and Lebanon]]></title><link>https://www.local10.com/news/world/2026/06/25/shiite-muslims-mark-holy-day-of-ashoura-after-months-of-war-in-iran-and-lebanon/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/25/shiite-muslims-mark-holy-day-of-ashoura-after-months-of-war-in-iran-and-lebanon/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Shiite Muslims around the world on Thursday marked Ashoura, a holy day symbolizing sacrifice and martyrdom that holds special significance for many this year after months of war in Iran and Lebanon.]]></description><pubDate>Thu, 25 Jun 2026 11:22:34 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Shiite Muslims around the world on Thursday marked Ashoura, a holy day symbolizing sacrifice and martyrdom that holds special significance for many this year after months of war in Iran and Lebanon.</p><p>Ashoura commemorates the martyrdom of Imam Hussein, grandson of the Prophet Muhammad, at the Battle of Karbala in A.D. 680 Imam Hussein was killed with his family and companions after refusing to pledge allegiance to the Umayyad caliphate.</p><p>The event cemented the schism between Sunni and Shiite Islam and remains a powerful symbol of resistance against oppression and injustice.</p><p>The holiest day in the Shiite calendar</p><p>This year, Ashoura comes after months of war in Iran and Lebanon, homes to two of the world’s largest Shiite populations. Iran and the U.S. this week launched talks aimed at finalizing a fragile ceasefire agreement.</p><p>On the first day of the war, on Feb. 28, Iran’s supreme leader, Ayatollah Ali Khamenei, was killed in an Israeli airstrike. The 86-year-old Khamenei was not just Iran’s top political leader. He also had a final say on all religious matters and was revered by millions of Shiites worldwide. Ashoura comes just days before his funeral procession.</p><p>The war also spilled over into Lebanon, where Iran’s key ally, the Hezbollah militant group, has been battling Israeli troops for months.</p><p>Hezbollah entered the fighting days into the war by firing rockets into northern Israel in solidarity with Tehran. That sparked widespread Israeli aerial bombardment and a ground invasion that decimated large swaths of predominantly Shiite areas in southern Lebanon and Beirut’s southern suburbs.</p><p>Ashoura comes as many of the more than one million displaced Lebanese people are trying to return to their villages in southern Lebanon. Cities and towns had held sermons and events in the buildup to the holy day surrounded by buildings reduced to rubble and ruins.</p><p>Ashoura is the holiest day in the Shiite calendar, marked by traditional mourning rituals that include chest-beating, elegies and lamentations. It is held on the 10th day of the month of Muharram.</p><p>Visitors arrive at Imam Hussein's shrine</p><p>In Karbala, the southern Iraqi city holy to Shiite Muslims, security was tightened as visitors arrived. Religious banners flew from the walls of Imam Hussein’s golden-domed shrine and actors played out scenes from the 7th century.</p><p>“We see all kinds of people here and they don’t lack food, drinks or services, thanks to God, despite the massive gathering,” Redha Nouri, who traveled from Ahwaz in Iran, said. “There will be more crowds coming tomorrow, but the Iraqi people are here and will serve them.”</p><p>Mourners observe the holy day in Iran</p><p>In war-stricken Iran, black-clad mourners filled streets, mosques and neighborhood religious halls across Tehran for a public holiday that brought much of the capital to a halt.</p><p>Shops were shuttered in many areas as processions of men beating their chests marched past and loudspeakers played elegies. Volunteers handed out tea and dates.</p><p>The previous evening mourners had gathering at the shrine of Imam Ruhollah Khomeini south of Tehran in a ceremony attended by President Masoud Pezeshkian and other officials, Iranian state media reported. Khomeini led the 1979 revolution that ushered in Iran’s Islamic republic.</p><p>In a social media post laden with an apparent message of resistance to the U.S. and Israeli attacks on Iran, Pezeshkian noted how Hussein taught people to stand against oppression, the temptation of power and the pursuit of self-interest.</p><p>“We should neither oppress, nor accept oppression, nor remain silent before it,” he wrote.</p><p>The commander of the Islamic Revolutionary Guard's Quds Force, Gen. Esmail Ghaani, invoked the “spirit of Ashoura” in warning Israel to withdraw its forces from Lebanon or face defeat.</p><p>The annual ceremonies came as Iran’s leadership continues to draw on Ashoura’s language of sacrifice and resistance at a time of deep political and economic pressure.</p><p>The faithful in Lebanon attend sermons and visit graves</p><p>Families in the Lebanese coastal city of Tyre who lost relatives fighting with Hezbollah or working as paramedics wept during a sermon on the third day of Muharram. A cleric, who sat between portraits of current Iranian Supreme Leader Mojtaba Khamenei and Hezbollah Secretary-General Naim Kassem, compared the struggles the modern-day leaders faced in the war to that of Hussein and his companions in Karbala.</p><p>Banners in red and black bearing Hussein’s name were hung on every street.</p><p>In Beirut’s southern suburbs, many flocked to the grave of former Hezbollah leader Hassan Nasrallah, who was killed in an Israeli strike in September 2024.</p><p>Security is raised in Pakistan to protect the Shiite minority</p><p>Elsewhere, Pakistan deployed thousands of police and paramilitary personnel across the country following intelligence reports warning of possible militant attacks on Shiite Muslims, a minority in the predominantly Sunni country.</p><p>Although most Sunnis and Shiites live peacefully alongside one another, militant groups have repeatedly targeted Shiite communities, mosques, and religious gatherings in sectarian attacks that have claimed hundreds of lives.</p><p>As members of Pakistan’s Shiite minority prepare to take part in mourning processions, mobile phone service in some areas is expected to be suspended temporarily to help prevent attacks.</p><p>“Imam Hussein is a symbol of the highest struggle and sacrifice,” said Saadia Shah, 33, as she entered a congregation hall in the eastern city of Lahore with her two children. “His name gives us the courage to stand up to tyranny, to say what is right and oppose what is wrong.”</p><p>___</p><p>Associated Press journalists Munir Ahmed in Islamabad, Amir Vahdat in Tehran, Iran, and Ali Sadiq in Karbala, Iraq, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N72GBQ57JGO2E6YHINZU63MY6M.jpg?auth=4ca2935d7b49c5065ee75544d3d5effe19480d459c368409a58b90c28ccd111c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shiite faithful Muslims attend an Ashoura procession which commemorates the 7th-century martyrdom of Imam Hussein in Istanbul, Turkey, Thursday, June 25, 2026. (AP Photo/Emrah Gurel)]]></media:description><media:credit role="author" scheme="urn:ebu">Emrah Gurel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WQA5VMWPC35WGUPLASSBJP6UP4.jpg?auth=62cdff3cf74946f90c2dd58af22d0dc7352c750f07abc474ed27127138a0bd3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iranian mourners beat their heads and chests during a ceremony in Tehran, Iran, Tuesday, June 23, 2026, prior to Ashoura, which commemorates the 7th-century martyrdom of Imam Hussein, one of Prophet Muhammad's grandsons and one of Shiite Islam's most beloved saints, and 72 of his companions, who were killed in a battle in Karbala in present-day Iraq. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EB3ZO6SPKC4YHUGNJVM3V4BB6E.jpg?auth=a9c8c800174ba77e52c1a2e86b509c97a55a01c7cd5d4faf53fa29faf59c856b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shiite faithful Muslims attend an Ashoura procession which commemorates the 7th-century martyrdom of Imam Hussein in Istanbul, Turkey, Thursday, June 25, 2026. (AP Photo/Emrah Gurel)]]></media:description><media:credit role="author" scheme="urn:ebu">Emrah Gurel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SRIPNIBCNQOY6LIZVO5YXZ5FDI.jpg?auth=c7ef03f00898d1ff978580f02e326a65a0abe06800ad123de5ec21fcb684a362&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shiite faithful Muslims attend an Ashoura procession which commemorates the 7th-century martyrdom of Imam Hussein in Istanbul, Turkey, Thursday, June 25, 2026. (AP Photo/Emrah Gurel)]]></media:description><media:credit role="author" scheme="urn:ebu">Emrah Gurel</media:credit></media:content></item><item><title><![CDATA[Americans are inundated with suspected scams. New polling shows why few victims report them]]></title><link>https://www.local10.com/news/politics/2026/06/25/americans-are-inundated-with-suspected-scams-new-polling-shows-why-few-victims-report-them/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/25/americans-are-inundated-with-suspected-scams-new-polling-shows-why-few-victims-report-them/</guid><dc:creator><![CDATA[By AMELIA THOMSON-DEVEAUX, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Most Americans are inundated with scam attempts on a daily basis — and about 3 in 10 have personally lost money or personal information to scams, according to a new AP-NORC survey.]]></description><pubDate>Thu, 25 Jun 2026 04:02:30 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Most Americans are inundated with scam attempts on a daily basis — and about 3 in 10 have personally lost money or personal information to scams, according to a new AP-NORC survey.</p><p>The poll, conducted by The Associated Press-NORC Center for Public Affairs Research in February, highlights the obstacle course that U.S. adults navigate daily as they screen calls, ignore messages or try to puzzle out if that urgent request from their cellphone provider is legitimate.</p><p>A separate survey conducted by Gallup and the Stop Scams Alliance that was provided exclusively to the AP found that last year alone, about 1 in 10 U.S. adults said they or someone else from their household was deceived by a scammer into losing money or providing access to a financial account, with nearly half saying they lost more than $500.</p><p>That leaves many Americans feeling like they’re constantly at risk of falling for a scam, often without a sense of recourse. In both surveys, few victims said they reported the scam to the federal government or local law enforcement. Many victims didn't report the scam, Gallup found, because they didn't think it would make a difference in getting money back.</p><p>“You've got to be pretty sophisticated these days,” said Adam Pratter, 42. He has run into problems on dating apps — and once ended up sending money to a person who claimed they were overseas because of a military deployment and needed money to buy food. He realized it was a scam when the requests didn't stop.</p><p>Pratter thinks banks and social media companies have a responsibility to help people who have been scammed, but also believes the government needs to do more.</p><p>“If federal regulation wanted to step in and make deals with these companies to get these people their money back, they could,” he said.</p><p>For many Americans, scam attempts are constant</p><p>Americans are flooded with scam attempts, according to both surveys. More than half, 58%, of U.S. adults in the AP-NORC poll said they receive daily text messages, phone calls, emails, online messages or online advertisements that they suspect are scams, while the Gallup survey found last year that about 4 in 10 experienced attempted scams on a daily basis.</p><p>Porschel Smith, 22, gets multiple scam calls every day, and receives even more scam emails. Some of the scams are easy for her to identify. “They mention different types of programs that I know are nonexistent,” she said.</p><p>But sometimes she ends up engaging with the scammer before realizing that something is wrong. “Some of them hack your account and pretend as if they're someone that you know,” she said. “But then I get to asking questions and realize they're scams.”</p><p>Older people are more likely to say they receive scam attempts daily, according to the AP-NORC poll. About 7 in 10 U.S. adults ages 60 and older say they are contacted by a suspected scammer at least once a day, compared to about 4 in 10 Americans under 30.</p><p>Among those who have received suspected scam attempts, the AP-NORC poll found that outreach involving package shipments or banking were among the most common methods. About 4 in 10 people who were contacted by scammers say at least one of the attempts they received over the past few years were through Facebook or Facebook Messenger, while about 2 in 10 said they were on WhatsApp, and a similar share said they were on Instagram.</p><p>Around 30% of US adults say they've been scammed personally</p><p>The impact of scams is far-reaching. About half, 51%, of U.S. adults know someone personally — such as a friend or family member — who has ever lost money as the result of a scam, the AP-NORC poll found, while about 3 in 10 U.S. adults say they have personally been scammed into giving away money or personal information.</p><p>The Gallup survey found that about 1 in 10 U.S. adults said they or a member of their household was scammed out of money in 2025, with 6% saying they had been personally scammed.</p><p>About half of people whose household experienced scams last year reported losing between $125 and $2,000, according to Gallup.</p><p>About 1 in 10 U.S. adults have been scammed multiple times, Gallup found.</p><p>“It's not easy. They know what they're doing," said Towonna Harris, 50. Her son was once contacted by scammers who promised to give him money for tuition if he authorized a nominal credit card charge, which quickly spiraled into a much bigger set of charges.</p><p>She's experienced other kinds of scams on a smaller scale, too. “I ordered some stuff. I never got it,” she said. “I thought it was a legitimate company. And then I saw all these reviews saying it was a scam.”</p><p>Few scam victims report to law enforcement</p><p>Virtually all U.S. adults believe that scams pose a “major” or “minor” threat to individuals in the U.S., but few think the government is doing enough to solve the problem. About 8 in 10 Americans say the government is “definitely” or “probably” doing too little to prevent scams, according to the Gallup survey, including large majorities of Republicans and Democrats.</p><p>When people are scammed, both surveys found that victims are much likelier to reach out to financial institutions than the federal government or local law enforcement. About half, 55%, of people who were scammed last year reported to a bank, credit union or other financial institution, the Gallup poll found, but only 18% contacted state or local law enforcement, while 13% reported to either federal law enforcement or the Federal Trade Commission.</p><p>Many victims don't make a report because they don't think it will help, or don't know where to go, Gallup found. Among people who were scammed in 2025, 75% said they didn't report because they thought it wouldn't make a difference in getting their money back, while 58% were uncertain where to report.</p><p>More broadly, Americans express very low confidence that they'd know how to report a scam to the government if they needed to. According to the AP-NORC poll, most Americans, 55%, say they are “extremely” or “very” confident that if they were scammed, they’d know how to report it to banks or credit card companies, but only about one-quarter are similarly confident that they’d know how to report to federal or state law enforcement.</p><p>Only about one-third of U.S. adults said they would know where to make a report if they lost $5,000 in a scam today, Gallup found.</p><p>Max Anderson, 23, said that his parents are small business owners who were the victims of a costly and complex scam. “A scammer successfully imitated one of their employees and changed their direct deposit information. This went on for about 3 months. It went to $15,000,” he said.</p><p>Eventually, Anderson's father got help from the FBI, he said.</p><p>“I do like that the government stepped in with my parents, and I feel like that's the way it should be,” he said. “It's a big enough problem at this point that it falls to the government and companies to do something about it.”</p><p>___</p><p>Associated Press reporters Mary Rajkumar, Juliet Linderman and Erika Kinetz contributed to this report. Northwestern University Medill School of Journalism student Molly Wallace contributed to this report.</p><p>___</p><p>The AP-NORC poll of 1,133 adults was conducted Feb. 19-23 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 4.0 percentage points.</p><p>The Stop Scams Alliance-Gallup poll of 5,173 adults was conducted Jan. 8-Feb. 18 using a sample drawn from Gallup's probability-based Gallup Panel. The margin of sampling error for adults overall is plus or minus 1.4 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XB4TDASVK3KCGVOTYB33RZAOLU.jpg?auth=f26e6f998cf12c0c7f69fe61cd7e4c1ab9cb645c4541e878ffbe3c48df378b3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Options to use the Zelle payments network are seen on a mobile banking app in New York, Dec. 20, 2024. (AP Photo/Patrick Sison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Sison</media:credit></media:content></item><item><title><![CDATA[Vinícius Júnior silences critics with 2 more goals, giving him 4 in this World Cup for Brazil]]></title><link>https://www.local10.com/sports/2026/06/24/vinicius-junior-silences-critics-with-2-more-goals-giving-him-4-in-this-world-cup-for-brazil/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/vinicius-junior-silences-critics-with-2-more-goals-giving-him-4-in-this-world-cup-for-brazil/</guid><dc:creator><![CDATA[By ZACH PASCUZZI, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — Brazil star Vinícius Júnior knew what his critics were saying coming into this World Cup, that he just can't score on soccer's biggest stage the way he can at Real Madrid.]]></description><pubDate>Thu, 25 Jun 2026 03:36:34 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — Brazil star Vinícius Júnior knew what his critics were saying coming into this World Cup, that he just can't score on soccer's biggest stage the way he can at Real Madrid.</p><p>He clearly didn't listen.</p><p>Vinicius has four goals now in this tournament — only Lionel Messi, with five, has more — and the flashy Brazilian got two on Wednesday night in his team's 3-0 win over Scotland.</p><p>“Faith that I was going to improve, for the talent that I have … I was sure that at the right moment I would shine again with the Brazilian team shirt,” Vinícius said.</p><p>He wasn't wrong and is tied for second with France’s Kylian Mbappé and Norway’s Erling Haaland in the Golden Boot race, right behind Messi.</p><p>“Nothing is better than going back to the World Cup, to the place where I always dreamed of being,” Vinicius said. “To be able to represent my family, to be able to represent a country as important as Brazil, I believe that there is nothing better.”</p><p>He also became the fifth member of an exclusive club of Brazilians to score in all three group stage games, and the first to do so since Ronaldo and Rivaldo both did so in 2002.</p><p>“There were always times when I couldn’t show my football,” Vinícius said. “It brings a certain relief."</p><p>Brazil coach Carlo Ancelotti coached Vinícius at Real Madrid from 2021 to 2025. While guiding Vinícius to global stardom along the way, Ancelotti — who Vinícius calls the best coach in the world — won two Champions Leagues, two La Liga titles and one Copa del Rey in that span.</p><p>And while wearing Brazil colors for Ancelotti, Vinícius has been completely reinvigorated. In 39 games for Brazil under previous coaches, Vinícius netted just six goals. In just 13 under Ancelotti, he has scored seven.</p><p>“I had no question in my mind of how far or well he’d come to this World Cup,” Ancelotti said. “It makes him happy to play for the national team. He’s doing a brilliant job.”</p><p>After his goal against Haiti in Brazil’s second World Cup game, Vinícius joked that he needs to listen to Ancelotti more.</p><p>“For sure when we get to the dressing room, he’ll say he knows a lot about football,” he said.</p><p>But so does Vinícius. And he promises to get even better.</p><p>“I will also evolve and improve in the competition,” he said. “And the hope only increases between us, between our fans and between our family.”</p><p>___</p><p>Zach Pascuzzi is a student in the University of Georgia’s Carmical Sports Media Institute.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N6TVOEQPOI3NHK4KXP544Q35UI.jpg?auth=6d78458323d4d885080938c97e3352f2a9bc51976d4ea98e37464a8806592ba7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior (7) battles for the ball with with Scotland's Nathan Patterson (22) and Lewis Ferguson (19) during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3GTT2P3OSTIBLYBFJEUGHT5TMA.jpg?auth=88c6034f109fa0cccc4fb91877231fdce936bb4a0c26e367b798f30a98833639&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior (7) celebrates after scoring his side's second goal during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7UV4WWQQASNIKR25CFGHUC3DAA.jpg?auth=b781ec0ff8743237fa3a7104e297965fac768662694c628805e3f702b3da9225&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior (7) celebrates after scoring their opening goal during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X7N2YUZ3LJ2OK4UYLSFW5WVT5M.jpg?auth=80615ca8b75419c0d4d6b6d5afc2080923f1e54544698074fb9ac717ee03456f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior (7) celebrates after scoring their opening goal during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSTTR6J5ORDS4QMKQXLIRIVKXI.jpg?auth=d88b22490ad90b2f1fc2ae4e69ad8f415b23db53069fbb6f93339e69aa304b6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior (7) celebrates after scoring his team's second goal during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Homophobic chant returns in Mexico's World Cup match against the Czech Republic]]></title><link>https://www.local10.com/sports/2026/06/24/homophobic-chant-returns-in-mexicos-world-cup-match-against-the-czech-republic/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/homophobic-chant-returns-in-mexicos-world-cup-match-against-the-czech-republic/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Fans at Mexico’s final World Cup group stage match on Wednesday chanted a slur that has previously led to fines and other sanctions against the country’s soccer federation.]]></description><pubDate>Thu, 25 Jun 2026 03:02:38 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Fans at Mexico’s final World Cup group stage match on Wednesday chanted a slur that has previously led to fines and other sanctions against the country’s soccer federation.</p><p>The slur, which literally means male prostitute in Spanish, could be heard at the Azteca stadium toward the end of the first half when Czech goalkeeper Matej Kovar took a goal kick.</p><p>The chant has cost Mexico hundreds of thousands of dollars in fines levied by FIFA. It rose to popularity roughly 25 years ago and is used to intimidate goalkeepers when they take goal kicks.</p><p>It went viral in the 2014 World Cup in Brazil and was heard again in Russia during the 2018 World Cup and four years later in Qatar. It has persisted despite attempts by the Mexican soccer federation to stop it.</p><p>Mexico had already advanced to the knockout phase as Group A winners ahead of the match against the Czech Republic.</p><p>___ AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N4HXNTMIG7HWMHK4NDX4UMXZ74.jpg?auth=e7744a2a40360e07aa0bbe5ec66725b084fbd97037a78d0bdfcd8c8b7811cd84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[General view during the pregame ceremony before the World Cup Group A soccer match between Czechia and Mexico in Mexico City, Wednesday, June 24, 2026. (AP Photo/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[Mexico beats Czech Republic 3-0 to win all 3 World Cup group-stage matches for 1st time]]></title><link>https://www.local10.com/sports/2026/06/25/mexico-beats-czech-republic-3-0-to-win-all-3-world-cup-group-stage-matches-for-1st-time/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/25/mexico-beats-czech-republic-3-0-to-win-all-3-world-cup-group-stage-matches-for-1st-time/</guid><dc:creator><![CDATA[By CARLOS RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Javier Aguirre has been saying for a while now that the key to the Mexican team’s success at the World Cup is that they are a family. This family, it seems, is on a historic journey.]]></description><pubDate>Thu, 25 Jun 2026 07:53:13 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Javier Aguirre has been saying for a while now that the key to the Mexican team’s success at the World Cup is that they are a family. This family, it seems, is on a historic journey.</p><p>Mateo Chávez and Julián Quiñones scored in a six-minute span early in the second half, and Mexico beat the Czech Republic 3-0 on Wednesday to complete wins in all three of its World Cup group-stage matches for the first time.</p><p>The 22-year-old Chávez, in his first World Cup, opened the scoring in the 55th minute and Quiñones scored his second goal of the tournament in the 61st. Alvaro Fidalgo added a goal in stoppage time.</p><p>“It was something very beautiful, and I’ll take it with me to the grave,” Chávez said of his goal. “I imagined it many times; I dreamed of this.”</p><p>Mexico's previous best group-stage performance was two wins and one draw, done in 1986 and 2002 and both featuring Javier Aguirre, the first as a midfielder and the second as El Tri's coach. Aguirre is back as coach this year, his third stint leading the national team.</p><p>After topping Group A, Mexico will play again at Estadio Azteca on Tuesday in a round-of-32 match against an opponent to be determined.</p><p>“Now comes the knockout stage; statistics and data don’t matter. We’re achieving things, but what lies ahead is what counts,” Aguirre said. “Neither the players nor I dwell on what we’ve just done; we’re thinking about what’s next.”</p><p>Mexico is undefeated at nine World Cup matches at the massive stadium, which was packed with 80,824 fans on Wednesday. El Tri has only two losses at Azteca, most recently in World Cup qualifying against Honduras on Sept. 6, 2013.</p><p>The match Wednesday included nods to Mexico’s past and future. Gilberto Mora, at 17, became the youngest Mexico player to start in a World Cup. And 40-year-old goalkeeper Guillermo “Memo” Ochoa entered in the 77th minute, joining Argentina’s Lionel Messi and Portugal’s Cristiano Ronaldo as the only players to appear in six World Cups.</p><p>Mora said “it’s like a dream come true after everything I’ve worked for.”</p><p>“Now we have tough opponents ahead,” he added. “We’re going to keep working to stay on this path. We want to keep advancing because the Mexican national team can become champion.”</p><p>Mexico's triumph was marred, however, by the return of a homophobic chant by fans that has previously led to fines and other sanctions against its soccer federation. The chant, a one-word slur, was heard near the end of the first half when Czech goalkeeper Matej Kovar took a goal kick.</p><p>The Czech Republic was eliminated, finishing with one point in three games.</p><p>Mexico is unbeaten in 11 games dating to a friendly loss against Panama last November. And Aguirre has made the most of his roster, using 25 of 26 players in the tournament. Chávez was one of five starters Wednesday who didn't start in the previous win over South Korea.</p><p>“Twenty-five of the 26 have played — that is no small detail — nor is it a small detail that everyone celebrates the goals,” Aguirre said.</p><p>Ochoa makes history in his likely farewell</p><p>Ochoa, who wears No. 13, played the last 13 minutes in regulation, plus stoppage time, in what's likely to be his last appearance for Mexico. He turns 41 on July 13 and plans to retire from international competition after the World Cup.</p><p>“Life — football — had this farewell in store for me, to cap it all off perfectly. For my part, I’ve left it all out there; I gave everything,” Ochoa said. “I leave with nothing left because I poured it all into my teams and the national squad.”</p><p>He was a substitute in the 2006 and 2010 tournaments and started for Mexico in 2014, 2018 and 2022.</p><p>“I felt Memo had to play (but) for how long? I never knew until I said, ‘This is the moment,’” Aguirre said. “These are coaching decisions, but it was a night for Mexico to honor its legend, Memo.”</p><p>Raúl Rangel is the starter this year, stepping in for the injured Luis Ángel Malagón, who helped Mexico win the CONCACAF Nations League and Gold Cup last year. Malagón's injury opened the door for Ochoa's return.</p><p>Ochoa became the oldest Mexican to play in the World Cup. The previous record holder was Cuauhtémoc Blanco, who was 37 when he played in South Africa in 2014.</p><p>After the match, the veteran goalkeeper kissed the goal post before kneeling down and was hugged by the rest of the squad.</p><p>“Regarding Memo’s appearance, we don’t know if he’s going to say goodbye or not, but it was a nice tribute for his six World Cups,” added Aguirre. “He is a legend — he is Mexican.” ___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/372NCMSMZ74HD57SHKR4LCKTOQ.jpg?auth=4f78cdbfecb3b52fe58a450b0baaae4c5c95e0d521ea09d10c8474bff505c754&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Julian Quinones celebrates scoring his side's second goal against Czechia during a World Cup Group A soccer match in Mexico City, Wednesday, June 24, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BH4SYRFJGCNZOFWMPPPVTSLKKY.jpg?auth=52a877e94baa4fb88b86835aa65106d1449552b92ffe7cffc7d8367ef1a117d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico goalkeeper Guillermo Ochoa, top, celebrates with teammates following the World Cup Group A soccer match between Czechia and Mexico in Mexico City, Wednesday, June 24, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S6RM5MK3JXYY2VSAMQAGRWXYSU.jpg?auth=515606bf6f8e0e5e4ff33d6ea2cb0c7febdd320d89a286399a2538ea34bb1c15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Mateo Chavez celebrates scoring the opening goal during a World Cup Group A soccer match between Mexico and Czechia in Mexico City, Wednesday, June 24, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4W6BC3LUHWJQPWZQKQ2T5BHLQQ.jpg?auth=80a5089cf2f1065d76cc6a9c4e9b06fd863e960113aa30e26560b4c74c77d42e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Alvaro Fidalgo celebrates scoring his side's third goal against Czechia during a World Cup Group A soccer match in Mexico City, Wednesday, June 24, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZDEOAXXJGDFDK7UDVPHSUH6ZI.jpg?auth=edc2115216952512db703f339c3db1081186f1906e540f74be349a1997dd1ec1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Mateo Chavez (20) shoots and scores their opening goal against Czechia goalkeeper Matej Kovar (1) during the World Cup Group A soccer match between Czechia and Mexico in Mexico City, Wednesday, June 24, 2026. (AP Photo/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[South Africa reaches World Cup knockout round for 1st time with 1-0 win over South Korea]]></title><link>https://www.local10.com/sports/2026/06/24/south-africa-reaches-world-cup-knockout-round-for-1st-time-with-1-0-win-over-south-korea/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/south-africa-reaches-world-cup-knockout-round-for-1st-time-with-1-0-win-over-south-korea/</guid><dc:creator><![CDATA[By MAYA KOLUDER-RAMIREZ, Associated Press]]></dc:creator><description><![CDATA[GUADALUPE, Mexico (AP) — South Africa advanced to the knockout phase of the World Cup for the first time with a 1-0 victory over South Korea on Wednesday night.]]></description><pubDate>Thu, 25 Jun 2026 05:05:36 +0000</pubDate><content:encoded><![CDATA[<p>GUADALUPE, Mexico (AP) — South Africa advanced to the knockout phase of the World Cup for the first time with a 1-0 victory over South Korea on Wednesday night.</p><p>Thapelo Maseko scored in the 63rd minute off a precise cross from Tshepang Moremi and South Africa finished in second place in Group A behind Mexico, which won all three of its group-stage games.</p><p>South Africa will take on Canada, the second-place finisher in Group B, in a knockout game Sunday at Inglewood, California.</p><p>Maseko had five total shots in the match and leads South Africa with eight shots in the tournament.</p><p>When Maseko was asked what he would tell his younger self about his accomplishment, the Mamelodi Sundowns forward said: “The one thing I would say is ‘keep dreaming.’”</p><p>South Africa had opened its World Cup with a 2-0 loss to Mexico before using a late goal to earn a 1-1 draw with Czech Republic. It entered its final group-stage needing to defeat South Korea in order to advance. Bafana Bafana had failed to advance from the group stage in 1998, 2002 and as host in 2010.</p><p>South Africa head coach Hugo Broos described the faith he had in his team despite the difficult start to the tournament.</p><p>“The mentality in this group is amazing,” Broos said. “Everybody is working for everybody. We are not afraid of other teams.”</p><p>Sphephelo Sithole, who received a red card in the opening game against Mexico, also earned a start and helped South Africa keep a clean sheet.</p><p>“In the first two, three days, it wasn’t easy,” Sithole said. “I needed to pick myself up. I’m very proud of myself because I did.”</p><p>Maseko, who plays for South African club Mamelodi Sundowns, missed two big chances early in the match before scoring the winner.</p><p>The 22-year-old received the ball from a cross on the right side of the box — cut inside — and struck the ball low with his left foot through a defender’s legs and into the bottom corner.</p><p>South Africa’s bench players ran across the sideline to celebrate with Maseko for his first World Cup goal.</p><p>When the final whistle was blown, the bench stormed the field and the players embraced each other.</p><p>“(The final whistle) for me was a rush of emotions not only because we won the game, but also because it will probably be one of the last games of my career,” the 74-year-old Broos said. “When you can end a career in this way, I think every coach dreams of it.”</p><p>South Korea head coach Hong Myung-bo raised some eyebrows when he decided not to start Son Heung-min, and instead bring him in as a substitute. He said that he preferred to bring Son onto the field when the South African defenders were lower on energy.</p><p>“If I knew the result beforehand, I probably would have made some different choices.” Hong said. “On the world stage like this, the responsibility is ultimately down to the head coach.”</p><p>South Korea opened this World Cup with a 2-1 come-from-behind win over Czech Republic and lost to Mexico 1-0 in its second game. The Taegeuk Warriors could still advance in the tournament, pending the results of other games this week.</p><p>South Korea became the first Asian team to reach the knockout round in 2002, when it finished fourth overall. The Taegeuk Warriors also advanced out of the group stage in 2010 and 2022, both times reaching the round of 16.</p><p>___</p><p>Maya Koluder-Ramirez is a student in the University of Georgia’s Carmical Sports Media Institute.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GS6K2BM3IUFT6UNF77LK6LCNUQ.jpg?auth=4601f4281597d68f880eb59deb769d4d423ec08daf68f87b9e64ae04b18915d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Africa's Thapelo Maseko (12) scores the opening goal during the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 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/XVJJRY66TJ7BBQ5HGAECEO6YRQ.jpg?auth=39bb5bd754c6c88cd6f01e8ebf523c532b6293a65ac2e8781be8926d24aa1ebf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Africa's Thapelo Maseko (12) celebrates after scoring his team's first goal during the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Dolores Ochoa)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TQ7M3N5M7UY5WU3DNPNQP7UFKE.jpg?auth=1d8c3c96eb76f2f2d2a0e43eae7edef03f5de2924fda113c8f8a51f036ab176c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Africa's Thapelo Maseko (12) celebrates with teammates after scoring his side's first goal during the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RUX5RHKH3MJIZLLU32EF2STW2A.jpg?auth=1c44c8df305c4c20da5e485d4ee1dd4bafea0a0ed71daddb4238097eca82219a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea's Son Heung-min (7) controls the ball against South Africa's Thapelo Maseko (12) during the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[New Mexico governor calls for criminal probe of DEA allowing fentanyl shipments to hit streets]]></title><link>https://www.local10.com/health/2026/06/24/new-mexico-governor-calls-for-criminal-probe-of-dea-allowing-fentanyl-shipments-to-hit-streets/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/24/new-mexico-governor-calls-for-criminal-probe-of-dea-allowing-fentanyl-shipments-to-hit-streets/</guid><dc:creator><![CDATA[By JIM MUSTIAN, Associated Press]]></dc:creator><description><![CDATA[New Mexico’s governor on Wednesday called for a criminal investigation into the Drug Enforcement Administration after an Associated Press investigation found federal agents allowed hundreds of thousands of fentanyl pills to reach the streets over a two-year period while pursuing larger drug-trafficking cases.]]></description><pubDate>Thu, 25 Jun 2026 03:03:16 +0000</pubDate><content:encoded><![CDATA[<p>New Mexico’s governor on Wednesday called for a criminal investigation into the Drug Enforcement Administration after an Associated Press investigation found federal agents allowed hundreds of thousands of fentanyl pills to reach the streets over a two-year period while pursuing larger drug-trafficking cases.</p><p>Gov. Michelle Lujan Grisham asked the state’s attorney general to examine whether the agency’s actions violated New Mexico law, an extraordinary challenge to a federal law enforcement agency at a time when fentanyl remains one of the country’s deadliest public health threats.</p><p>The request follows an AP investigation that found DEA agents repeatedly allowed major fentanyl shipments to continue moving through New Mexico between 2023 and 2025 rather than seize them immediately, as agents sought to build cases against higher-ranking traffickers. The governor’s call for a criminal review turns a debate over drug enforcement tactics into a question of whether federal agents themselves crossed legal lines while pursuing larger trafficking organizations.</p><p>Current and former DEA agents told AP the strategy amounted to a gamble with public safety in a state ravaged by the fentanyl epidemic and may have violated U.S. Justice Department rules intended to safeguard the public from a drug the White House last year designated as a “ weapon of mass destruction.”</p><p>“There are no words to describe how reckless and dangerous these decisions were,” Lujan Grisham said in a statement. “Make no mistake: the DEA knew people would die if these pills made it into New Mexico communities, and the agency let it happen anyway.”</p><p>The DEA did not immediately respond to a request for comment on the governor’s statement. The agency has contended it would not be plausible to seize every drug shipment and previously told AP in a statement “the investigative decisions at issue were lawful, reasonable under the circumstances and consistent with Department guidance.”</p><p>“Public descriptions suggesting that DEA knowingly permitted fentanyl to reach communities are false and fundamentally mischaracterize the facts,” DEA spokesperson Amanda Wozniak wrote in an email.</p><p>Alex Uballez, who served as U.S. attorney in New Mexico from May 2022 until February 2025, told AP that drugs went unseized at times due to his office’s limited resources and his belief that prosecuting larger organizations has a bigger impact than intercepting every suspected drug transaction.</p><p>It is not clear whether any fatal overdoses in the state can be directly attributed to the DEA strategy. While overdose deaths nationwide fell 14% last year, government data show New Mexico tallied a 21% spike.</p><p>“New Mexican lives are not the federal government’s cost of doing business,” the governor wrote in her statement. “I plan to hold the federal government accountable for this disaster and will explore every possible avenue of action against the federal government to right these wrongs.”</p><p>The AP investigation cited three current and former agents and government records, including an internal report of a 2023 delivery of 74,000 pills the DEA surveilled — but did not seize — at a mobile home park in Albuquerque.</p><p>DEA whistleblower David Howell, who filed a complaint drawing attention to the unseized fentanyl, spoke Wednesday with congressional staffers. Empower Oversight, a whistleblower advocacy group representing Howell, has asked the Senate Judiciary Committee and Justice Department’s Office of Inspector General to investigate the agent's allegations.</p><p>Sen. Bernie Moreno, a Ohio Republican, called Howell's revelations “a scandal of the highest order” and said in a post on X he plans to find out how many American lives were lost due to the DEA's inaction.</p><p>Meanwhile, victims groups also spoke out about DEA's inaction, saying its approach in New Mexico contradicts the agency's prominent “One Pill Can Kill” campaign that warns as little as a few milligrams of fentanyl can cause a fatal overdose.</p><p>“Knowing the Justice Department had guidelines to seize the opioids whenever practical — and the fact these were ignored — is truly heartbreaking,” said Michael Glownia, who lost his daughter to fentanyl in 2023 and founded a nonprofit organization to support families suffering similar losses.</p><p>__</p><p>Mustian reported from Miami.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WSDZ5J7QK7FD3OH5CRB37YWQQE.jpg?auth=032cd4e091dce677924db84abc4d071ca3e66f382f4c5f01739b1b7322fce3fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the U.S. Drug Enforcement Administration shows pills containing fentanyl which were seized by the DEA in New Mexico, on April 28, 2025. (DEA via AP)]]></media:description></media:content></item><item><title><![CDATA[Officials search for solutions to ongoing problem of sargassum]]></title><link>https://www.local10.com/news/local/2026/06/24/officials-search-for-solutions-to-ongoing-problem-of-sargassum/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/officials-search-for-solutions-to-ongoing-problem-of-sargassum/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[It’s being called the summer of sargassum. ]]></description><pubDate>Thu, 25 Jun 2026 02:38:30 +0000</pubDate><content:encoded><![CDATA[<p>It’s being called the summer of sargassum. </p><p>Record breaking amounts of the ugly, foul-smelling seaweed have been washing up on South Florida shores for months.</p><p>Scientists are loudly sounding the alarm over what’s become a growing, stinky, unsightly, dangerous and costly problem.</p><p>“This is the new normal,” said Florida Atlantic University Harbor Branch research professor Brian Lapointe. “What we’re seeing here is truly a crisis.”</p><p> Sargassum is defined as a free-floating algae-like seaweed that drifts across the Atlantic and Carribbean oceans in massive mats, washing ashore in quantities unlike scientists have seen before, and it’s getting worse, already at more than 30 million tons.</p><p>“We have three more months of potential growth indicating that we could be seeing another record year this year,” said Lapointe. </p><p>Lapointe has tracked the spread of the brown seaweed since the Great Atlantic Sragassum Belt was first recognized in 2011. While sargassum has long been a natural part of the ocean ecosystem, the scale of today’s blooms is unprecedented.</p><p>“It stretches from the west coast of Africa across the tropical Atlantic, up through and around the Caribbean into the Gulf and the South Florida region,” he said. </p><p>For decades, scientists say sargassum has been fueled by nutrient-rich runoff carried into the Atlantic by major rivers, including the Congo and Niger in Africa, and the Orinoco and Amazon in South America.</p><p>“Deforestation in the Amazon, watershed and expansion of agriculture and fertilizer use,” said Lapointe. “All that runoff coming down and feeding Sargassum, particularly as these activities are affected by human activities.”</p><p>Rising global temperatures driven by the burning of fossil fuels is also supercharging the problem.</p><p>“It’s really a symptom of climate change and warming oceans and pollution building up in the ocean,” said Miami Waterkeeper CEO Rachel Silverstein. “And that together is causing these essentially blooms of algae.”</p><p>Using NASA satellite imagery, scientists are giving coastal communities a heads up on massive sargassum mats moving toward shore. Depending on where you are, the impact can vary widely.</p><p>Just because you don’t see mountains of sargassum on the beach doesn’t mean it’s gone. </p><p>Scientists say once the sargassum begins to break apart, the particles begin to sink below the surface and decompose on the bottom that can turn the water brown, and it can even deplete oxygen levels, increasing the risks for fish kills.</p><p>“At that point, it strips the oxygen out of the water and creates dead zones,” said Lapointe. </p><p>Just last week, fish kills were reported and documented on the ocean side of Key Largo.</p><p>“It really has a negative impact on water quality,” said Silverstein. “It’s coming ashore, it’s rotting, it’s causing increases in bacteria, it increases in nutrient levels that can have downstream impacts.”</p><p>As sargassum breaks down, it can add to elevated levels of enterococci, which is the bacteria used to measure fecal contamination in beach water. </p><p>High levels can force beaches to close.</p><p>“We’re seeing in many cases in South Florida, beach closures due to high levels of fecal indicator bacteria that are responding to the high nutrients,” said Lapointe. </p><p>And the costs are mounting, as millions of dollars have been spent on clean up, and millions more lost as tourists choose to stay away.</p><p>Because sargassum provides important habitat for marine life, state and federal regulations largely prevent large scale removal of sargassum at sea, leaving communities to deal with it once it reaches the shoreline.</p><p>Cities are already spending tens of millions of dollars a year to remove it, dispose of it, or bury it in the sand where it may actually be causing more problems.</p><p>As governments search for solutions to manage and repurpose the mounting seaweed, Lapointe says the problem won’t be solved on the beach. </p><p>It must be addressed at the source, by curbing nutrient pollution and reducing the greenhouse gas emissions warming our planet and ocean.</p><p>“If we do nothing, we’re going to continue to lose our natural resources,” said Lapointe. “The economic impacts are going to get worse as well as will the human health impacts. This is the new normal and like it or not, we’re going to have to adapt to it.”</p><p>And as the seaweed keeps coming, state and local officials are working with innovators to try and find scalable solutions to not just clean up the sargassum but to repurpose it and reduce its growing environmental and economic toll.</p><p><!-- Local 10 — "Don't Trash Our Treasure" Navbox -->
<div class="dtt-navbox" role="complementary" aria-label="Don't Trash Our Treasure navigation">
  <style>
    .dtt-navbox {
      --dtt-dark: #1e6b3b;
      --dtt-mid:  #2f8d55;
      --dtt-sea:  #1f8a99;
      --ring:     rgba(31,138,153,0.25);

      max-width: 900px;
      margin: 1.25rem auto;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: 0 10px 28px rgba(0,0,0,0.08);
      background: #fff;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      color: #123728;
    }

    .dtt-header img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .dtt-body {
      padding: 14px clamp(14px, 3vw, 22px) 18px;
    }

    /* Vertical stack */
    .dtt-buttons {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .dtt-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 14px;
      border-radius: 10px;
      background: linear-gradient(180deg, var(--dtt-mid), var(--dtt-dark));
      color: #fff !important;
      text-decoration: none !important;
      font-weight: 700;
      font-size: 0.98rem;
      letter-spacing: .2px;
      border: 1px solid rgba(0,0,0,0.05);
      box-shadow: 0 6px 14px rgba(31,138,153,0.18), inset 0 1px 0 rgba(255,255,255,0.25);
      transition: transform .08s ease, box-shadow .12s ease, filter .12s ease;
      outline: none;
      width: 100%;               /* stretch full width */
      box-sizing: border-box;
      min-height: 48px;
    }
    .dtt-btn:visited { color: #fff !important; }
    .dtt-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 18px rgba(31,138,153,0.24), inset 0 1px 0 rgba(255,255,255,0.3);
      filter: saturate(1.05);
    }
    .dtt-btn:focus-visible {
      box-shadow: 0 0 0 4px var(--ring), inset 0 1px 0 rgba(255,255,255,0.3);
    }
  </style>

  <!-- Header image only -->
  <div class="dtt-header">
    <img
      src="https://www.local10.com/resizer/v2/2QPYUWHUXFDYBPXRTIGOHHRBKE.png?auth=d632fd4dcdda2eeae8158db6395360d19c0dab43264992a9654a9f0059efebc1"
      alt="Local 10 — Don't Trash Our Treasure"
      width="1600" height="300"
      decoding="async" loading="lazy"
    />
  </div>

  <!-- Body -->
  <div class="dtt-body">
    <nav class="dtt-buttons" aria-label="Don't Trash Our Treasure links">
      <a class="dtt-btn" href="https://www.local10.com/topic/Don%27t_Trash_Our_Treasure/" target="_blank" rel="noopener noreferrer">
        📰 <span>More stories</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/community/2021/04/20/send-us-your-story-ideas-for-dont-trash-our-treasure/" target="_blank" rel="noopener noreferrer">
        💡 <span>Send us your ideas</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/news/local/2021/04/20/list-get-involved-with-beach-cleanups-in-south-florida/" target="_blank" rel="noopener noreferrer">
        📍 <span>Find beach cleanups</span>
      </a>
    </nav>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Dos terremotos sacuden Venezuela, en fotos]]></title><link>https://www.local10.com/espanol/2026/06/24/dos-terremotos-sacuden-venezuela-en-fotos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/dos-terremotos-sacuden-venezuela-en-fotos/</guid><dc:creator><![CDATA[Por ARIANA CUBILLOS, ADRIÁN NARANJO y PEDRO MATTEY, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Dos potentes terremotos sacudieron Venezuela el miércoles con aproximadamente un minuto de diferencia, lo que provocó el derrumbe de edificios y daños en Caracas. Los inusuales sismos consecutivos, de magnitudes 7,1 y 7,5, figuran entre los terremotos más fuertes que han golpeado al país en más de un siglo.]]></description><pubDate>Thu, 25 Jun 2026 02:37:24 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Dos potentes terremotos sacudieron Venezuela el miércoles con aproximadamente un minuto de diferencia, lo que provocó el derrumbe de edificios y daños en Caracas. Los inusuales sismos consecutivos, de magnitudes 7,1 y 7,5, figuran entre los terremotos más fuertes que han golpeado al país en más de un siglo.</p><p>___</p><p>Esta es una galería de fotos seleccionada por editores de fotografía de AP.</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/XCQHE7AXOXXR7V5YNHUHRFJZHA.jpg?auth=685f1a3d4b0f5b95708f68283ef220bcc2f840b961730ec3721bad2bf7fdd85a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre salta sobre un edificio derrumbado tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (AP Foto/Adrián Naranjo)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Naranjo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DQY23MX6D37VNWER5SXHTVNGR4.jpg?auth=584c21e331f89619d04df557810f8ba3eed35051fdcfbefce9e4e71e80e47ece&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas frente a edificios dañados tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (AP Foto/Adrián Naranjo)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Naranjo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VAUD7SXSB4FWQH33WWFDTPOCFU.jpg?auth=945e0c676fa0365279e083a986d3cd25be2653671635a7e4fc15dcbd5341c163&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas ayudan a un hombre a evacuar su casa dañada tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (AP Foto/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/LAAUF4IDHJQE6YTB7VO3ATVOAM.jpg?auth=5cddd077ee1e118d0a795bbadd4148a545efabc68a39d755eb465114b9a5ecc3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un niño consuela a su madre tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (AP Foto/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/BD2SD57YNW3HETMYD5QKNQNT6I.jpg?auth=dd60cae104d528cb18d085c18e7c1afd070b9157c6fe86501914266a5c50f304&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Socorristas transportan a un hombre herido tras un terremoto en Caracas, Venezuela, el miércoles 24 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/HH5R75ORIWTRQAA75GTESLTKPE.jpg?auth=2810e74c4306e9ad762c7f3bc81225c6dec25fc574fdd94324ea764abdd51919&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hombres caminan entre escombros tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (AP Foto/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/LAGZ3KNCYN4TYGSFWFBDF5T6SA.jpg?auth=602f720fa58389a6bd11c43e08974cc1497f8206b62cc472dc87cc5a7b7df08b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas consuelan a un hombre afuera de sus casas tras una serie de terremotos, en Caracas, Venezuela, el miércoles 24 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/6QWP3GMF3PU4TZAJ6JBC4NUDNA.jpg?auth=8a5523f0736e4d1e7af267f7ce8e9a0aac1c633fc3746d79e903c85ed0a16704&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un edificio derrumbado tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (AP Foto/Adrián Naranjo)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Naranjo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVANE3ONUAGQRUDLIEUKUJJNEE.jpg?auth=dff316c6ff5bc4fd041cb07c2b7fae805cb4dbca6dbb0ba9f6759b9151ed6c2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Equipos de rescate buscan sobrevivientes en un edificio derrumbado tras un terremoto en Caracas, Venezuela, el miércoles 24 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/TXDATLCA2O3PNIGVMD36GEPG3U.jpg?auth=4c526509e18b6989e99cdd98cd868a0ca11772c7a12406337c479ac04b65d7a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un auto aplastado por un edificio derrumbado tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (AP Foto/Adrián Naranjo)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Naranjo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PZ6AX4B4R36ERIU7UNG5LOQDBU.jpg?auth=2e1a9b96096710be23e9571af96e08d1f84e625201e8ad9fd563a96ff5e47ab4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas afuera de sus casas tras un terremoto en Caracas, Venezuela, el miércoles 24 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/MWJJZ77B345UIYUGE5TX4VZNOQ.jpg?auth=c8dd951ef45aed4c97437fd58a5af6ccbf86511f6fec46283bb987609709166b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas caminan entre los escombros tras un terremoto en Caracas, Venezuela, el miércoles 24 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/CQF325XVQCXY57XBX6UAIUDFII.jpg?auth=ccdf899a3d22d509b884230269fa4117d7fe76af33ee71d0c5556f5a3d2c1eb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas se abrazan tras un terremoto en Caracas, Venezuela, el miércoles 24 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/MTV56PAVHMX3XRKJAVDIKFBCTU.jpg?auth=8dbd0d50df3e1f3cc0ec28bb8f58dc568e1c45aa41a67bd0cfc0df6cdc3e905d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas de la tercera edad afuera de edificios dañados tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (AP Foto/Adrián Naranjo)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Naranjo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CINYNVUGPWPV6KS2QJTHZWZTY4.jpg?auth=7306904c6ec5865cd21ebbe1a534216fb68fb5e134a5a5637d01c3f538465711&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas en un parque tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (AP Foto/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/QU7QRTDGMU6JFWR46ARVCRHA6A.jpg?auth=f65b044450d28a292c6e98c72bed20a845984fc0b29525994531d34ca7767e77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre sentado con su perro frente a su casa tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (AP Foto/Adrián Naranjo)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Naranjo</media:credit></media:content></item><item><title><![CDATA[New York City Council candidate is accused of forgery over AI-generated posts]]></title><link>https://www.local10.com/news/national/2026/06/24/new-york-city-council-candidate-is-accused-of-forgery-over-ai-generated-posts/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/24/new-york-city-council-candidate-is-accused-of-forgery-over-ai-generated-posts/</guid><dc:creator><![CDATA[By GENE JOHNSON, Associated Press]]></dc:creator><description><![CDATA[A former New York City Council candidate has been charged with forgery over allegations he used artificial intelligence to post fake endorsements and news articles on social media.]]></description><pubDate>Thu, 25 Jun 2026 02:41:45 +0000</pubDate><content:encoded><![CDATA[<p>A former New York City Council candidate has been charged with forgery over allegations he used artificial intelligence to post fake endorsements and news articles on social media.</p><p>Jonathan Rinaldi was arrested outside his home Wednesday and could face up to two years in prison if convicted. The 47-year-old ran unsuccessfully as a Republican for a council seat from Queens last year.</p><p>The First Amendment to the U.S. Constitution does not generally protect fraudulent statements, but in a phone interview with The Associated Press on Wednesday, Rinaldi called it a matter of free-speech. He said he would not confirm or deny that he made the posts or generated the images at issue.</p><p>“I got arrested for social media posts,” Rinaldi said. “This is an issue that strikes at the heart of our First Amendment freedoms — not just for me, but for everybody.”</p><p>Among the false posts he's accused of having made — primarily on Facebook and Instagram — was one claiming an endorsement from the Queens Jewish Alliance. Prosecutors say the post used the authentic logo of the organization as well as a legitimate-looking endorsement sheet.</p><p>The complaint says the head of the Queens Jewish Alliance confronted him in a recorded phone call, and Rinaldi responded, “When you are trying to fight against the establishment, I have to use every available tool that’s at my disposal."</p><p>In another post, Rinaldi fabricated a New York Post story claiming that then-Council Member Robert Holden, a Democrat, had crossed the aisle to endorse him, the Queens district attorney said.</p><p>According to the charges, the fake story was accompanied by a doctored photo that appeared to show Holden shaking his hand — an image that Rinaldi prompted an AI platform to generate: “face swap the man on the left.”</p><p>“just change the face the head is ok they are both bald just change the face,” the prompt read, according to the charges.</p><p>“In today’s world it is important to hold people accountable for materially misrepresenting facts,” District Attorney Melinda Katz said in a news release. “As alleged, the defendant used AI to replace factual political support and launched fabricated attacks against his opponent as fact in a deliberate effort to mislead voters ahead of a City Council election.”</p><p>The rapid spread of AI has posed myriad problems for lawmakers, as they try to get a handle on increasingly realistic — but fake — images, from deepfake pornography to other types of fraud. Over half of states have regulated the use of AI in elections to protect voters from being misled; many require disclosure, and some have also adopted criminal penalties. Some have exemptions for clear satire.</p><p>A New York law adopted in 2024 requires disclosures of deepfakes in campaign materials and allows candidates who are targeted by them to go to court to block their dissemination.</p><p>Still, the accessible technology has punctuated U.S. races this year. In a GOP U.S. House primary in Kentucky, for example, an AI-created ad depicted Republican U.S. Rep. Thomas Massie going on a romantic date and then to a hotel room with progressive U.S. Reps. Alexandria Ocasio-Cortez and Ilhan Omar.</p><p>The laws Rinaldi is accused of violating — third-degree forgery and possession of forged instruments — predate AI. Under New York law, a person commits third-degree forgery when they falsely make, complete or alter “a written instrument” with the intent to defraud, deceive or injure another. A “written instrument” is defined in part as written or printed matter, including online writings, conveying information “capable of being used to the advantage or disadvantage of some person.”</p><p>The district attorney's complaint alleges myriad instances of Rinaldi using AI to generate doctored photos, including some of his Democratic opponent, Lynn Schulman, appearing to wear a shirt that read “Hot Girls for Zohran.” The language of the prompt cited in the complaint suggests the reference to the city's Muslim mayor, Zohran Mamdani, was intended to hurt her support in the largely Jewish neighborhood of Forest Hills, where they were campaigning.</p><p>The district attorney said Rinaldi further posted AI-generated videos appearing to show endorsements from a police precinct and an elementary school — public institutions which do not allow political endorsements.</p><p>Rinaldi also was on the ballot in Tuesday’s Democratic primary for state Assembly, where he was trounced by incumbent Andrew Hevesi. During the campaign Hevesi accused Rinaldi of fraudulently submitting documents to change his party registration, rendering him ineligible for the primary.</p><p>Hevesi subsequently changed his party registration back. Rinaldi told The New York Times he denied having submitted the paperwork.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TORDLMTBYQIFY55IZLO74NTVAA.jpg?auth=ae9318b0d11d3820f8793d06db98cef0c92928d7f738661a4c666fc1a669cf95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jonathan Rinaldi poses for a self-portrait in this 2025 photo outside his home in the Queens borough of New York. (Jonathan Rinaldi via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Rinaldi</media:credit></media:content></item><item><title><![CDATA[Haitian pride: Lenny Joseph and Wilson Isidor make FIFA World Cup history ]]></title><link>https://www.local10.com/news/world/2026/06/24/haitian-pride-lenny-joseph-and-wilson-isidor-make-fifa-world-cup-history/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/haitian-pride-lenny-joseph-and-wilson-isidor-make-fifa-world-cup-history/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[When Haiti qualified for the 2026 FIFA World Cup after a 2-0 victory against Nicaragua on Nov. 18, 2025, the Caribbean nation had not qualified in 52 years.]]></description><pubDate>Thu, 25 Jun 2026 01:00:55 +0000</pubDate><content:encoded><![CDATA[<p>When Haiti qualified for the 2026 FIFA World Cup after a 2-0 victory against Nicaragua on Nov. 18, 2025, the Caribbean nation had not qualified in 52 years.</p><p>Haitians, who have been struggling with gang violence, had a reason to celebrate. Coach <a href="https://youtube.com/watch?v=EZykAkkFItc&amp;list=PLRtffQSBKqO0&amp;index=21&amp;pp=iAQB" target="_self" rel="" title="https://youtube.com/watch?v=EZykAkkFItc&amp;list=PLRtffQSBKqO0&amp;index=21&amp;pp=iAQB">Sébastien Migné</a>, a former player, made it happen. </p><p>In South Florida, Haitian Americans had a rallying cry, “Grenadye, alaso!” for “Warriors, advance!” Lenny Joseph and Wilson Isidor listened. </p><p>On Wednesday, during the 10th minute of a definitive match against Morocco, Joseph, 25, became Haiti’s first FIFA World Cup 2026 scorer.</p><p>Haiti had not scored a FIFA World Cup goal since the legendary Italian goalkeeper Dino Zoff couldn’t stop Emmanuel Sanon from scoring <a href="https://www.fifa.com/en/tournaments/mens/worldcup/articles/haiti-italy-1974" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/articles/haiti-italy-1974">in 1974</a> in Munich. </p><p>At the Mercedes-Benz Stadium in Atlanta, Morocco goalkeeper Yassine Bounou also could not stop Joseph’s swift back-heeled flick at the near post.</p><figure><img src="https://www.local10.com/resizer/v2/DDTM7GLH3FH6BBY5XJCBV4BCAM.jpg?auth=bedc22f7ab93dc20d41c6ea2696aea298976766e7ea29ce8687c6c418a80010a&smart=true&width=1200&height=900" alt="Morocco's defense and goalie Yassine Bounou try and fail to stop a goal by Haiti's Wilson Isidor on Wednesday at the Mercedes-Benz Stadium in Atlanta, Ga. 
Photo by Mike Stewart/The Associated Press" height="900" width="1200"/><figcaption>Morocco's defense and goalie Yassine Bounou try and fail to stop a goal by Haiti's Wilson Isidor on Wednesday at the Mercedes-Benz Stadium in Atlanta, Ga. 
Photo by Mike Stewart/The Associated Press</figcaption></figure><p>Isidor, 25, made FIFA World Cup history with a goal from outside the box at the 43rd minute. The forward’s powerful shot flew into the top corner. </p><p>Jean-Kévin Duverne, a defender, delivered the two assists: A low cross pass to Joseph and a short pass to Isidor just outside the penalty area. </p><p>Morocco won 4-2, and Brazil won 3-0 against Scotland <a href="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/">in Miami Gardens</a>. Both advanced in<a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/"> Group C</a> to the tournament’s <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/">Round of 32</a>. </p><p>Although the road was over for Haiti after the <a href="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/">June 19 match against Brazil</a>, the stadium in Atlanta was full of Haitian fans. The team had also gained new fans from other countries. </p><p>In Colombia, the owner and employees of <a href="https://saeta.us/collections/women-soccer-uniforms?srsltid=AfmBOorCV8S4vE0TTWgjVyhtgJfJRtarSnX50J5HihPVn6j3mT-V5yBx" target="_self" rel="" title="https://saeta.us/collections/women-soccer-uniforms?srsltid=AfmBOorCV8S4vE0TTWgjVyhtgJfJRtarSnX50J5HihPVn6j3mT-V5yBx">Saeta</a>, a company that sponsored the Haitian players’ jerseys, were grateful. They had never displayed their brand at a FIFA World Cup before. </p><p><b>THE RISING STARS</b></p><p>Joseph and Isidor, who were both born in France, are both of Haitian descent. </p><p>Joseph was born in Paris. His father, Djimon Joseph, is of Haitian descent, and his mother is from Congo. He plays for the Hungarian club of Ferencváros. </p><p>Isidor was born in Rennes. His father is also from Haiti, and his mother is French. He plays for the English Premier League’s Sunderland A.F.C.</p><p>Duverne, who is of Haitian descent, was also born in Paris. He plays as a right-back for Belgian Pro League club Gent while on loan from French club Nantes.</p><p><b>More on the FIFA World Cup</b></p><ul><li>FIFA video: <a href="https://www.youtube.com/watch?v=fLUn24TJbXE&amp;list=PLRHgErkOxrOY&amp;index=16" target="_self" rel="" title="https://www.youtube.com/watch?v=fLUn24TJbXE&amp;list=PLRHgErkOxrOY&amp;index=16">Haiti goalkeeper Johny Placide</a></li><li>FIFA video: <a href="https://www.youtube.com/watch?v=h7GqAR9gDOc&amp;list=PLHKNQ5WZNeSI&amp;index=20" target="_self" rel="" title="https://www.youtube.com/watch?v=h7GqAR9gDOc&amp;list=PLHKNQ5WZNeSI&amp;index=20">Haiti trains before match with Morocco</a></li><li>FIFA video: <a href="https://www.youtube.com/watch?v=degi0zOUr_Y&amp;list=PLOKG1WmvypGc&amp;index=7" target="_self" rel="" title="https://www.youtube.com/watch?v=degi0zOUr_Y&amp;list=PLOKG1WmvypGc&amp;index=7">Match preview: Haiti vs. Morocco</a></li><li>FIFA video: <a href="https://www.youtube.com/watch?v=TE_I9hgJ5PA&amp;list=PLHKNQ5WZNeSI&amp;index=52" target="_self" rel="" title="https://www.youtube.com/watch?v=TE_I9hgJ5PA&amp;list=PLHKNQ5WZNeSI&amp;index=52">Haiti trains before match with Brazil</a></li><li><a href="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/">How Brazil advanced to Round of 32 after 3-0 victory against Scotland</a></li><li><a href="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/">Over 65,000 Brazilian and Scottish FIFA World Cup fans celebrate love of soccer at Miami Stadium</a></li><li><a href="https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/">About 30,000 FIFA World Cup fans join big Miami Bayfront Park watch party</a></li><li><a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/">Dedicated World Cup fans arrive early to the Miami Stadium</a> </li><li><b>One and Only Exclusive</b>: <a href="https://www.local10.com/news/local/2026/06/24/feds-give-exclusive-behind-the-scenes-look-at-miami-stadium-security-during-fifa-world-cup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/feds-give-exclusive-behind-the-scenes-look-at-miami-stadium-security-during-fifa-world-cup/">Feds allow behind-the-scenes look at Miami Stadium security during FIFA World Cup</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7OUB5ZVP7FB6BBT645SOFSIPDA.jpg?auth=3f15872c92768bc4a2a70a8b22dabea4b62d50be4642d075cf1cb4463e65730f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lenny Joseph, left, celebrates scoring a goal against Morocco on Wednesday at the Mercedes-Benz Stadium in Atlanta, Ga. Photo by Erik S. Lesser/The Associated Press]]></media:description></media:content></item><item><title><![CDATA[Caitlin Clark leaves Fever's loss with a back injury, doesn't return after 3rd-quarter scare]]></title><link>https://www.local10.com/sports/2026/06/24/caitlin-clark-leaves-fevers-loss-with-a-back-injury-doesnt-return-after-3rd-quarter-scare/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/caitlin-clark-leaves-fevers-loss-with-a-back-injury-doesnt-return-after-3rd-quarter-scare/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — Caitlin Clark left the Indiana Fever's 111-109 loss to Phoenix with a back injury in the third quarter Wednesday night.]]></description><pubDate>Thu, 25 Jun 2026 03:09:22 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Caitlin Clark left the Indiana Fever's 111-109 loss to Phoenix with a back injury in the third quarter Wednesday night.</p><p>The All-Star guard has been dealing with a back issue this season and left with 5:15 remaining in the third quarter. She went back to the locker room and didn't return.</p><p>Clark appeared to tweak her back in the second quarter when she was fouled shooting a 3-pointer in the second quarter. She fell to the ground and was rubbing her back as she stood up. In the first quarter she went back to the tunnel and returned to the bench wearing a wrap around her back.</p><p>She finished the game with 19 points and eight assists in 20 minutes.</p><p>The two teams met Monday night and there were six technical fouls called and one ejection. Clark picked up her fifth technical in that game. The team is petitioning the league to have it rescinded. The physical play continued on Wednesday. On one play in the second quarter, Clark fell to the court as she drove and as players went for the loose ball, Phoenix's Alyssa Thomas appeared on video to put her fist into Clark's neck.</p><p>No foul was called on the play, but the league could review it for a flagrant foul.</p><p>“It was egregious. The fact that it was a no-call … You got to call it," said Fever coach Stephanie White. "You’re coming in here aware of what happened two nights ago and that (expletive) still happens? Absolutely unacceptable.”</p><p>Clark has been listed on the injury report for most of the season with a back injury after she missed one game because of it. The Fever hadn't given her any injury designation for the game she didn't play and were warned by the league for not doing that.</p><p>Clark is currently second in All-Star fan voting that was released Wednesday behind teammate Aliyah Boston.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M63LUMYITJ4ZINR674VXLWZKLU.jpg?auth=555bddd09d4f1c1f43ae1165bbddfc3573cdf4f51f99796a0ff518c5ca9ee70e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) shoots over Atlanta Dream forward Sika Kone (23) in the first half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[About 30,000 FIFA World Cup fans join big Miami Bayfront Park watch party ]]></title><link>https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/</guid><dc:creator><![CDATA[Aaron Maybin, Andrea Torres]]></dc:creator><description><![CDATA[After an odyssey from the United Kingdom and Boston to South Florida, hopeful Scottish fans were at the Miami Stadium on Wednesday morning, more than seven hours before the match against Brazil. ]]></description><pubDate>Wed, 24 Jun 2026 23:59:54 +0000</pubDate><content:encoded><![CDATA[<p>About 30,000 FIFA World Cup fans invaded Bayfront Park to witness soccer history before big screens on Wednesday in downtown Miami. </p><p>For two weeks, teams from 48 countries have been taking turns daily. The FIFA Fan Festival has encouraged passionate patriotic displays. </p><p><b>Related story</b>: <a href="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/">Over 65,000 FIFA World Cup fans celebrate love of soccer at Miami Stadium</a></p><p>The tournament’s first phase involves matches within four-team groups. A match’s victory means a team advances with 3 points. David Ferrari said he couldn’t think of a better watch party. </p><p>“I’m feeling amazing. Here, it’s amazing. The people with good energy,” Ferrari said.</p><p>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> teams — Brazil, Haiti, Scotland, and Morocco — were all playing their last group-stage matches at 6 p.m. in Miami and Atlanta. Summer Roberts was cheering for Scotland. </p><p>“Honestly, it is boiling hot. I’m dripping with sweat. It’s too hot, I can’t handle it,” Roberts said. </p><p>Only two advanced to the tournament’s second phase: <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">The Round of 32</a>, which already included the U.S., Mexico, Argentina, and Colombia. </p><p><b>Related story</b>: <a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/">Dedicated World Cup fans arrive early to the Miami Stadium</a> </p><p>Brazilians arrived with four points to play against Scotland, which had three points, at the Miami Stadium. Brazil advanced with three more points after beating Scotland 3-0. </p><p>“It has been nerve-racking. I was expecting a hard game, and it has been,” said Daniella Bianchetti, who was rooting for Brazil. She added, “It’s awesome to feel the energy from the people ... It brings people together. People from different countries, you see, they are celebrating.”</p><p>Morocco arrived with four points and advanced with three more points after beating Haiti 4-2 in Atlanta, Georgia. </p><p><b>Related story:</b> <a href="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/">How Brazil advanced to Round of 32 after 3-0 victory against Scotland</a></p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>Related story</b>: <a href="https://www.local10.com/news/weird-news/2026/06/24/ronaldinho-says-let-the-magic-begin-after-signing-with-italian-serie-c-club-ravenna-at-age-46/" target="_self" rel="" title="https://www.local10.com/news/weird-news/2026/06/24/ronaldinho-says-let-the-magic-begin-after-signing-with-italian-serie-c-club-ravenna-at-age-46/">Ronaldinho says ‘let the magic begin’ after signing with Italian Serie C club Ravenna at age 46</a></p><h3><b>Group C progress</b></h3><p><b>JUNE 19: </b>DAY 2</p><p><b>Brazil gets 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/3E7YOCVKZOJA2WBOQWXCHXJXMY.jpg?auth=5d0b21a0b79428ad0268c22d64d68a9754e2a9161aca1dbdd764162d895a41d3&smart=true&width=1200&height=900" alt="Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)" height="900" width="1200"/><figcaption>Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/">Matheus Cunha scores 2 goals as Brazil eliminates Haiti from World Cup with 3-0 win</a></li></ul><p><b>Morocco gets 3 points</b></p><ul><li><b>Pre-game coverage</b>: <a href="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/">Scotland fans have descended on Boston for the World Cup, and bars are struggling to keep up</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>JUNE 13:</b></a><b> DAY 1</b></p><p><b>Brazil and Morocco each get 1 point </b> </p><figure><img src="https://www.local10.com/resizer/v2/4RPQCEJKMCMZ352DVESTYRO3T4.jpg?auth=8366dacf1e73eec19711304b9f1bd05ce31f019bdc497b4891645aebb6426715&smart=true&width=1200&height=900" alt="Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)" height="900" width="1200"/><figcaption>Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)</figcaption></figure><ul><li><b>Game analysis: </b><a href="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/">Brazil rallies for 1-1 draw against Morocco in its World Cup opener behind Vinícius Júnior’s goal</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=i3Xe1ALvfgQ" target="_self" rel="" title="https://www.youtube.com/watch?v=i3Xe1ALvfgQ">Morocco’s Ismael Saibari scores</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=zKPmHQwyOtU" target="_self" rel="" title="https://www.youtube.com/watch?v=zKPmHQwyOtU">A Vinicius Jr. special!</a></li></ul><p><b>Scotland gets 3 points after playing against Haiti</b></p><figure><img src="https://www.local10.com/resizer/v2/E3BUB4HUC52T7HJZHFHHGRE6Z4.jpg?auth=aee87d45e5fc3b073e759f0064ba85d7b86fd23d1fe6565bb7a3df4f5868fa4d&smart=true&width=1200&height=900" alt="Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)" height="900" width="1200"/><figcaption>Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/">Scotland marks 28-year World Cup absence with 1-0 victory over Haiti in Group C</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=kg3_vkhWVf4" target="_self" rel="" title="https://www.youtube.com/watch?v=kg3_vkhWVf4">Scotland’s John McGinn scores</a></li><li><b>Pre-game story</b>: <a href="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/">Haiti’s long-awaited World Cup return comes with formidable challenge</a></li></ul><h3><b>Tournament’s schedule </b> </h3><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matcuphes: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Thousands of fans enjoy World Cup festival at Bayfront Park]]></title><link>https://www.local10.com/news/local/2026/06/24/thousands-of-fans-enjoy-world-cup-festival-at-bayfront-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/thousands-of-fans-enjoy-world-cup-festival-at-bayfront-park/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Fans were out in large numbers at the FIFA World Cup watch party in Bayfront Park on Wednesday. ]]></description><pubDate>Thu, 25 Jun 2026 01:39:47 +0000</pubDate><content:encoded><![CDATA[<p>Fans were out in large numbers at the <a href="https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/">FIFA World Cup watch party in Bayfront Park on Wednesday</a>. </p><p>Diehard supporters of Brazil and Scotland took in every moment of their World Cup matchup. </p><p>“It’s been nerve wracking,” said Daniella Bianchetti. “I was expecting a hard game and it has been.”</p><p>Bianchetti is one of the tens of thousands who packed Bayfront Park for Wednesday’s Fan Festival. </p><p>“It’s awesome,” she said. “It’s awesome to feel the energy from the people.”</p><p>The cheers, chants and songs heard during Friday’s festival are a great example of the heartbeat of the World Cup. </p><p>“I’m feeling amazing,” said attendee David Ferrari. “Here, it’s amazing. The people with good energy.”</p><p>Members of Scotland’s famed Tartan Army did their best to stay cool under the South Florida Sun. </p><p>“Honestly, it is boiling hot,” said Summer Roberts. “I’m dripping with sweat. It’s too hot, I can’t handle it.”</p><p>Fans traveled thousands of miles to be in South Florida for the World Cup, and now they’re connected through one shared passion. </p><p>“It brings people together,” said Bianchetti. “People from different countries, you see they are celebrating.”</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[2 men convicted in Coral Springs firefighter’s murder sentenced to life in prison ]]></title><link>https://www.local10.com/news/local/2026/06/24/2-men-convicted-in-coral-springs-firefighters-murder-sentenced-to-life-in-prison/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/2-men-convicted-in-coral-springs-firefighters-murder-sentenced-to-life-in-prison/</guid><dc:creator><![CDATA[Amanda Batchelor, Jeff  Derderian ]]></dc:creator><description><![CDATA[The two men convicted of killing Coral Springs firefighter Christopher Randazzo were sentenced to life in prison on Wednesday. ]]></description><pubDate>Wed, 24 Jun 2026 16:35:11 +0000</pubDate><content:encoded><![CDATA[<p>The two men <a href="https://www.local10.com/news/local/2026/05/22/coral-springs-firefighter-murder-brings-family-closure-as-two-men-found-guilty-in-2019-killing/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/22/coral-springs-firefighter-murder-brings-family-closure-as-two-men-found-guilty-in-2019-killing/">convicted of killing Coral Springs firefighter Christopher Randazzo </a>were sentenced to life in prison on Wednesday. </p><p><a href="https://www.local10.com/news/local/2026/06/24/sentencian-a-cadena-perpetua-a-dos-hombres-condenados-por-el-asesinato-de-bombero-de-coral-springs/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/sentencian-a-cadena-perpetua-a-dos-hombres-condenados-por-el-asesinato-de-bombero-de-coral-springs/">Leer en español</a></p><p>Torrey Holston and Jose Romero were convicted in May of killing the 39-year-old.</p><p>In October 2019, Randazzo’s body was found near the Southern Seas Resort in Lauderdale-by-the-Sea. His iPhone, sneakers, wallet and keys were taken after he was shot in the back of the head.</p><p>Although both men were found guilty of murder, they were not found guilty of possessing a gun or discharging a firearm.</p><p>“I think the jury was clear and unanimous on the involvement of both. It perhaps couldn’t find beyond a reasonable doubt who is the actual (gunman),” Judge Michael A. Usan said.</p><figure><img src="https://www.local10.com/resizer/v2/X7VJBZ6PVJFIXG53LACTPYMMPI.jpg?auth=0d9bf5a7f5d8848bf5b53686f3b5a1c3b9949c2231696a0dc96a232897f16f25&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>John Whalen was the fire chief in Coral Springs when Randazzo was hired. </p><p>He told Local 10 News the weight of losing Randazzo never faded, and he’s constantly thinking of the pain that his family feels. </p><p>“Chris was an amazing individual,” said Whalen. “He was larger than life. He would bear hug you.”</p><p>Romero’s attorney, Jim Lewis, told Local 10 in May that an appeal is being considered and said trying both men together was a “detriment.”</p><p>“We had always asked to be separate. Jose Romero was never alleged to carry a gun in this incident. The co-defendant was, so to some extent, we paid the price,” Lewis said.</p><p>Prosecutors were not seeking the death penalty in the case, but both men faced mandatory life sentences.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[How one Indian textile worker copes with extreme heat in factory work and cramped living quarters]]></title><link>https://www.local10.com/news/world/2026/06/24/how-one-indian-textile-worker-copes-with-extreme-heat-in-factory-work-and-cramped-living-quarters/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/how-one-indian-textile-worker-copes-with-extreme-heat-in-factory-work-and-cramped-living-quarters/</guid><dc:creator><![CDATA[By SIBI ARASU, Associated Press]]></dc:creator><description><![CDATA[SURAT, India (AP) — Before dawn breaks over the Indian industrial hub of Surat, textile worker Sibaram Pradhan is already awake, sitting on the floor in a cramped room he shares with as many as nine other men. Sweat beads on his forehead even at 6 a.m. as sweltering heat and humidity make days and nights hot across India this summer.]]></description><pubDate>Thu, 25 Jun 2026 01:29:26 +0000</pubDate><content:encoded><![CDATA[<p>SURAT, India (AP) — Before dawn breaks over the Indian industrial hub of Surat, textile worker Sibaram Pradhan is already awake, sitting on the floor in a cramped room he shares with as many as nine other men. Sweat beads on his forehead even at 6 a.m. as sweltering heat and humidity make days and nights hot across India this summer.</p><p>Like numerous others from his home state of Odisha in eastern India, Pradhan works in a power loom factory that produces polyester cloth in Surat, among the largest hubs for synthetic fabrics in the world. The 35-year-old is among the millions of workers in South Asia who endure appalling living conditions combined with hot, humid, poorly ventilated and incredibly loud factory floors as climate-driven extreme heat is only becoming worse across the region.</p><p>“I’m a poor person. I have come to Gujarat from Odisha, which is 2,000 kilometers away (1,242 miles), to work. We are poor people; we have to work to survive," says Pradhan.</p><p>As soon as he’s up, Pradhan uses the little free time he has to place a video call to his wife and two kids in Odisha. A few minutes later, after praying in front of a small picture of his god posted in a corner of the tiny room, he walks down a dark, narrow hallway to join others lined up to use the toilets and bathe with a bucket. Two toilets and a few taps and buckets are shared by up to 100 people each day.</p><p>Over 200 workers live on two floors that are essentially huge halls divided into plywood cubicles that each house up to 10 people. There is little ventilation apart from a few ceiling fans. Temperatures have already reached 38 degrees Celsius (100 degrees Fahrenheit) this summer, making both the factories and the workers' housing feel stifling.</p><p>A few quick splashes of water later, Pradhan is on his way to the factory where he works, since arriving late might mean a cut in his daily wage.</p><p>Poorly cooled factory floors add to workers’ stress</p><p>At the factory, Pradhan's work includes placing polyester yarn on power looms, making sure the threads are not broken, checking that the bobbins that hold the yarn are in place and ensuring uniform fabric quality. Pradhan oversees up to 15 machines at a time, moving between them constantly in the deafening noise.</p><p>Pradhan says the sweltering heat means he works only in a sleeveless undershirt and shorts. He constantly drinks water and periodically squeezes sweat from his shirt, or else it gets heavy.</p><p>All the while, workers must remain vigilant around the fast-moving, heavy machinery.</p><p>“Even if we're tired, we have to be careful as sometimes people's fingers have been cut by the machine,” Pradhan says, adding: “If something happens to us, we will have to bear all the costs and we will also lose wages for the days that we can't work."</p><p>The noise is constant. Power looms can be as loud as 130 decibels, which is comparable to a firearm discharging nearby or a full-speed train passing a few feet away.</p><p>Most factories have little ventilation and only ceiling fans to cool the machines and workers. As temperatures outside soar, the workers whose shifts last as long as 12 hours say they sometimes experience dizziness, headaches and chronic fatigue.</p><p>Worker illnesses and even deaths due to heat and dehydration are common, says Siba Malik, a member of a power loom worker’s union in Surat. Reliable statistics can be hard to find, with experts saying that the nationwide toll of heat deaths is likely undercounted due to how death certificates are recorded.</p><p>Climate pressures driving internal migration</p><p>Most of Surat’s textile workers are migrants, and a large portion come from Odisha’s Ganjam district, among the most vulnerable regions in India to climate-driven disasters. Farming has become unreliable in Ganjam because of cyclones, floods and erratic weather, workers in Surat’s factories said. Water shortages and lack of infrastructure further limit their work options, driving them to move for factory jobs.</p><p>A 2023 report by a nonprofit estimates there are as many as 800,000 workers from Ganjam in Surat.</p><p>“There is nothing to do in our village,” says Seemanchal Sahu, another factory worker who has been in Surat for over 15 years. “If we had work there, we wouldn’t come here.”</p><p>Malik, a former worker, says the workers lack health insurance and other benefits, leaving them leaving them especially vulnerable. If they fall ill or get injured, their income stops immediately. He has been trying to organize workers to seek benefits and other rights as a group.</p><p>Malik says workers feel compelled to endure challenging conditions because they need the money. He says workers are typically paid either by how many meters of fabric they produce or a daily wage ranging from about 600 to 750 rupees ($6–8).</p><p>Nighttime heat and poor living conditions stifle workers</p><p>After finishing his shift around 7 p.m., Pradhan walks back to his room, but there is little relief. Nighttime temperatures in Surat have hovered around 30 degrees Celsius (86 degrees Fahrenheit).</p><p>Just as Pradhan comes back, some workers are getting ready to head out for the night shift. If the bathrooms are not too crowded, he typically tries to take another quick bucket bath. A dinner of lentils, white rice and vegetables such as eggplant or potato is served around 8:30 p.m. at the canteen below his room. Fish is available once a week.</p><p>After eating quickly, Pradhan spends some time with other workers outdoors. Most nights, he sits at one of the tea stalls selling drinks and snacks outside his building, as sitting inside can be hot and stuffy. Eventually, he returns to his cubicle to try and sleep.</p><p>“It’s hot in our room also,” said Pradhan. “We are unable to sleep properly. We wake up three or four times at night.”</p><p>Despite these conditions, Pradhan can often spend one-fifth of his earnings on rent and food. He manages to send about 6,000 rupees ($63) every month to help with his family's expenses back home.</p><p>For Pradhan, who works seven days a week, every day in Surat follows a similar routine. He gets a rare break from the drudgery on holidays such as Diwali or the Odiya New Year when he travels back to Odisha.</p><p>In spite of the hardships, Pradhan hopes he can provide a different life for his children. He said he wants them to study and find stable jobs.</p><p>“I know how hard this work is,” he said. “I will not send my children to do this.”</p><p>___</p><p>Follow Sibi Arasu on X at @sibi123.</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/3X6NP6UEGD63J7TTLJGYDD3VRQ.jpg?auth=127790557362bfcd32d1af539690e217eb10d0409191f8c5b8ffd073ddaad5e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrant worker Sibaram Pradhan works at a power loom factory that produces polyester cloth in Surat, India, Thursday, May 28, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VJ3MZ5B5GZXKERD4DDGWCBWOJU.jpg?auth=dc40a888d94a7f44272f22a6ea1626e7388653f1fd1067140bb41d057187e024&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sibaram Pradhan, a power loom factory worker, hangs clothes for drying after taking a bath at his residential quarters in Surat, India, Thursday, May 28, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A5IW34QMU32HZSHLSXCZMV3TJ4.jpg?auth=a910463365a351ed0657d03b59ca5112c3f133898d4888cc5e0113a2be94ddcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Power loom factory worker Sibaram Pradhan prays before going to work at his residential quarters in Surat, India, Thursday, May 28, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IIEA6ETRUFJNI34WWQOXNEDBLU.jpg?auth=695720a31153a68f3edcdb442c57f4d1d73296bd13466582ab06c43c8603e56e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sibaram Pradhan, a power loom factory worker, makes a video call to his family at his residential quarters in Surat, India, Thursday, May 28, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/352XGIBXZGPVLD32UNWOZFGVO4.jpg?auth=680d7a9cbfec67196f49496bdd03e93eb4a07710e3d84720bd88d0a4bb46c8c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Power loom factory worker Sibaram Pradhan walks to work from his residential quarters in Surat, India, Thursday, May 28, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3PPKEAOPXHUWP3IBNJHE7BA7QY.jpg?auth=93c17d75413a72083092b576607e1675bb26c9967df9c530188205acb26175a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Power loom factory workers cycle to work in Surat, India, Thursday, May 28, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BWBJ6IQ75EKOUV5ABQYRZXR7GY.jpg?auth=66a73f1efe9ba0a817ff334f589d722940a4658df5a57973f5b1c0229cd64b42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Power loom factory worker Sibaram Pradhan takes a tea from a stall near the factory where he works in Surat, India, Thursday, May 28, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F6FRD25IDR4SIVP4Q3GOASNOSM.jpg?auth=fc98835f87847a7592ea53fcfd4cc580b8fd74e6ec18a4ac1c121f4b513237da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sibaram Pradhan works at a power loom factory that produces polyester cloth at Anjani Industrial Estate in Surat, India, Wednesday, May 27, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XKBTTU7MLWTY4FE7JVANVZ5S6E.jpg?auth=58efa0f66408fbd907b07c9100cea798a995e13664d9c3530a1c0fa43e25e420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seemanchal Sahu drinks water as he works at a power loom factory in Surat, India, Wednesday, May 27, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IBBWLIMVTIZW6WAIYN4AMHFEHQ.jpg?auth=ef40c7cb7556859b0b2ee38deb8ea67bf2cb83bbb0a6ae967f4e2d80d0ac7e1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Power loom factory worker Sibaram Pradhan gets ready to take a bath after a day's work at his residential quarters in Surat, India, Wednesday, May 27, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y3DG6GZJMKIS5DWLFQKD3KGVTI.jpg?auth=6d311dc7ff0df1fbf792b92ec1239615c7118e18249c589a41e38bc329673fe4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Power loom factory worker Sibaram Pradhan takes a bath after a day's work at his residential quarters in Surat, India, Wednesday, May 27, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FSKHN4FTVKM72A3XMRFZKUWXOU.jpg?auth=e1625d3d76bb0791d75a33832aa83eff6f5eb54696ea3841be3fc3254e227063&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Power loom factory worker Sibaram Pradhan eats dinner at a hotel at his residential quarters in Surat, India, Wednesday, May 27, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TJWXHUJGY3T7T32OUREU65GJT4.jpg?auth=528728a4794a3fa103d2ef90e0f9f0d28e9d7e921625fe927aeff484b62cbbdc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Power loom factory worker Sibaram Pradhan, right, brushes his teeth as others bathe at their residential quarters in Surat, India, Thursday, May 28, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5BKHXQTZSWZKSHODNGWJAZ2564.jpg?auth=28eb25985e352013430209815eb78553e2c8f5c81e5d21371509d7015dd32428&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrant worker Sibaram Pradhan walks down a hallway after taking a bath at his residential quarters in Surat, India, Wednesday, May 27, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content></item><item><title><![CDATA[Astronomers find biggest super-puff planets yet that are lighter than cotton candy]]></title><link>https://www.local10.com/tech/2026/06/24/astronomers-find-biggest-super-puff-planets-yet-that-are-lighter-than-cotton-candy/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/24/astronomers-find-biggest-super-puff-planets-yet-that-are-lighter-than-cotton-candy/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[Astronomers have uncovered a pair of giant planets that are lighter than cotton candy — super-puffs the size of Jupiter.]]></description><pubDate>Thu, 25 Jun 2026 01:02:13 +0000</pubDate><content:encoded><![CDATA[<p>Astronomers have uncovered a pair of giant planets that are lighter than cotton candy — super-puffs the size of Jupiter.</p><p>The featherweight pair — orbiting a star 1,110 light-years away — are the biggest exoplanets found to have less density than cotton candy.</p><p>That makes them the lightest known planets of their size, said the University of Oxford's George Dransfield.</p><p>“These two planets have densities comparable to a nice blob of shaving foam, fresh from the can,” Dransfield said in an email. She and her team reported their findings Wednesday in Monthly Notices of the Royal Astronomical Society.</p><p>Dransfield suspects these fluffy, wispy worlds are probably white or blue, depending on whether the skies there are cloudy — no shades of cotton-candy pink. The planets are probably mostly hydrogen and helium, although it will take follow-up observations by NASA's Webb Space Telescope to confirm their chemical makeup.</p><p>Detected by NASA’s Tess satellite over the past decade, these two especially puffy-puffs orbit a star in the southern constellation Volans, known as the flying fish. The researchers studied the planets' orbits using telescopes on Earth to determine their density, from 1,110 light-years away. A light-year is nearly 6 trillion miles (9.7 trillion kilometers).</p><p>Jupiter, by comparison, is as much as 35 times denser than these two lightweights.</p><p>Considered rare in the cosmos, super-puffs are thought to form around the disk of gas and dust around a newborn star where there is more gas than dust. They shed much of the material over time, stripping down even more.</p><p>NASA's tally of worlds outside our solar system currently stands at nearly 6,300 confirmed. Fewer than 40 are super-puffs, according to Dransfield.</p><p>“Ultimately, by studying exotic systems containing rare planet types, we add further pieces to the puzzle of planet formation and learn more about our place in the cosmos," she said.</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/QOTSPWW77FE22HRPV5JTK527Q4.jpg?auth=d60ecd313668daf63424a8447938a8493c4daa386baf2b204597581443d04862&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This illustration provided by NASA depicts the Sun-like star TOI-791, background left, and two giant planets that NASA's TESS space telescope discovered in its orbit. (Daniel Rutter/NASA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Daniel Rutter</media:credit></media:content></item><item><title><![CDATA[US Congress welcomes Taiwan's parliamentary leader to Washington, affirms support for the island]]></title><link>https://www.local10.com/news/world/2026/06/24/us-congress-welcomes-taiwans-parliamentary-leader-to-washington-affirms-support-for-the-island/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/us-congress-welcomes-taiwans-parliamentary-leader-to-washington-affirms-support-for-the-island/</guid><dc:creator><![CDATA[By DIDI TANG, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Members of the U.S. House of Representatives on Wednesday pledged firm support for the self-governed island of Taiwan as they welcomed Han Kuo-yu, president of Taiwan's Legislative Yuan, to Washington, at a time the Trump administration is reviewing a $14 billion arms sales package to Taiwan, months after it got preliminary congressional approval.]]></description><pubDate>Thu, 25 Jun 2026 05:58:33 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Members of the U.S. House of Representatives on Wednesday pledged firm support for the self-governed island of Taiwan as they welcomed Han Kuo-yu, president of Taiwan's Legislative Yuan, to Washington, at a time the Trump administration is reviewing a $14 billion arms sales package to Taiwan, months after it got preliminary congressional approval.</p><p>More than 30 House representatives, both Democratic and Republican, streamed into the reception at the Longworth House Office Building to show their support, including Speaker Emerita Nancy Pelosi, D.-California; Rep. Michael McCaul, a Texas Republican and former chair of the House Foreign Affairs Committee; and Ted Lieu, a California Democrat who serves as the vice chair of the House Democratic Caucus.</p><p>"I love Taiwan," declared McCaul, as he welcomed Han. “It’s very important to me to say that the United States supports you, Mr. Speaker."</p><p>“The support for Taiwan is bipartisan and bicameral — both houses, both parties,” Pelosi said. “It’s about peace. It’s also about commerce in terms of keeping the ships able to travel here.”</p><p>Han, who is leading an eight-person parliamentary delegation, arrived in the nation's capital on Tuesday night after a stop in Phoenix, Arizona, where the chipmaker Taiwan Semiconductor Manufacturing Co. is building new fabs and producing advanced chips crucial to powering the A.I. boom. TSMC is the poster child of Taiwan's importance to the U.S. economy.</p><p>The delegation met seven Democratic senators earlier Wednesday, including New Hampshire Sen. Jeanne Shaheen, the top Democrat on the Senate Foreign Relations Committee. It wasn't clear if Republicans senators also met the visiting lawmakers.</p><p>The Democrats called on the Trump administration to move ahead with the $14 billion in arms sales to Taiwan without further delay. “We remain committed to maintaining close and friendly relations with Taiwan, providing Taiwan with arms for self-defense and supporting deterrence against growing coercion from the People’s Republic of China,” they said in a statement.</p><p>Taiwan, which Beijing claims to be part of the Chinese territory and vows to seize by force if necessary, is a highly thorny issue  in U.S.-China relations. Washington is obligated by a domestic law to provide the island with sufficient hardware to fend off any invasion from the mainland. President Donald Trump, after his May trip to Beijing, has said he would be reviewing the $14 billion arms sales package, which Beijing strongly opposes. Trump also has suggested that the arms sales package could be a bargaining chip. Secretary of State Marco Rubio has said the U.S. policy on Taiwan remains unchanged.</p><p>On Wednesday, several U.S. lawmakers showed their support for the arms sales package.</p><p>“I'm here today ... to affirm in the strongest terms that Taiwan is not a bargaining chip. It is an island of freedom. And we need to do all we can to preserve it,” said Rep. Lloyd Doggett, D.-Texas. “ I believe we need to make available every weapon that Taiwan needs in its defense as quickly as it becomes possible.”</p><p>Lieu criticized the Trump administration for holding up the $14 billion package. “I urge the administration to reverse that and to allow their arms sale to proceed," he said.</p><p>Han, who is a member of Taiwan's opposition KMT party, in his speech complimented the U.S. for its achievements in the past 250 years and said the island, like the U.S., cherishes the value of freedom and democracy and that both sides shoulder the responsibilities of safeguarding the democratic system and of maintaining regional stability and peace.</p><p>Han touted the robust trade between Taiwan and the U.S. The island of 23 million people has surpassed Germany as the fourth-largest trading partner of the U.S., largely driven by the demand for Taiwan's advanced chips and other tech hardware.</p><p>Han also urged the U.S. to help Taiwan gain more international space. No country can have diplomatic ties with both Beijing and Taipei because of China's territorial claim over the island. Only 12 governments, including the Holy See, still recognize Taiwan's statehood. Beijing also has kept Taiwan out of many international organizations, including the World Health Organization.</p><p>“On the international stage, Taiwan feels very lonely in its heart," Han said. “I am here asking Taiwan's good friends in Congress ... to help us participate in global activities.”</p><p>Han is scheduled to leave on Friday for the inaugural nonstop flight by the Taiwanese carrier EVA Air between Washington Dulles International Airport and Taiwan Taoyuan International Airport, which has also been touted as proof of deepening U.S.-Taiwan ties.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KSTPCAIPXONULJJE5XSYAJBGPE.jpg?auth=4a0c89d398e01f78778f885c8d2b55c3930cca77e6fef29fd9e2e204a2c05ed8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Han Kuo-yu, Taiwan's President of the Legislative Yuan speaks during a reception hosted by the Taipei Economic and Cultural Representative Office in the United States, (TECRO), on Capitol Hill in Washington, Wednesday, June 24, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GIZBQRUCQTJPMBRSH3I65DFT6E.jpg?auth=41c65e426959bb0d02b0fbbc2fe9544b55482675cc998ffa3f92c6f6992ec6a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Han Kuo-yu, Taiwan's President of the Legislative Yuan hands his business card to Rep. James Walkinshaw, D-Va., during a reception hosted by the Taipei Economic and Cultural Representative Office in the United States, (TECRO), on Capitol Hill in Washington, Wednesday, June 24, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UAQWLFVVHQA5LW2DE37MTVESHI.jpg?auth=e983a511a818d80a0cf96390eefcb2dbab949050f3a668a270f1bc5c4fcef159&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Han Kuo-yu, Taiwan's President of the Legislative Yuan presents his business card to Members of Congress during a reception hosted by the Taipei Economic and Cultural Representative Office in the United States, (TECRO), on Capitol Hill in Washington, Wednesday, June 24, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group C:  Brazil and Morocco advance to Round of 32]]></title><link>https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-c-brazil-and-morocco-each-get-1-point-scotland-gets-3-points/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group C competing to advance to the FIFA World Cup 2026 Round of 32 are Brazil (5), Morocco (11), Haiti (84), and Scotland (36).]]></description><pubDate>Fri, 05 Dec 2025 18:34:42 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group C that competed to advance to the FIFA World Cup 2026 Round of 32 were Brazil (5), Morocco (11), Haiti (84), and Scotland (36).</p><p><b>JUNE 24: </b>DAY 3</p><figure><img src="https://www.local10.com/resizer/v2/BSPXDIKJXMY7HMMA5NTKWY6I44.jpg?auth=329aa3f8a73dc1619c63636bcd01d4937c163ed2c5dc2f1f390bfdbc5b74bfce&smart=true&width=1200&height=900" alt="Brazil's Vinicius Junior (7) celebrates after scoring his side's second goal during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Rebecca Blackwell)" height="900" width="1200"/><figcaption>Brazil's Vinicius Junior (7) celebrates after scoring his side's second goal during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Rebecca Blackwell)</figcaption></figure><p>Brazil advanced with a 3-0 victory over Scotland at the Miami Stadium, and Morocco advanced with a 4-2 victory over Haiti. </p><ul><li><a href="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/">Vinícius Júnior scores 2 goals as Brazil beats Scotland 3-0 to reach World Cup knockout stage</a></li></ul><p><b>JUNE 19: </b>DAY 2</p><p><b>Brazil gets 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/3E7YOCVKZOJA2WBOQWXCHXJXMY.jpg?auth=5d0b21a0b79428ad0268c22d64d68a9754e2a9161aca1dbdd764162d895a41d3&smart=true&width=1200&height=900" alt="Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)" height="900" width="1200"/><figcaption>Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/">Matheus Cunha scores 2 goals as Brazil eliminates Haiti from World Cup with 3-0 win</a></li></ul><p><b>Morocco gets 3 points</b></p><ul><li><b>Pre-game coverage</b>: <a href="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/">Scotland fans have descended on Boston for the World Cup, and bars are struggling to keep up</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>JUNE 13:</b></a><b> DAY 1</b></p><p><b>Brazil and Morocco each get 1 point </b> </p><figure><img src="https://www.local10.com/resizer/v2/4RPQCEJKMCMZ352DVESTYRO3T4.jpg?auth=8366dacf1e73eec19711304b9f1bd05ce31f019bdc497b4891645aebb6426715&smart=true&width=1200&height=900" alt="Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)" height="900" width="1200"/><figcaption>Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)</figcaption></figure><ul><li><b>Game analysis: </b><a href="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/">Brazil rallies for 1-1 draw against Morocco in its World Cup opener behind Vinícius Júnior’s goal</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=i3Xe1ALvfgQ" target="_self" rel="" title="https://www.youtube.com/watch?v=i3Xe1ALvfgQ">Morocco’s Ismael Saibari scores</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=zKPmHQwyOtU" target="_self" rel="" title="https://www.youtube.com/watch?v=zKPmHQwyOtU">A Vinicius Jr. special!</a></li></ul><p><b>Scotland gets 3 points after playing against Haiti</b></p><figure><img src="https://www.local10.com/resizer/v2/E3BUB4HUC52T7HJZHFHHGRE6Z4.jpg?auth=aee87d45e5fc3b073e759f0064ba85d7b86fd23d1fe6565bb7a3df4f5868fa4d&smart=true&width=1200&height=900" alt="Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)" height="900" width="1200"/><figcaption>Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/">Scotland marks 28-year World Cup absence with 1-0 victory over Haiti in Group C</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=kg3_vkhWVf4" target="_self" rel="" title="https://www.youtube.com/watch?v=kg3_vkhWVf4">Scotland’s John McGinn scores</a></li><li><b>Pre-game story</b>: <a href="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/">Haiti’s long-awaited World Cup return comes with formidable challenge</a></li></ul><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RHF5YUSH3FFTROAUQN5I7R673Q.jpg?auth=ab439208bfece0ba60640dddbf88928df391cdfc4616be289fc54e4ad7fe96e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Indiana man charged after being accused of stalking WNBA player Sophie Cunningham]]></title><link>https://www.local10.com/sports/2026/06/24/indiana-man-charged-after-being-accused-of-stalking-wnba-player-sophie-cunningham/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/indiana-man-charged-after-being-accused-of-stalking-wnba-player-sophie-cunningham/</guid><dc:creator><![CDATA[JOSH KELETY, Associated Press]]></dc:creator><description><![CDATA[An Indiana man was charged Wednesday on accusations he stalked WNBA player Sophie Cunningham and sent her threatening and explicit messages on social media.]]></description><pubDate>Thu, 25 Jun 2026 00:48:10 +0000</pubDate><content:encoded><![CDATA[<p>An Indiana man was charged Wednesday on accusations he stalked WNBA player Sophie Cunningham and sent her threatening and explicit messages on social media.</p><p>Kevin Singh, 48, faces felony charges for stalking and intimidation, as well as a misdemeanor harassment charge. He was arrested Tuesday, according to the Marion County Prosecutor’s Office.</p><p>Cunningham, a player with the Indiana Fever, told investigators she had been staying at home more and having nightmares because of Singh’s continued messages, according to the affidavit. She was first made aware of Singh’s alleged online conduct in February, she said.</p><p>Singh's online behavior escalated that month and his conduct “became increasingly threatening after he was contacted by team security," the Marion County Prosecutor’s Office said in a news release.</p><p>According to an affidavit, Singh allegedly sent numerous messages — including explicit messages — on the social media platform X in April. One of the messages featured the text, “You're literally down the street from me!” After Cunnigham's team sent Singh a cease-and-desist letter on April 30, Singh sent more messages on X, making explicit and threatening comments, according to the affidavit.</p><p>In September 2025, Singh hand-delivered a package addressed to “Sophie” at Gainbridge Fieldhouse, Indiana Fever’s home arena, containing a letter and a Guns N' Roses T-shirt sprayed with men's cologne, according the affidavit.</p><p>“The internet has made it easier than ever to target, harass and intimidate others. Threats of violence, whether face-to-face or behind a keyboard, will be taken seriously,” Marion County Prosecutor Ryan Mears said in a statement. “Coming forward is never easy, regardless of a person’s position or public profile. The victim is setting an example by speaking out."</p><p>A phone call to a number listed for Singh wasn't answered. It wasn't clear if he had an attorney yet.</p><p>Singh is currently on probation in Hendricks County, Indiana, after he pleaded guilty in July 2025 to two felony counts of invasion of privacy, the Marion County Prosecutor's Office said.</p><p>The incident comes after Cunningham's teammate, WNBA star Caitlin Clark, was the victim of stalking and harassing by a different man from Texas who was sentenced last year to 2 1/2 years in prison.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P3UFFJWHOTY2RADQFACNB4OHYM.jpg?auth=560a459dada70102f6628c074f809c396bcf7096856b310934896cba6853c84b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana Fever guard Sophie Cunningham (8) plays against the Dallas Wings in the second half of a WNBA basketball game in Indianapolis, Aug. 12, 2025. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Powerful 6.9-magnitude earthquake strikes off northern Japan. No tsunami warning]]></title><link>https://www.local10.com/news/world/2026/06/24/powerful-69-magnitude-earthquake-strikes-off-northern-japan-no-tsunami-warning/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/powerful-69-magnitude-earthquake-strikes-off-northern-japan-no-tsunami-warning/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — A powerful earthquake struck off Japan’s northern coast on Thursday, but the country’s meteorological agency said there was no danger of a tsunami.]]></description><pubDate>Thu, 25 Jun 2026 00:23:30 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — A powerful earthquake struck off Japan’s northern coast on Thursday, but the country’s meteorological agency said there was no danger of a tsunami.</p><p>The quake had a preliminary magnitude of 6.9 and occurred off the eastern coast of Iwate, the Japan Meteorological Agency said. The quake had a depth of about 50 kilometers (30 miles), it said. The U.S. Geological Survey also reported a magnitude of 6.9.</p><p>The rattling occurred in the area where strong earthquakes have repeatedly been reported in recent months, including one that triggered a weeklong mega-quake caution advisory in December.</p><p>The quake, which struck Japan’s northeastern region during Thursday’s morning rush hour, also mildly shook Tokyo. There were no immediate reports of injuries or damages, according to top government spokesperson Minoru Kihara.</p><p>Footage on Japan’s NHK public television quoted its journalists from a number of strongly-hit towns, including Sendai and Morioka, saying they felt the shaking for a couple of minutes but have not seen any damages. Footage showed people commuting as usual.</p><p>Nuclear power plants and facilities, including Fukushima Daiichi, which was damaged by the 2011 massive quake and tsunami, and a spent fuel reprocessing plant in Aomori, have not reported any abnormalities from Thursday’s shakings, Kihara said.</p><p>Japan, which sits on the structure known as the Pacific Ring of Fire, is one of the world’s most earthquake-prone areas.</p>]]></content:encoded></item><item><title><![CDATA[Sedano’s hosting soccer celebration, giving away pair of World Cup tickets]]></title><link>https://www.local10.com/news/local/2026/06/24/sedanos-hosting-soccer-celebration-giving-away-pair-of-world-cup-tickets/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/sedanos-hosting-soccer-celebration-giving-away-pair-of-world-cup-tickets/</guid><description><![CDATA[Soccer fans in South Florida have a chance to win tickets to a World Cup match. ]]></description><pubDate>Thu, 25 Jun 2026 00:21:02 +0000</pubDate><content:encoded><![CDATA[<p>Soccer fans in South Florida have a chance to win tickets to a World Cup match. </p><p>The event, which will be a family-friendly community celebration, will take place on Saturday from 11 a.m. to 2 p.m. at the Sedano’s supermarket located at 14524 SW Eighth St. in Miami. </p><p>There will be soccer-themed games, a live radio broadcast, food samples, non-alcoholic drink tastings and lots more. </p><p>In addition, attendees will have the chance to two tickets to a World Cup match taking place in Miami. </p><p>Other prizes will include soccer jerseys, Sedano’s gift cards and food baskets and other branded items. </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/XC4KGPSE6ZGQ5GMVNN2P3PYQKU.JPG?auth=e674c3772360dfe5675b19a5941a6742242735a9ca158f28549511f4350522aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer Football - FIFA World Cup 2026 - Group C - Scotland v Brazil - Miami Stadium, Miami Gardens, Florida, U.S. - June 24, 2026 General view inside the stadium as the teams line up with young mascots before the match REUTERS/Marco Bello]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Bello</media:credit></media:content></item><item><title><![CDATA[Feds give exclusive behind-the-scenes look at Miami Stadium security during FIFA World Cup  ]]></title><link>https://www.local10.com/news/local/2026/06/24/feds-give-exclusive-behind-the-scenes-look-at-miami-stadium-security-during-fifa-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/feds-give-exclusive-behind-the-scenes-look-at-miami-stadium-security-during-fifa-world-cup/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[While FIFA World Cup fans were having fun, U.S. Customs and Border Protection used technology to protect the country’s border at the stadium. 
]]></description><pubDate>Wed, 24 Jun 2026 23:31:39 +0000</pubDate><content:encoded><![CDATA[<p>While FIFA World Cup fans were having fun, U.S. Customs and Border Protection used technology to protect the country’s border at the stadium. </p><p>U.S. CBP gave Local 10 News a behind-the-scenes look at their quiet efforts to screen the cargo delivered to the Hard Rock Stadium in Miami Gardens. </p><p>“Food deliveries, merchandise, staging equipment, anything that is going to get offloaded, that needs to be screened by us,” U.S. CBP Officer Alexander Hernandez said at the stadium. </p><p>The U.S. CBP team at the stadium property used a “<a href="https://www.cbp.gov/sites/default/files/documents/nii_factsheet_2.pdf" target="_self" rel="" title="https://www.cbp.gov/sites/default/files/documents/nii_factsheet_2.pdf">non-intrusive inspection,” or NII</a>, portal to scan cargo trucks with X-ray and gamma-ray, without physically having to search and unpack. </p><p>Miami-Dade Sheriff’s Office deputies use deputized dogs, or K-9s, trained to detect explosives as an extra layer of security. </p><p>Security is tight, and the perimeter around the stadium is wide. Federal, state, and local law enforcement are working together. They learned from the chaos that erupted at the stadium during a Copa America match between Argentina and Colombia on July 14, 2024.</p><p><b>More coverage</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/">How Brazil advanced to Round of 32 after 3-0 victory against Scotland</a></li><li><a href="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/">Over 65,000 Brazilian and Scottish FIFA World Cup fans celebrate love of soccer at Miami Stadium</a></li><li><a href="https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/">About 30,000 FIFA World Cup fans join big Miami Bayfront Park watch party</a></li><li><a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/">Dedicated World Cup fans arrive early to the Miami Stadium</a> </li></ul>]]></content:encoded></item><item><title><![CDATA[Over 65,000 FIFA World Cup fans celebrate love of soccer at Miami Stadium]]></title><link>https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/brazilian-and-scottish-celebrate-together-at-miami-stadiums-fifa-world-cup-fan-zone/</guid><dc:creator><![CDATA[Will Manso, Andrea Torres]]></dc:creator><description><![CDATA[Brazilian and Scottish fans celebrated their love of soccer on Wednesday at the Miami Stadium, even though only Brazil advanced to the FIFA World Cup’s Round of 32. ]]></description><pubDate>Wed, 24 Jun 2026 20:49:16 +0000</pubDate><content:encoded><![CDATA[<p>Brazilian and Scottish fans celebrated their love of soccer on Wednesday at the Miami Stadium, even though only Brazil advanced to the FIFA World Cup’s Round of 32. </p><p><a href="https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-celebran-juntos-en-la-zona-para-aficionados-del-miami-stadium-durante-la-copa-mundial-de-la-fifa/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-celebran-juntos-en-la-zona-para-aficionados-del-miami-stadium-durante-la-copa-mundial-de-la-fifa/">Leer en español</a></p><p>Samba didn’t silence the Tartan Army’s bagpipes, and the canary yellow jerseys didn’t drown the wool kilts. Nothing killed the joy. Not the expenses, the flights, the security screenings, the lines, nor the ticket checks.</p><p><b>Related story:</b> <a href="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-reach-world-cup-knockout-stage/">How Brazil advanced to Round of 32 after 3-0 victory against Scotland</a></p><p>The demand for tickets was high. Entry-level resale prices ranged from $1,600 to $1,855. Tickets later averaged between $3,500 and $5,445. Premium seats reached $25,800. </p><p>Before the gates opened at 3 p.m. at the Hard Rock Stadium in Miami Gardens, fans who said they felt lucky to be there had made friendships, shared pictures, stories, and plenty of drinks. </p><p><b>Related story</b>: <a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/">Dedicated fans arrive early</a> </p><p><b>Related story</b>: <a href="https://www.local10.com/sports/2026/06/24/a-black-jaguar-oracle-in-rio-de-janeiro-sniffs-brazil-to-beat-scotland-in-group-c-challenge/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/a-black-jaguar-oracle-in-rio-de-janeiro-sniffs-brazil-to-beat-scotland-in-group-c-challenge/">A black jaguar oracle in Rio de Janeiro sniffs Brazil to beat Scotland in Group C challenge</a></p><p>After the 6 p.m. Group C matches ended about two hours later, only the two teams in the group with the most points advanced to the tournament’s next stage: <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">The Round of 32</a>. </p><p>Brazilians arrived with four points to play against Scotland, which had three points. After a 3-0 victory, Brazil advanced with three more points as the group’s winner. </p><p>Morocco arrived with four points and advanced with three more points after beating Haiti 4-2 in Atlanta, Georgia. </p><p><b>Related story:</b> <a href="https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/24/about-30000-fifa-world-cup-fans-join-big-miami-bayfront-park-watch-party/">About 30,000 FIFA World Cup fans join big Miami Bayfront Park watch party </a></p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>Related story</b>: <a href="https://www.local10.com/news/weird-news/2026/06/24/ronaldinho-says-let-the-magic-begin-after-signing-with-italian-serie-c-club-ravenna-at-age-46/" target="_self" rel="" title="https://www.local10.com/news/weird-news/2026/06/24/ronaldinho-says-let-the-magic-begin-after-signing-with-italian-serie-c-club-ravenna-at-age-46/">Ronaldinho says ‘let the magic begin’ after signing with Italian Serie C club Ravenna at age 46</a></p><h3><b>Group C progress</b></h3><p><b>JUNE 19: </b>DAY 2</p><p><b>Brazil gets 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/3E7YOCVKZOJA2WBOQWXCHXJXMY.jpg?auth=5d0b21a0b79428ad0268c22d64d68a9754e2a9161aca1dbdd764162d895a41d3&smart=true&width=1200&height=900" alt="Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)" height="900" width="1200"/><figcaption>Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/">Matheus Cunha scores 2 goals as Brazil eliminates Haiti from World Cup with 3-0 win</a></li></ul><p><b>Morocco gets 3 points</b></p><ul><li><b>Pre-game coverage</b>: <a href="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/">Scotland fans have descended on Boston for the World Cup, and bars are struggling to keep up</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>JUNE 13:</b></a><b> DAY 1</b></p><p><b>Brazil and Morocco each get 1 point </b> </p><figure><img src="https://www.local10.com/resizer/v2/4RPQCEJKMCMZ352DVESTYRO3T4.jpg?auth=8366dacf1e73eec19711304b9f1bd05ce31f019bdc497b4891645aebb6426715&smart=true&width=1200&height=900" alt="Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)" height="900" width="1200"/><figcaption>Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)</figcaption></figure><ul><li><b>Game analysis: </b><a href="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/">Brazil rallies for 1-1 draw against Morocco in its World Cup opener behind Vinícius Júnior’s goal</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=i3Xe1ALvfgQ" target="_self" rel="" title="https://www.youtube.com/watch?v=i3Xe1ALvfgQ">Morocco’s Ismael Saibari scores</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=zKPmHQwyOtU" target="_self" rel="" title="https://www.youtube.com/watch?v=zKPmHQwyOtU">A Vinicius Jr. special!</a></li></ul><p><b>Scotland gets 3 points after playing against Haiti</b></p><figure><img src="https://www.local10.com/resizer/v2/E3BUB4HUC52T7HJZHFHHGRE6Z4.jpg?auth=aee87d45e5fc3b073e759f0064ba85d7b86fd23d1fe6565bb7a3df4f5868fa4d&smart=true&width=1200&height=900" alt="Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)" height="900" width="1200"/><figcaption>Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/">Scotland marks 28-year World Cup absence with 1-0 victory over Haiti in Group C</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=kg3_vkhWVf4" target="_self" rel="" title="https://www.youtube.com/watch?v=kg3_vkhWVf4">Scotland’s John McGinn scores</a></li><li><b>Pre-game story</b>: <a href="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/">Haiti’s long-awaited World Cup return comes with formidable challenge</a></li></ul><h3><b>Tournament’s schedule </b> </h3><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matcuphes: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><h3><b>Round of 32 begins </b></h3><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Vinícius Júnior scores 2 goals as Brazil beats Scotland 3-0 to win its World Cup group]]></title><link>https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-win-its-world-cup-group/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/vinicius-junior-scores-2-goals-as-brazil-beats-scotland-3-0-to-win-its-world-cup-group/</guid><dc:creator><![CDATA[By ALANIS THAMES, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — Vinícius Júnior made it look easy. So did Brazil.]]></description><pubDate>Thu, 25 Jun 2026 01:33:04 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — Vinícius Júnior made it look easy. So did Brazil.</p><p>Vinícius scored two goals — one of them practically into an empty net to open the scoring — and five-time World Cup champion Brazil beat Scotland 3-0 on Wednesday, advancing to the knockout stage as the Group C winner.</p><p>Vinícius — who has a goal in all three of Brazil's group matches — scored in the seventh minute and again just before halftime, tying Norway's Erling Haaland and Kylian Mbappé with of France with four goals, one behind Lionel Messi of Argentina.</p><p>Matheus Cunha also scored for the Seleção, who reached the knockout rounds for the 15th consecutive World Cup. Morocco finished second in the group and also advanced, rallying to beat Haiti 4-2.</p><p>After a lackluster 1-1 draw against Morocco in its opener, Brazil — facing pressure to win its first World Cup title since 2002 — followed with a 3-0 win over Haiti, and coach Carlo Ancelotti said he saw gradual improvement from his team during the group stage.</p><p>“We are working to play the best that we can,” he said. “But the goal is not to play well. We know that playing well is easier to win, but the goal is to win. ... If we win the World Cup, we played well. If we don't win the World Cup, we played really bad.”</p><p>Taking advantage of an early Scotland mistake on Wednesday, Vinícius received a pass from 19-year-old striker Rayan and took a quick touch to get by goalkeeper Angus Gunn for an easy finish and a 1-0 lead. He capitalized on another miscue by the Scots later in the first half with a header from close range.</p><p>“It’s always important to be scoring goals,” Vinícius said in Portuguese. “It’s important to be playing great matches, and I managed to do that. I was able to perform very well and improve. Throughout my years with the national team, there were times when I couldn’t quite show my true game.”</p><p>Neymar entered as a substitute in the 76th, making his debut after a right calf injury sidelined him for Brazil's first two matches. The majority-Brazilian crowd at Hard Rock Stadium began chanting his name midway through the second half as he got off the bench and began doing warmup sprints on the sideline — and fans roared as he trotted onto the pitch.</p><p>“I think he deserved the opportunity to play, which is why I gave him the opportunity to play,” Ancelotti said through an interpreter. “I think he did well even though he played for just a few minutes.”</p><p>Neymar is Brazil’s career scoring leader with 79 goals in 130 international appearances. The 34-year-old forward appeared in each of the past three World Cups for Brazil, scoring eight goals.</p><p>Scotland is playing in its first World Cup since 1998 and has become one of the more interesting teams of the tournament. Its dedicated fans, known as the Tartan Army, brought a party atmosphere to the Boston and Miami areas ahead of their team's matches.</p><p>Scotland hasn't advanced past the group stage in nine tries.</p><p>“We knew they were a top side,” Scotland’s Nathan Patterson said. “They have massive threats. We were trying to nullify the threats — and obviously giving them easy goals is not what you need.”</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BSPXDIKJXMY7HMMA5NTKWY6I44.jpg?auth=329aa3f8a73dc1619c63636bcd01d4937c163ed2c5dc2f1f390bfdbc5b74bfce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior (7) celebrates after scoring his side's second goal during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BUIDQHWAFLPI7WJEC2Y6T66MIA.jpg?auth=d0dd18b196d870528bcf1d45ecec96a949aa38de602785dcbda0f5e18f12c4e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Matheus Cunha (9) celebrates with Lucas Paqueta (20) after scoring their third goal during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UWXMABA2645HJCKPSHHO4OWNNM.jpg?auth=95787161500f17a6944c6e238acdc4101ba2a38e88ecc11e690dbc003e338c1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Matheus Cunha (9) scores a goal on Scotland goalkeeper Angus Gunn (1) during the World Cup Group C soccer match in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/24326NY6UVAB7Y5FOGZBQ5KTFE.jpg?auth=55d4d0601976668694e92f352d0f87917d62e81f3bb911adfcc2e43ffd5cb1cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior (7) scores his team's second goal during the World Cup Group C soccer match between Scotland and Brazil in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZA24J6ALXIXHR6IN2WHBNBP2IU.jpg?auth=a305f1191b8c4b9f23feff4775304acdc06d9400bdddada422251c4e4c72cffc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Matheus Cunha (9) heads the ball during the World Cup Group C soccer match against Scotland in Miami Gardens, Fla., Wednesday, June 24, 2026. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Nelly Korda is 2 for 2 in major titles this season. The Women's PGA at Hazeltine National is next]]></title><link>https://www.local10.com/sports/2026/06/24/nelly-korda-is-2-for-2-in-major-titles-this-season-the-womens-pga-at-hazeltine-national-is-next/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/nelly-korda-is-2-for-2-in-major-titles-this-season-the-womens-pga-at-hazeltine-national-is-next/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[CHASKA, Minn. (AP) — The latest stop for Nelly Korda in this especially busy summer is the Women's PGA Championship in Minnesota, where the top-ranked player in the world will try this week to hoist a third straight major trophy.]]></description><pubDate>Wed, 24 Jun 2026 23:56:00 +0000</pubDate><content:encoded><![CDATA[<p>CHASKA, Minn. (AP) — The latest stop for Nelly Korda in this especially busy summer is the Women's PGA Championship in Minnesota, where the top-ranked player in the world will try this week to hoist a third straight major trophy.</p><p>From winning the U.S. Women's Open in California to playing in a pair at the Dow Championship in Michigan to brand-building for the sport in New York, the 27-year-old Korda has had little time for retreat.</p><p>If this is the price of stardom, well, she's willing to lean into it.</p><p>“I feel like in everything that you do in life — if you’re in the finance world, if you’re doing this — the more you put yourself into that position the more comfortable you get,” Korda said on Wednesday at Hazeltine National Golf Club. “I think the biggest change that I told myself I’m going to make is I’m just going to be authentic and be who I am. Either that comes across great or it doesn’t, but I just want to be genuine.”</p><p>Korda, whose prize money has passed $5.3 million this year, has won four of the nine tournaments she has entered with only one finish outside of the top 10. She leads the Vare Trophy race for the lowest scoring average on the LPGA by an average of 1.15 strokes over Hyo Joo Kim.</p><p>The only women to win the first three majors of a season are Inbee Park in 2013 and Babe Zaharias in 1950, when there were only three on the schedule. Now the final two majors are in Europe: the Evian Championship in France from July 9-12 and the Women’s British Open in England from July 30-Aug. 2.</p><p>With the Chevron Championship win in April already on her scorecard, Korda pulled out a one-stroke victory over Charley Hull and Gaby Lopez at the U.S. Women's Open this month. Fulfilling her commitment to playing with partner Olivia Cowan at the Dow Championship the following week required some self-discipline.</p><p>“I was very tired. Honestly, I couldn't go to sleep, and every single morning I woke up I didn't want to wake up,” Korda said. “I'm still a little tired from it.”</p><p>Then she was whisked away to New York for a whirlwind media tour on behalf of the LPGA, before heading home last week to recharge and refresh.</p><p>“It’s fun to be on a different stage in front of different people doing something that helps the game of golf and kind of puts us on a broader stage,” Korda said.</p><p>From a cameo on the "Today' show to a visit to the New York Stock Exchange to an appearance at Times Square, Korda relished last week the opportunity to show the lighthearted and self-described “dorky” side of her personality to more mainstream audiences.</p><p>“These are the types of things we need our athletes to do in order to have transcendent stars that cut through sports and find their way into culture,” LPGA Tour Commissioner Craig Kessler said. “She did it. She’s doing it.”</p><p>The major that was last held at Hazeltine on the suburban prairie southwest of Minneapolis in 2019, has a $13 million purse this year that's the largest in the history of women's golf.</p><p>“To see the evolution of where the women’s game was to what it is now, it is quite incredible,” Korda said. “You see that across every sport. You see that in tennis, right now in basketball, too. It is amazing to see the investment in women’s sports, and we are just really grateful for our partners continuously raising the bar.”</p><p>Hannah Green returns to Hazeltine in reflection on her 2019 win</p><p>Hannah Green, who's currently eighth in the world ranking, got her first tour victory at age 22 with a wire-to-wire win at the Women's PGA Championship when it last visited Hazeltine. That remains her only major title.</p><p>“There is definitely shots that I remember. I also remember some of the bad shots as well, which is sometimes not a great thing,” Green said. “But it’s nice to kind of relive those moments in the practice round. I do hit a lot further than I used to do back then.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJNGOQKEOAYXUYUWCPLJW5SB3E.jpg?auth=40e0bc4f0f53ec0631d57bdb4fa215933da0db5181b473a0d996d664d1d14910&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda waits on the putting green during a practice round prior to the Women's PGA Championship golf tournament, Wednesday, June 24, 2026, in Chaska. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YKTBE2E2N4UOAFYXYDFULHZI7I.jpg?auth=2db506c2bb9417da26a2a5f6afdad08d45b99125123c0487b7fb001cc6ae1163&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda watches her tee shot during a practice round prior to the Women's PGA Championship golf tournament, Wednesday, June 24, 2026, in Chaska. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IC2BE7VQGYOR2Q6S2MBSMHDOVA.jpg?auth=38b989050a3ed17ceb6dcb3666078482ca46a7df2a095ac4682bfb7d9d2fa7d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda holds the trophy after winning the U.S. Women's Open golf tournament Sunday, June 7, 2026, in the Pacific Palisades area of Los Angeles. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSHCI6TTQDY2RFBDETYAJRCBCQ.jpg?auth=71e1ea3e73b7a60c611c490006c3ae21b4c948a113edbaaf404f14428bc9aa2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sung Hyun Park, of South Korea, hits from the 17th tee during a practice round prior to the Women's PGA Championship golf tournament, Wednesday, June 24, 2026, in Chaska. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQG5R7QV3U6GTXKL2BA65TUOR4.jpg?auth=5f90adaf87eb155e39c7ed7811f6b15239025e30274840e80f7dc2a1ea06f728&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Julia Lopez Ramirez, of Spain, hits from the 18th fairway during a practice round prior to the Women's PGA Championship golf tournament, Wednesday, June 24, 2026, in Chaska. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content></item><item><title><![CDATA[Merlín the duck takes a trip to the stadium, but FIFA rules keep him out of Mexico match]]></title><link>https://www.local10.com/entertainment/2026/06/24/merlin-the-duck-takes-a-trip-to-the-stadium-but-fifa-rules-keep-him-out-of-mexico-match/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/merlin-the-duck-takes-a-trip-to-the-stadium-but-fifa-rules-keep-him-out-of-mexico-match/</guid><dc:creator><![CDATA[By NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — One of the biggest folk heroes of this World Cup, Merlín the duck arrived outside Mexico City's stadium on Wednesday to great fanfare — but was ultimately told he could not remain for Mexico's match against the Czech Republic.]]></description><pubDate>Wed, 24 Jun 2026 23:41:57 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — One of the biggest folk heroes of this World Cup, Merlín the duck arrived outside Mexico City's stadium on Wednesday to great fanfare — but was ultimately told he could not remain for Mexico's match against the Czech Republic.</p><p>After winning hearts across social media, supporters had launched an effort urging organizers to allow the beloved bird to attend the match alongside his family. In less than two weeks, Merlín went from waddling through the streets of Mexico City during Mexico's opening victory to visiting the presidential palace. But on Wednesday, his proverbial flight was cut short.</p><p>Merlín was granted access to the Azteca Stadium grounds to film a segment with Televisa, one of Latin America’s largest television networks. Under strict security protocols, Merlín traveled comfortably inside a transport crate, accompanied by owner Carla Gómez and her son Cristian, as curious fans gathered to catch a glimpse of the tournament’s most unexpected star. However, he could not remain for the match, as FIFA regulations prohibit animals from entering venues in order to safeguard their well-being.</p><p>A FIFA tournament spokesperson confirmed Merlín was permitted to enter the perimeter but not the stadium, and did not offer further comment.</p><p>“These last few days have been crazy, we’ll never stop being grateful for what we’ve experienced,” Gómez told The Associated Press. “Everyone is truly amazed by Merlín.”</p><p>Since his first appearance, Merlín has grown into a social media phenomenon and an international celebrity. Wearing a green Mexico jersey and proudly accompanying his family as they sell drinks throughout the city, the 2-year-old duck has become a familiar sight in the capital. Along the way, he has participated in interviews, visited television studios, mingled with supporters at the fan fest in Mexico City’s Zócalo, and even paid a visit to Netflix.</p><p>“He’s become our unofficial mascot for Mexico and the World Cup,” said Daniel Krauze, a fan outside the stadium who sported a duck hat. “I feel proud to wear Merlín the duck.”</p><p>Merlín has also found himself at the center of a trademark dispute, when at least two applications before Gómez's sought the rights to his name for exclusive commercial use. The registration was ultimately granted to Gómez.</p><p>Now, following hundreds of requests from fans, the family will finally be able to watch Mexico's national team live. Gómez described the occasion as a “very powerful emotion.”</p><p>And although the duck darling will not be cheering from the stands, she is convinced that Mexico’s most famous feathered supporter will still be bringing luck to El Tri: “Merlín is a lucky charm, and I know that, with him, the Mexican national team will win again today.”</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5SS2IPBRTDYQUUJ4YXLZVMKV2M.jpg?auth=fccf9818b3998b90b1604663322d5a520f72bd3d0e2b372990ebc46c70eb3e45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian Gomez interacts with his duck Merlin, dressed in a Mexican national soccer team jersey, as they attend the daily press conference by Mexican President Claudia Sheinbaum at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRK35PFATOUPRLUGHBIFNFBLC4.jpg?auth=5a55c72df396741cb6dcd219fd60d243db11cfe174a54d835bc86719fa9b314a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Merlin the duck, dressed in a Mexican national soccer team jersey, attends the daily press conference by Mexican President Claudia Sheinbaum, left, along with his caretakers Carla Gomez and her sons Carlos and at the National Palace in Mexico City, Monday, June 22, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[Court filing reveals President Trump spoke to Live Nation CEO before antitrust case was settled]]></title><link>https://www.local10.com/business/2026/06/24/court-filing-reveals-president-trump-spoke-to-live-nation-ceo-before-antitrust-case-was-settled/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/court-filing-reveals-president-trump-spoke-to-live-nation-ceo-before-antitrust-case-was-settled/</guid><dc:creator><![CDATA[By LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — President Donald Trump spoke personally with the chief executive of Live Nation in the weeks before the Justice Department abruptly settled its longstanding antitrust lawsuit against the entertainment giant and its Ticketmaster subsidiary, the company revealed in a court filing.]]></description><pubDate>Wed, 24 Jun 2026 23:09:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — President Donald Trump spoke personally with the chief executive of Live Nation in the weeks before the Justice Department abruptly settled its longstanding antitrust lawsuit against the entertainment giant and its Ticketmaster subsidiary, the company revealed in a court filing.</p><p>Lawyers for Live Nation told the court on Monday that Trump and the company’s CEO, Michael Rapino, spoke about the antitrust lawsuit in February, but didn’t discuss “substantive terms” of any potential settlement.</p><p>They also said that White House lawyers were involved in some of the numerous in-person meetings, videoconferences, telephone calls and written communications between the company and the Justice Department in February and March.</p><p>Just days into the March trial, the Justice Department announced a settlement that most states refused to join, saying it did not go far enough to curb the company’s dominance over concert venues and ticketing for live events though Ticketmaster.</p><p>The trial continued, and a jury concluded several weeks later that the company was a monopoly that cost concertgoers and sports fans.</p><p>The White House declined to comment on Live Nation's disclosure, referring questions to the Justice Department, which didn't immediately respond to messages seeking comment.</p><p>The revelation comes as the Justice Department has faced criticism that its independence has been threatened by substantial oversight or interference from the White House and the president.</p><p>The Justice Department and dozens of states originally teamed up to bring the antitrust lawsuit against Live Nation.</p><p>Among other things, the jury in New York found Ticketmaster’s anticompetitive practices led to people in 22 states paying an extra $1.72 per ticket, which the judge could order the companies to pay back.</p><p>State attorneys general who sued Live Nation said the verdict could potentially lead to lower ticket prices for music fans.</p><p>The federal government's settlement deal included a cap on service fees at some amphitheaters, plus some new ticket-selling options for promoters and venues — potentially allowing, but not requiring, them to open doors to Ticketmaster competitors such as SeatGeek or AXS.</p><p>In April, Live Nation said in a statement that the verdict “is not the last word on this matter.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RA5J7ZWRZVF6IK7ANSUBV3VFQA.jpg?auth=72c335602b2a06d1513d52da746ca17c0e60b47090d79da665c81d84232fd5b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Michael Rapino, President and CEO of Live Nation Entertainment, speaks during a news conference in Seattle on June 7, 2017. (AP Photo/Ted S. Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content></item><item><title><![CDATA[World Cup what to know: US faces decisions for final group-stage game against winless Turkey]]></title><link>https://www.local10.com/news/2026/06/24/world-cup-what-to-know-us-faces-decisions-for-final-group-stage-game-against-winless-turkey/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/world-cup-what-to-know-us-faces-decisions-for-final-group-stage-game-against-winless-turkey/</guid><dc:creator><![CDATA[By JOHN MARSHALL, Associated Press]]></dc:creator><description><![CDATA[The United States returns to the pitch for its final World Cup group-stage game with some decisions to make.]]></description><pubDate>Thu, 25 Jun 2026 02:09:08 +0000</pubDate><content:encoded><![CDATA[<p>The United States returns to the pitch for its final World Cup group-stage game with some decisions to make.</p><p>The Americans have already won Group D to lock up a spot in the knockout stage and will face winless Turkey in Inglewood, California, on Thursday.</p><p>Christian Pulisic returned to training after missing a 2-0 win over Australia, but coach Mauricio Pochettino has to decide how much to use his star player in a game that's meaningless in the standings and the knockout stage right around the corner.</p><p>There are similar decisions to make with Tyler Adams, Folarin Balogun, Chris Richards and Antonee Robinson. They're all on yellow cards and would miss the first knockout round game if they picked up a second against Turkey.</p><p>The U.S. has won consecutive World Cup matches for the first time since 1930. Its six goals in the first two matches are one short of the team record for a World Cup.</p><p>Turkey has yet to score a goal in its first World Cup in 24 years and is already eliminated.</p><p>Thursday will be the second day with six matches, including Germany looking to win its third straight game, Ivory Coast aiming to make the knockout stage for the first time and Ecuador needing a win to escape the group stage.</p><p>What to watch on June 25</p><p>— Curacao vs. Ivory Coast , 4 p.m. EDT in Philadelphia (FS1/Telemundo/Peacock)</p><p>— Ecuador vs. Germany, 4 p.m. EDT in East Rutherford, New Jersey (Fox/Telemundo/Peacock)</p><p>— Japan vs. Sweden, 7 p.m. EDT in Arlington, Texas (Fox/Telemundo/Peacock)</p><p>— Tunisia vs. The Netherlands, 7 p.m. EDT in Kansas City, Missouri (FS1/Telemundo/Peacock)</p><p>— Paraguay vs. Australia, 10 p.m. EDT in Santa Clara, California (FS1/Telemundo/Peacock)</p><p>— Turkey vs. United States, 10 p.m. EDT in Inglewood, California (Fox/Telemundo/Peacock)</p><p>Ecuador faces must-win against Germany</p><p>Ecuador arrived at the World Cup on a 19-game winning streak.</p><p>It could face an early exit if it can't find a way to beat Germany in East Rutherford, New Jersey.</p><p>Ecuador opened the World Cup with a 1-0 loss to Ivory Coast on Amad Diallo's goal in the 90th minute and played to a scoreless draw against Curacao, the smallest nation in the World Cup.</p><p>That leaves Ecuador trailing both Germany and Ivory Coast in Group E with one point and needing to beat the Germans, who have already clinched the group but will be without defender Nico Schlotterbeck for the rest of the World Cup because of an ankle injury.</p><p>Ivory Coast on the cusp of knockout stage</p><p>Ivory Coast has a chance to make history in its fourth World Cup.</p><p>With a win already under their belt, the Elephants can clinch a spot in the knockout round for the first time with a win over Curacao in Philadelphia.</p><p>Ivory Coast pulled off a 1-0 win over Ecuador and had a halftime lead over Germany before losing 2-1. Ivory Coast's previous best chance to reach the knockout stage came in Brazil in 2014 when it opened with a win over Japan before losing the next two games.</p><p>Curacao still has an outside shot of reaching the knockout round, needing a win and some goal-differential help from Ecuador. Curacao has a goal differential of minus-6, thanks to an opening 7-1 loss to Germany.</p><p>Group F winner still up in the air</p><p>The Netherlands and Japan will be playing for the top spot in Group F on Thursday night — the Dutch play Tunisia, the Japanese face Sweden — but both teams have said they want no updates on each other as their games are progressing.</p><p>“You have to focus on making sure you win the match,” said Netherlands coach Ronald Koeman, whose team has a record World Cup unbeaten streak of 14 matches, excluding penalty shootouts. “We would love to be first in the group and of course the result will have an impact on that, but that’s not the most important thing. Playing this game is the most important thing.”</p><p>The Netherlands and Japan both have four points and a plus-four goal differential. Sweden is at three points with its 5-1 loss to Dutch.</p><p>To finish first in the group, Sweden has to win and have the Netherlands do no better than a draw.</p><p>“It’s literally my first rodeo in terms of a World Cup so it’s going to be new to me,” Sweden coach Graham Potter said. “But yeah, it’s best for us to try to get the positive results and focus on that.”</p><p>Paraguay, Australia play for second in Group D</p><p>There’s plenty at stake in the final Group D match between Australia and Paraguay.</p><p>The Australians will clinch second place in the group and a spot in the knockout round with either a win or draw. Paraguay clinches second place with a win and is almost assured advancement as a third-place team with a draw. The situation will be more tenuous with a loss for either team, with goal differential likely deciding the fate.</p><p>The game is a bit of a full-circle moment for Socceroos coach Tony Popovic, who played his final international game as a player against Paraguay in a friendly 20 years ago when he scored his eighth international goal.</p><p>“I didn’t score many so I have to remind you of that,” Popovic said. “It was a special way to end my international career. To think that all these years later I’ll be the head coach and we’re up against Paraguay is special. That was a great day and hopefully tomorrow will a special day for Australia against Paraguay once more.”</p><p>Australia will be without defender Jacob Italiano and forward Mat Leckie, who are dealing with injuries.</p><p>Paraguay will be without midfielder Miguel Almiron, who is suspended after getting a red card for covering his mouth during a confrontation against Turkey. Mauricio will start in his place, coach Gustavo Alfaro said.</p><p>More World Cup news</p><p>— Switzerland wraps up first place in Group B at the World Cup with a 2-1 victory over Canada</p><p>— Bosnia-Herzegovina boosts chances of advancing at World Cup with 3-1 win over Qatar</p><p>— Vinícius Júnior scores 2 goals as Brazil beats Scotland 3-0 to win its World Cup group</p><p>— Soufiane Rahimi and Gessime Yassine help Morocco rally to beat Haiti 4-2 at the World Cup</p><p>— Qatar’s Assim Madibo banned for 5 games after breaking the leg of Canada’s Ismaël Koné at World Cup</p><p>— 'Our idol is back': Neymar debuts in this World Cup as a sub for Brazil against Scotland</p><p>— Turkey coach Montella says he won’t resign after winless World Cup start, admonishes heckling fans</p><p>— Ivory Coast eyes knockout stage of World Cup with striker Elye Wahi expected back amid investigation</p><p>— Cape Verde goalkeeper Vozinha seeks new club after World Cup stardom, doesn’t rule out Brazil move</p><p>— Day 14 of the World Cup, in photos</p><p>Stats of the day</p><p>Switzerland has qualified for the knockout phase for the seventh consecutive time in major tournament football (World Cups and UEFA Euros).</p><p>___</p><p>AP sports writers Dave Skretta, Josh Dubow and Stephen Hawkins contributed to this report.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HDX6CWIAUNRQ2CXJ7E7RI7WZRA.jpg?auth=467cc1f34784e5aa6c3f96eac9e04b9be5160312adf9dd3595bca9ee312ffd19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic attends a training session ahead of a FIFA World Cup match against Turkey in Irvine, Calif., Tuesday, June 23, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WVBE2FYFNO56VHTA4MLLZMB44Q.jpg?auth=a09de8e7ada0177c7e57b5b07dc6cb99ef7b3d40b74f6d167a93e64d04d10cdb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ivory Coast's Ibrahim Sangare carries teammate Amad Diallo after defeating Ecuador in a World Cup Group E soccer match in Philadelphia, Sunday, June 14, 2026. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/56TWE26JPTKNVA3VFIHUTRGX3E.jpg?auth=5163c4742819c09a86c86223fbea462c55dbe985adddcd69dfa241d72d92a02a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Curaçao's Leandro Bacuna and teammates celebrate after a draw against Ecuador during a World Cup Group E soccer match in Kansas City, Mo., Saturday, June 20, 2026. (AP Photo/Ed Zurga)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Zurga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5DONNU52DXUG7CFYRL4T6XUUO4.jpg?auth=3245d0ea539438941e85cdb7335d557dfa71c19d770c4db7d9df165af609aac3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bosnia's Ermin Mahmic (26) scores his side's third goal during the World Cup Group B soccer match between Bosnia and Qatar in Seattle Wednesday, June 24, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Trump’s closed-door meeting with Republican senators turns into shouting match ]]></title><link>https://www.local10.com/news/local/2026/06/24/trumps-closed-door-meeting-with-republican-senators-turns-into-loser-shouting-match/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/trumps-closed-door-meeting-with-republican-senators-turns-into-loser-shouting-match/</guid><dc:creator><![CDATA[Ross Ketschke, Andrea Torres]]></dc:creator><description><![CDATA[During a closed-door meeting on Wednesday with Republican senators, President Donald Trump got into a shouting match with Sen. Bill Cassidy.]]></description><pubDate>Wed, 24 Jun 2026 21:52:57 +0000</pubDate><content:encoded><![CDATA[<p>During a closed-door meeting on Wednesday with Republican senators, President Donald Trump got into a shouting match with Sen. Bill Cassidy.</p><p>Lawmakers who were at the meeting <a href="https://www.wsj.com/politics/policy/trump-abruptly-cancels-signing-ceremony-for-bipartisan-housing-bill-c94f5ff1?mod=hp_lead_pos1" target="_self" rel="" title="https://www.wsj.com/politics/policy/trump-abruptly-cancels-signing-ceremony-for-bipartisan-housing-bill-c94f5ff1?mod=hp_lead_pos1">told The Wall Street Journal </a>that Trump called the Republican from Louisiana a “Loser” and also targeted Sens. Lisa Murkowski and Rand Paul over their support of the <a href="https://democrats-foreignaffairs.house.gov/2026/6/meeks-statement-on-senate-passage-of-his-iran-war-powers-resolution" target="_self" rel="" title="https://democrats-foreignaffairs.house.gov/2026/6/meeks-statement-on-senate-passage-of-his-iran-war-powers-resolution">Iran War Powers Resolution</a>. </p><p>A lawmaker who witnessed it described the severity of the shouting match as a “7 out of 10,” and their behavior as “two boys on recess that are yelling at each other over a foul,”<a href="https://www.foxnews.com/politics/he-named-names-trumps-senate-meeting-explodes-into-shouting-match-over-iran" target="_self" rel="" title="https://www.foxnews.com/politics/he-named-names-trumps-senate-meeting-explodes-into-shouting-match-over-iran">according to Fox News</a>. Trump also described Cassidy as a “lunatic,” <a href="https://www.cnn.com/2026/06/24/politics/live-news/trump-capitol-hill-republicans?t=1782339370035" target="_self" rel="" title="https://www.cnn.com/2026/06/24/politics/live-news/trump-capitol-hill-republicans?t=1782339370035">according to CNN</a>. </p><p>Trump “was wondering why people would vote for the War Powers Act. I asked him if that would be a rhetorical question, a real question. He said, ‘Real!’ And so, as we begin to speak, the president didn’t want to hear my question, interrupted me,” <a href="https://www.local10.com/news/politics/2026/06/24/trumps-showdown-with-republican-sen-cassidy-inside-the-blow-up-on-capitol-hill/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/24/trumps-showdown-with-republican-sen-cassidy-inside-the-blow-up-on-capitol-hill/">Cassidy told reporters.</a> “I didn’t care to be interrupted. I felt like I was trying to get answers for the American people, and I’m not going to be bullied when I’m trying to get answers for the American people, and so it escalated.”</p><p>Trump reiterated threats that he was not going to sign the <a href="https://www.congress.gov/bill/119th-congress/house-bill/6644" target="_self" rel="" title="https://www.congress.gov/bill/119th-congress/house-bill/6644">21st Century ROAD to Housing Act</a>, if lawmakers didn’t pass the Safeguard American Voter Eligibility Act, or <a href="https://www.congress.gov/bill/119th-congress/house-bill/22" target="_self" rel="" title="https://www.congress.gov/bill/119th-congress/house-bill/22">SAVE America Act</a>.</p><p>“If he chooses to hold up his own agenda because he wants action on the Save Act, that’s, I guess, his call. It is not helpful to him. It’s not helpful to the country, and it’s not moving the needle. If you don’t have the votes, sir, you don’t have the votes,” Murkowski told CNN. </p><p>The bipartisan bill to make homeownership more affordable targets corporate landlords by restricting large institutional investors from buying single-family homes to rent out.</p><p>“We at times have differences of opinion,” said U.S. Senate Majority Leader John Thune about his relationship with Trump.</p><p>Sen. Jon Husted, a Republican appointed by Ohio Gov. Mike DeWine to fill JD Vance’s vacancy, doesn’t think Trump is going to veto it.</p><p>“I am confident the president is going to sign the bill,” Husted said. </p><p>Democrats say Trump doesn’t care about affordable housing. </p><p>“He just cares about his priorities, and his priority right now is to make it harder for the American people to participate in our democracy,” said Sen. Mark Kelly, D-Arizona. </p><p>The Save America Act proposes more regulations on federal elections ahead of the midterms in November, and it also includes a provision that puts limits on transgender athletes. </p><p>With Sen. Rick Scott standing by his side, Trump described the meeting as “great” and said he is “very proud of the party” and added that negotiations with Iran were going “very well.”</p><p>“I don’t like a few people, but that’s okay,” Trump said. “I think you know who they are.”</p><p><i>Torres contributed to this report from Miami. </i></p>]]></content:encoded></item><item><title><![CDATA[Mauricio Pochettino says rebuilding US team is tougher than he imagined, but he's making progress]]></title><link>https://www.local10.com/sports/2026/06/24/mauricio-pochettino-says-rebuilding-us-team-is-tougher-than-he-imagined-but-hes-making-progress/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/mauricio-pochettino-says-rebuilding-us-team-is-tougher-than-he-imagined-but-hes-making-progress/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[DANA POINT, Calif. (AP) — Mauricio Pochettino's office during the World Cup has a terracotta-tiled terrace with a spectacular view of an iconic Orange County beach and a vast stretch of the Pacific. Surfers are constantly bobbing at the popular break below the clifftop hotel in which the coach and his U.S. team have spent the past few weeks.]]></description><pubDate>Wed, 24 Jun 2026 22:42:44 +0000</pubDate><content:encoded><![CDATA[<p>DANA POINT, Calif. (AP) — Mauricio Pochettino's office during the World Cup has a terracotta-tiled terrace with a spectacular view of an iconic Orange County beach and a vast stretch of the Pacific. Surfers are constantly bobbing at the popular break below the clifftop hotel in which the coach and his U.S. team have spent the past few weeks.</p><p>“It’s a little bit boring, no?” Pochettino said with a bemused grin. "They’re waiting for the perfect wave, and it never arrives.”</p><p>Pochettino is not a man who understands why anybody would want to wait. He would rather make the wave.</p><p>His energy and hunger propelled him out of Argentina to a successful playing career in Europe, followed by a swift transition to management at top clubs in England, France and Spain. He has spent his adult life in high-stakes situations, learning to thrive in the constant urgency demanded at soccer's highest levels.</p><p>So when this lifelong high-energy striver took over the U.S. team nearly two years ago, he expected to find a roster and a country that shared his desperate hunger for success leading up to their home World Cup.</p><p>Pochettino and his coaching team were stunned to learn otherwise.</p><p>“We were so naive when we signed our contract,” Pochettino said Tuesday night during a media roundtable in his office. “I think what we find after we sign, we misjudged the situation. It was worse than we really believed.”</p><p>Pochettino had never coached a national team before he took over the U.S. While he understood the obstacles inherent in a job featuring limited contact with his players, he didn't anticipate the scope of the rebuild that would be necessary in a program that had enjoyed only erratic success on the international stage.</p><p>The Americans had recently been eliminated from the 2024 Copa America in the group stage despite playing on home turf, leading to coach Gregg Berhalter's firing. Pochettino says he inherited a program saturated by complacency that didn't match his urgency.</p><p>“When we arrived here, we received a big punch, and we were knocked out for a while," Pochettino said. "Because we were so excited about that. It’s so close, the World Cup. Everyone is going to want to be involved and want to come to the national team, and it was the opposite.”</p><p>But after Pochettino understood the full scope of the job he had taken, he went to work on creating the culture he needed to see. He identified the players who would be most important to the Americans' success, and he sold them on giving their all to the project that is finally bearing fruit at this World Cup.</p><p>Pochettino's team has opened the tournament with back-to-back victories over Paraguay and Australia by a combined 6-1 score. That's a historic achievement for the U.S., which had never started 2-0 and has won only one knockout-stage match in its entire World Cup history.</p><p>The U.S. concludes group play Thursday night against Turkey in Southern California before hosting a round of 32 match in Northern California next week. The tactical savvy they've shown under Pochettino, along with a theoretically manageable draw, clearly indicate the Americans have a golden opportunity to make their most impressive World Cup finish since reaching the semifinals at the inaugural tournament in 1930.</p><p>But it took hard work over the past 20 months to make it happen, Pochettino says. The U.S. lost twice in the CONCACAF Nations League in March 2025, but Pochettino saw progress on building the culture and style necessary for the Americans to thrive on a bigger stage.</p><p>He persevered in his plans after the U.S. didn't win the Gold Cup without Christian Pulisic in the summer of 2025, and he agrees with his players who have cited the fall of 2025 as a turning point for the American squad.</p><p>That stretch included a famously pugnacious friendly with Australia in which Pochettino challenged his players at halftime to raise their level of competitiveness. It also included a team talk last November in which he first used the phrase that has become one of the team's slogans: “Why not us?”</p><p>“And then they were ..." Pochettino says while making a shocked face. "'Why not us?' It was like a motto for us to say, ‘We can. If we believe we can, we can do. If we work hard, we can do. If we change our mindset, we can do.’”</p><p>“Why not us?” is emblazoned on the back wall of Pochettino's office, along with numerous additional quotes and sayings hand-written on the wall by the coach: “Heart turns effort into belief, and when everything hurts, heart keeps us fighting together," and “When people believe in each other, impossible dreams become possible.”</p><p>Pochettino's American chapter has changed him in small ways. He has been surprised by both ends of the American palate, from Chick-Fil-A to Whole Foods grocery stores, and he has developed an appreciation for country and soul music — everyone from Lainey Wilson and Ella Langley to Teddy Swims.</p><p>The soccer world doesn't expect Pochettino to stay with the U.S. team forever, and he has already been linked with European club jobs leading up to this tournament. Pochettino says his coaching team hasn't ruled out staying with the U.S. past the World Cup, but those discussions will wait until they see just how far this team can go.</p><p>“It’s difficult to describe or know your future,” Pochettino said. “But when you are here, I think it’s difficult now to see yourself living in another place, because for sure, we will miss it if one day we don’t stay here in this country."</p><p>___</p><p>AP World Cup: https://apnews.com/FIFA-World-Cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NUOSWEWW4PYAGOQOJ6SIFM5RKI.jpg?auth=f265b693d6497ae4728036d8a12beda2b88008d4eeb0c70f8bea0cc0df4e7ce7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino reacts after 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><media:content url="https://www.local10.com/resizer/v2/36PCCQCPXXQE7INE7KVLDK6LD4.jpg?auth=5ea6123f4d560e2ed24b2355759531a4c45fd358593b16ecfaedebfd89a068b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino smiles during a press conference ahead of his FIFA World Cup match against Paraguay at SoFi Stadium in Inglewood, Calif., Thursday, June 11, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EAIJZXWDP3S6SOZ5QN2HIUQI54.jpg?auth=7b48376f96bb8906025d2850bdf5d1270a3a4da548eda22a3962ff57c9bbdc5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino speaks to reporters after the national team's first practice at its World Cup soccer tournament training base in Irvine, Calif., Monday, June 8, 2026. (AP Photo/Greg Beacham)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Beacham</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KG2SMOZZZVB2ZQFL3ZO5VSPOOE.jpg?auth=5d2630898ee46b07c130b27d9a0e484bc241521758491f0044c4501cc4280fc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States's head coach Mauricio Pochettino reacts during the World Cup Group D soccer match against Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Dos fuertes terremotos en Venezuela causan derrumbe de edificios en Caracas; no se reportan víctimas]]></title><link>https://www.local10.com/espanol/2026/06/24/dos-fuertes-terremotos-en-venezuela-causan-derrumbe-de-edificios-en-caracas-no-se-reportan-victimas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/dos-fuertes-terremotos-en-venezuela-causan-derrumbe-de-edificios-en-caracas-no-se-reportan-victimas/</guid><dc:creator><![CDATA[Por REGINA GARCIA CANO y JUAN PABLO ARRAEZ, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Dos fuertes terremotos consecutivos sacudieron Venezuela el miércoles, causando daños generalizados, el derrumbe de edificios y provocando el pánico entre la población, sin que se hayan reportado por el momento víctimas. Los temblores se sintieron en países vecinos como Brasil y Colombia.]]></description><pubDate>Thu, 25 Jun 2026 02:44:46 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Dos fuertes terremotos consecutivos sacudieron Venezuela el miércoles, causando daños generalizados, el derrumbe de edificios y provocando el pánico entre la población, sin que se hayan reportado por el momento víctimas. Los temblores se sintieron en países vecinos como Brasil y Colombia.</p><p>El Servicio Geológico de Estados Unidos (USGS, por sus siglas en inglés) indicó que los terremotos que se produjeron durante la tarde tuvieron una magnitud de 7,1 —luego actualizada en 7,2— y una magnitud de 7,5 y que se sucedieron con un minuto de diferencia.</p><p>En un breve discurso a la nación el miércoles por la noche, la presidenta interina Delcy Rodríguez informó que los sismos causaron daños en varios estados, pero no proporcionó cifras sobre viviendas y edificios dañados, heridos o fallecidos.</p><p>Los terremotos dañaron gravemente el principal aeropuerto del país, el Aeropuerto Internacional Simón Bolívar, lo que obligó a su cierre, añadió, y anunció la suspensión de clases durante varios días.</p><p>“Instamos a nuestra población a mantener la calma”, dijo Rodríguez. “Instamos a la unidad”.</p><p>Rodríguez también solicitó a todos los profesionales de la salud del país que se presentaran en los hospitales para atender a los heridos.</p><p>En el estado Falcón, el gobernador Víctor Clark informó que 32 personas habían sido hospitalizadas y 15 permanecían atrapadas cuatro horas después de que los sismos sacudieran el país.</p><p>El USGS indicó que el epicentro del primer sismo se situó al oeste de la localidad de Morón, situada en la costa caribeña del país, a unos 168 kilómetros al oeste de Caracas. El terremoto tuvo una profundidad de 13 kilómetros. Un poco más tarde, informó de un terremoto aún más fuerte que tuvo una profundidad de 10 kilómetros y su epicentro se situó a 16 kilómetros al suroeste de Morón.</p><p>Vecinos aterrados</p><p>Los residentes de la capital venezolana salieron de los edificios que se zarandeaban y permanecieron en el exterior, muchos visiblemente conmocionados al ver muros enteros derrumbados que dejaron muebles a la vista desde la calle. También se observaron columnas de polvo en dos barrios normalmente concurridos de la capital.</p><p>"Esto fue aterrador, nunca habíamos vivido un temblor tan fuerte; por suerte nuestro edificio resistió. Espero que no repita no sé si resista otro tan potente”, dijo Jaime García, oficinista de 37 años que acababa de regresar junto a su esposa y dos hijos de un balneario cercano a la capital venezolana, donde acudieron para aprovechar el día festivo.</p><p>Fallas en Internet, cortes eléctricos y ruptura de tuberías de agua se registraron en varios sectores de Caracas.</p><p>El ministro del Interior, Diosdado Cabello, informó que el sismo se sintió en varios estados y agregó que en el barrio capitalino de Altamira se registraron situaciones “alarmantes” con viviendas y edificios derrumbados. Instó a la población a permanecer al aire libre.</p><p>La gente permaneció en las calles durante horas, incluso después de la puesta de sol. Algunos se sentaron en el suelo abrazando a sus mascotas mientras el polvo se acumulaba a su alrededor.</p><p>Héctor Ricci, residente en Caracas, dijo que el primer temblor “empezó de forma discreta” y luego “fue creciendo” hasta que al final la gente tuvo que salir de sus casas y reunirse en la calle.</p><p>Primeras reacciones</p><p>La líder opositora venezolana María Corina Machado, ganadora del Premio Nobel de la Paz 2025, expresó en X sus condolencias. “Mi corazón, mi abrazo infinito y mis oraciones están con cada hogar venezolano en estas horas de angustia”.</p><p>Edmundo González, el candidato de la oposición en las elecciones presidenciales de Venezuela de 2024, afirmó en la misma red social que muchos venezolanos seguían sin poder ponerse en contacto con sus familiares ni evaluar la magnitud de los daños tras los terremotos. "La incertidumbre se convierte en otra capa de angustia, y no es la caída de una red: es el bloqueo sistemático y prolongado de información que viven los venezolanos".</p><p>Estos terremotos se encuentran entre los más fuertes que han sacudido Venezuela en más de un siglo. El temblor de San Narciso de 1900 tuvo una magnitud de 7,6 y el terremoto de Sucre de 2018 una magnitud de 7,3.</p><p>Los temblores se sintieron en la vecina Colombia, especialmente en la región Caribe y en el nororiente del país, sin que se hayan reportado daños ni víctimas. La Dirección General Marítima colombiana aclaró en un comunicado que no hay alerta de tsunami para la costa Caribe de Colombia.</p><p>En Brasil fueron evacuados edificios en Manaos, Belém y Macapá, todas ellas ciudades de la Amazonía.</p><p>El Centro de Alerta de Tsunamis del Pacífico de Estados Unidos emitió una alerta de tsunami para las Islas Vírgenes. Las autoridades de la República Dominicana también lo hicieron para la isla.</p><p>Aunque Venezuela se encuentra cerca de múltiples fallas, su ubicación a caballo entre las placas sudamericana y caribeña hace que los terremotos sean mucho menos frecuentes que en otras partes de América Latina.</p><p>Ofrecimiento de ayuda</p><p>El presidente de El Salvador, Nayib Bukele, indicó en X que su gobierno había ofrecido asistencia a Venezuela a través de su Ministerio de Relaciones Exteriores. Añadió que 300 rescatistas y paramédicos, junto con 50 toneladas de equipos, medicamentos y suministros de emergencia, estaban listos para viajar a Caracas.</p><p>El gobierno de Chile expresó su solidaridad con el gobierno y el pueblo venezolano tras el terremoto, y afirmó estar dispuesto a brindar asistencia humanitaria y de búsqueda y rescate si se le solicitara.</p><p>—————</p><p>García Cano informó desde Bogotá, Colombia. Anna-Catherine Brigada colaboró desde Ciudad de México, Clara Preve desde Buenos Aires y Jorge Rueda desde Caracas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UFG2SD4JKLZ5CXH5WAW54T6DLY.jpg?auth=f38407d04bf9f30fc490de8a49b1fd2f0b1617671342e541226fc10e2315e147&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas permanecen fuera de sus casas tras un terremoto en Caracas, Venezuela, el miércoles 24 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/BAHHGG4RRBKGP34AJVDQWFI6AI.jpg?auth=6262f8a81c14423209916029f527eaa393787de35f431886fce2a169aa81107b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas caminan entre los escombros tras un terremoto en Caracas, Venezuela, el miércoles 24 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/BMXGVHK7XFSIZUGI3K7LQ2326M.jpg?auth=449d0d53c5ffabf7b3981c87d035c6b5eabffef6854fbbf8f62a445d6a9600ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Equipos de rescate buscan sobrevivientes entre los escombros de un edificio derrumbado tras un terremoto en Caracas, Venezuela, el miércoles 24 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/6K2XEIXTM4WBLRTTON5V6X27RY.jpg?auth=40d76b55f2ed35753cdb228096185df462cbf4b739cb438816ce05cbc6b74ebd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre permanece de pie junto a un edificio derrumbado tras un terremoto en Caracas, Venezuela, el miércoles 24 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/D33WYXVWFY4BGVT3OXQ3OKDDXI.jpg?auth=d8ba2518c521d19b1ee384a0e592a072f0b794bd398f6f548e7d1e00be3395aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas se abrazan tras un terremoto en Caracas, Venezuela, el miércoles 24 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/5GPZ2R3KMKJY5BBLTLMFWRSFXI.jpg?auth=fef74c3a1e0d60272c906b32e993239c240f5e6547f671728f7295cd978468fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personal de rescate traslada a un hombre herido tras un terremoto en Caracas, Venezuela, el miércoles 24 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/DLFZKFSDMHF227G3XJWNWJFKJI.jpg?auth=b8c1b5f17159661a9cae4ffee93ee58040ad0a3a3321d99375fdc32da2bfb1e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Equipos de rescate inspeccionan un edificio dañado tras un terremoto en Caracas, Venezuela, el miércoles 24 de junio de 2026. (Foto AP/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[June 24: Hot, hazy, humid]]></title><link>https://www.local10.com/weather/2026/06/24/june-24-hot-hazy-humid/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/24/june-24-hot-hazy-humid/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Lingering showers and storms over parts of South Florida will fade as Wednesday evening unfolds.]]></description><pubDate>Wed, 24 Jun 2026 22:39:03 +0000</pubDate><content:encoded><![CDATA[<p>Lingering showers and storms over parts of South Florida will fade as Wednesday evening unfolds. Miami-Dade and Broward counties can expect partly cloudy skies and haze through the overnight with temperatures forecast to drop to near 80°F.</p><p>Thursday will feature a sun/cloud mix, plus haze as a hint of Saharan dust hangs in the air. There could be a few showers along the east coast during the morning. Afternoon storms that develop will tend to favor inland areas of South Florida. Indeed, it will be another hot, humid day. Temperatures will make a run for the low 90s-- factor in the humidity and it will feel like the triple digits.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Back-to-back powerful earthquakes hit Venezuela, causing widespread damage]]></title><link>https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/back-to-back-powerful-earthquakes-hit-venezuela-causing-widespread-damage/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO and JUAN PABLO ARRAEZ, Associated Press]]></dc:creator><description><![CDATA[CARACAS, Venezuela (AP) — Powerful back-to-back earthquakes struck Venezuela on Wednesday evening, causing widespread damage, collapsing buildings and sending panicked residents into the streets.]]></description><pubDate>Thu, 25 Jun 2026 03:32:04 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS, Venezuela (AP) — Powerful back-to-back earthquakes struck Venezuela on Wednesday evening, causing widespread damage, collapsing buildings and sending panicked residents into the streets.</p><p>The 7.2 and 7.5 magnitude earthquakes roiled the region, with buildings evacuated in cities as far away as Brazil’s Amazon, about 1,700 kilometers (1,050 miles) from Caracas.</p><p>In a brief address to the nation late Wednesday, acting President Delcy Rodríguez said the earthquakes caused damages in several states, but she did not give any figures on the number of homes and buildings affected, or on injuries or fatalities.</p><p>The earthquakes damaged the country’s main airport, Simón Bolívar International Airport, severely enough to lead to its closure, she said, adding that classes were being canceled for several days.</p><p>“We urge our population to remain calm,” Rodríguez said. “We urge unity.”</p><p>Rodríguez also asked all health care professionals in the country to report to hospitals to assist anyone who was injured. The Ministry of Education late Wednesday said some schools would be used as shelters and donation centers.</p><p>In the coastal state of Falcon, Gov. Víctor Clark said 32 people had been hospitalized and more than four hours after the earthquake there were still 15 people trapped.</p><p>The U.S. Geological Survey initially said the first earthquake had a magnitude of 7.1, later revising that to 7.2. Its epicenter was west of the community of Morón, located along the country’s Caribbean coast, about 168 kilometers (104 miles) west of Caracas. The quake had a depth of 22 kilometers (13.6 miles).</p><p>The USGS reported an even larger 7.5-magnitude earthquake just a minute later. The second quake had a depth of 10 kilometers (6.2 miles) and its epicenter was 16 kilometers (10 miles) southwest of Morón.</p><p>The quakes, among the strongest to strike Venezuela in more than a century, struck shortly after 6 p.m. People evacuated swaying buildings in the capital Caracas, many visibly shocked as they saw entire walls that had collapsed, making furniture visible from the street. Dust columns could also be seen in two neighborhoods of the capital, where restaurants and other businesses are typically busy.</p><p>‘We all had to leave our houses'</p><p>People remained on the streets for hours, even after sunset. Some sat on the ground hugging their pets as dust gathered around them. Collapsed buildings, toppled electric poles and debris blocked streets. Parts of the capital lost power and cellphone signal.</p><p>“It started off gently and then gradually grew, and in the end, we all had to leave our houses, go outside and gather together,” Caracas resident Hector Ricci said.</p><p>Rodríguez, who declared a state of emergency, said subway and natural gas services in Caracas were canceled. She also urged Venezuelans to report any damages through a government app.</p><p>The lack of cellphone signal in parts of Venezuela deepened the distress of many families, particularly those among the more than 7.7 million people who have left the country during its protracted crisis.</p><p>Venezuela opposition leader María Corina Machado, in exile after leaving Venezuela in December, took to X to send prayers and wish strength to Venezuelans.</p><p>“May strength, serenity, and solidarity prevail among us in the face of this difficult time,” she said on X.</p><p>Impact felt throughout Venezuela</p><p>Interior Minister Diosdado Cabello said the quake could be felt in several states. The Altamira neighborhood in Caracas had “alarming situations” with collapsed homes and buildings, he said, suggesting people were injured in the earthquake and asking motorists to give way to ambulances and other emergency vehicles.</p><p>“We understand that some people may be desperate, but we are acting according to protocols to activate aid and rescue efforts to help those who need it most,” Cabello said on state television. “Be very careful with children and the elderly; call each other and check that no one has been harmed.”</p><p>He also urged people to remain outside as aftershocks could further damage some structures.</p><p>“The building really shook from side to side. Unreal. The force was incredibly strong,” Caracas resident Roberto Gamas said. “We were walking and it was tossing us around. Everything in the apartment fell. Well, thank God we were able to get out.”</p><p>Expressions of support posted on social media</p><p>Reaction poured in swiftly on social media, with offers of help from various governments including the United States, Chile and El Salvador.</p><p>“The US stands with the Venezuelan people in the aftermath of this evening's devastating earthquakes,” U.S. Deputy Secretary of State Christopher Landau said on X. “We're in touch with the authorities and mobilizing assistance.”</p><p>El Salvador President Nayib Bukele, once diametrically opposed to Venezuela’s government, said he had offered aid Wednesday night on a post on X.</p><p>“We send you all our solidarity and our prayers. Stay strong, Venezuela,” Bukele wrote.</p><p>Ecuadorian President Daniel Noboa expressed solidarity with the Venezuelan people and said he had ordered the immediate delivery of humanitarian aid to help respond to the emergency.</p><p>“Ecuador will respond with the speed and commitment this moment demands because, despite our enormous differences, humanity must always guide the actions of a leader,” Noboa wrote.</p><p>Earthquake impacts the region</p><p>Buildings in Manaus, Belem and Macapá in Brazil's Amazon were evacuated, according to reports on TV Globo.</p><p>The quakes also were felt in Colombia’s Caribbean and northeast regions, but there were no reports of damages or injuries.</p><p>The U.S. Pacific Tsunami Warning Center issued several tsumani alerts in the wake of the earthquakes that were quickly lifted.</p><p>Strong earthquakes are unusual in Venezuela.</p><p>While Venezuela sits near multiple fault lines, its position straddling the South American and Caribbean plates make earthquakes much less common than in other parts of Latin America.</p><p>Along the Pacific coast — in Mexico and Chile, for example — earthquakes are frequent. Those two countries sit along the seismically active tectonic belt known as the Ring of Fire, which is responsible for 90% of earthquakes, according to the USGS.</p><p>___</p><p>Garcia Cano reported from Bogota, Colombia. Associated Press writers Clara Preve in Buenos Aires, Astrid Suarez in Bogota, Colombia, Mauricio Savarese in Sao Paulo and Anna-Catherine Brigida and Megan Janetsky in Mexico City contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UVBXYFDW2BTEJIZ3FQK2AUVEZQ.jpg?auth=4595f54024e0c0171624063ebe45b845a9cd268a153ef22f72f80a0f622a4c45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man jumps on a collapsed building after an earthquake in Caracas, Venezuela, Wednesday, June 24, 2026. (AP Photo/Adrian Naranjo)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Naranjo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WPTWQRVPNXPQ2R7JV2KMYBXHYE.jpg?auth=fe9e87089838937a7f715962f0c69c90d845359475899c288397cdd8b22e9ac1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search for survivors at a collapsed building after an earthquake in Caracas, Venezuela, Wednesday, June 24, 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/L3EW3ADIUY3HEU2OLWHJAGG46U.jpg?auth=289c8635ff3616899e081562392bd300b0874ba6e2b4d4c8f63e4627fc82c98e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue worker carry an injured man after an earthquake in Caracas, Venezuela, Wednesday, June 24, 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/IIJQFQXTAIECLZGHRFPZGEE25U.jpg?auth=5be64addcb6b53be2da811fff6b2bb246cbe1406190ae2ba2915e9aa8dace78a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy comforts his mother after an earthquake in Caracas, Venezuela, Wednesday, June 24, 2026. (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/W4TV3MKRF2OJ74WFI5LOHZXT7M.jpg?auth=d905eb1c50989b27e95c58c7524c5a80e300e1da6e55551a6d6dba4e0f958b16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A collapsed building after an earthquake in Caracas, Venezuela, Wednesday, June 24, 2026. (AP Photo/Adrian Naranjo)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Naranjo</media:credit></media:content></item><item><title><![CDATA[Boy on scooter collides with school bus in northwest Miami-Dade, deputies say]]></title><link>https://www.local10.com/news/local/2026/06/24/child-on-scooter-hit-by-bus-in-northwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/child-on-scooter-hit-by-bus-in-northwest-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor, Jackie Pascale, Roy Ramos]]></dc:creator><description><![CDATA[A boy who was riding a scooter collided with a school bus Wednesday morning in northwest Miami-Dade, first responders confirmed to Local 10 News.]]></description><pubDate>Wed, 24 Jun 2026 13:11:24 +0000</pubDate><content:encoded><![CDATA[<p>A boy who was riding a scooter collided with a school bus Wednesday morning in northwest Miami-Dade, first responders confirmed to Local 10 News.</p><p><a href="https://www.local10.com/news/local/2026/06/24/nino-en-scooter-choca-contra-autobus-escolar-en-el-noroeste-de-miami-dade-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/nino-en-scooter-choca-contra-autobus-escolar-en-el-noroeste-de-miami-dade-dicen-agentes/">Leer en español</a></p><p>The crash was reported just before 7:30 a.m. in the area of Northwest 122<sup>nd</sup> Street and 27<sup>th</sup> Avenue, near a school bus transportation center.</p><p>Surveillance video obtained by Local 10 News shows the bus driver preparing to turn onto 27th Avenue.</p><p>The scooter rider and bus driver both stop. But just as the child on the scooter kicked off, the bus rolled forward, colliding with the scooter. </p><p>Detective Samantha Choon, with the Miami-Dade Sheriff’s Office, said the scooter struck the side of the school bus.</p><p>The boy was seen limping off the roadway as good Samaritan Nelson Ortiz exited the bus to check on him. </p><p>“I went across the street, and I see the scooter and the kid lying down by the tree,” Ortiz told Local 10’s Roy Ramos. “I went over there and I asked the kid if he was alright, and he said, ‘Yeah, you need to call somebody.’”</p><p>Miami-Dade Fire Rescue officials told Local 10 that they transported the child to a trauma center after the crash. </p><p>“He had a little bruises and rub marks on his face and stuff like that, but I heard that the truck ran over his foot,” said Ortiz. </p><p>As the child continues to recover from those injuries, investigators are working to determine who had the right of way at the time of Wednesday’s collision.</p><p>According to Miami-Dade County Public Schools, no students were onboard the bus at the time. </p><p>A nearby business owner told Local 10 that this isn’t the first time an accident has occurred in front of the transportation center, as a scooter was struck by a bus just a couple months ago. </p><p><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[Trump's showdown with Republican Sen. Cassidy: Inside the blow-up on Capitol Hill]]></title><link>https://www.local10.com/news/politics/2026/06/24/trumps-showdown-with-republican-sen-cassidy-inside-the-blow-up-on-capitol-hill/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/trumps-showdown-with-republican-sen-cassidy-inside-the-blow-up-on-capitol-hill/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — “Would you really like to know?” Sen. Bill Cassidy asked President Donald Trump.]]></description><pubDate>Thu, 25 Jun 2026 03:35:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — “Would you really like to know?” Sen. Bill Cassidy asked President Donald Trump.</p><p>Just hours after refusing to sign a bipartisan housing bill that Republicans hoped would boost their election-year prospects, the president was attending a private lunch Wednesday with the Senate GOP. Trump wondered aloud how anyone could have voted for a war powers resolution a day earlier that seeks to block further U.S. military action against Iran.</p><p>Cassidy, one of the four Republicans who backed the measure, was ready with an answer.</p><p>“I stood and said, ‘You have not told the American people what's going on,'” Cassidy, a Louisiana Republican, recounted to reporters afterward. “This is supposed to last four weeks. It's lasted four months. Our original objectives have not been achieved.”</p><p>Things deteriorated from there.</p><p>When Cassidy told Trump he would continue voting for war powers resolutions until there's a congressional briefing on developments in Iran, the senator recalled that Trump “did not particularly care for my comments” and “raised his voice.”</p><p>Trump repeatedly told Cassidy to sit down, according to a person familiar with the situation who spoke on condition of anonymity to describe a private meeting. At one point, the president called the senator a “lunatic," the person said.</p><p>Cassidy acknowledged losing his temper, which he said was “not appropriate.”</p><p>“But I again matched his tone and volume," Cassidy said, before recalling that he eventually sat down. “And so I sat down and tried to de-escalate. I guess my point is, though, that the American people need to know more than we're being told.”</p><p>Within hours, Cassidy was invited to the White House to receive the briefing he had requested with Vice President JD Vance and Trump envoy Steve Witkoff. Cassidy then stood down, returning to the Capitol and casting a late-night vote against a similar war powers resolution. This time, Republicans blocked the measure.</p><p>“I want to thank Vice President Vance and Special Envoy Witkoff for the thorough briefing this afternoon on Iran,” Cassidy posted on X. “I appreciate the quick invitation to the White House to address many of my concerns.”</p><p>A remarkable exchange between a GOP senator and Trump</p><p>Still, the back-and-forth was a remarkable exchange between a two-term Republican senator and a president from his own party. It's a departure from the posture many congressional Republicans have adopted during Trump's second term as they mostly avoid criticizing him in public while expressing frustration in private.</p><p>And the comments reflected the growing unease among congressional Republicans about the durability of their thin majorities on Capitol Hill in this year's elections, particularly in the turmoil of the Iran war. And it reflected the long-festering enmity between Trump and Cassidy that came to a head this year.</p><p>Trump effectively ended Cassidy's political career by backing a Republican rival in Louisiana's Republican primary. Cassidy last month became the first incumbent senator in 14 years to lose a primary, driven largely by his vote to convict Trump in the impeachment trial for his role in the Jan. 6, 2021, attack on the U.S. Capitol.</p><p>Cassidy said Trump brought up his election defeat as they argued. He described the president's comments as part of “whatever comes to mind as to demean another person.”</p><p>Before his losing the primary, Cassidy spent much of his time trying to make amends, largely supporting the president's policies and nominees. He has taken a tougher stance since losing his primary, freed from having to face Republican voters who remain loyal to Trump.</p><p>“It does not appear, although I don’t know for sure, that the course of (the Iran war) is going the way that we were told,” Cassidy said. “And so I make no apologies for standing up to the president, if you will, trying to demand that more information be shared with the Senate, and more information be shared with the American people.”</p><p>Republicans try to play down the episode</p><p>Cassidy's colleagues didn't offer robust support, with Trump in the room, though Cassidy said they didn't have much of a chance.</p><p>“The president just kind of talked and talked and talked and talked and talked,” Cassidy said.</p><p>The White House didn’t respond to a request for comment on Cassidy’s characterization of the meeting and some Republicans tried to play down the clash.</p><p>“Y'all act like no one ever yelled at each other,” Sen. Roger Marshall, R-Kansas, told reporters.</p><p>Sen. Tommy Tuberville, an Alabama Republican and former college football coach, described the encounter as “halftime talk” in the aftermath of the senator's defeat.</p><p>“Probably needed to be said, end of the day,” he said. “I think they got a lot of — both of them — got a lot off their chests.”</p><p>Others noted dryly that the meeting had been advertised as a chance for Trump and the Republicans to get on the same page.</p><p>“That was quite a unity message,” said Sen. John Cornyn, the Texas Republican who lost his primary to a Trump-backed challenger just weeks after Cassidy.</p><p>Asked if he was being sarcastic, Cornyn stepped into an elevator and let the doors close.</p><p>___</p><p>Associated Press writer Lisa Mascaro in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KMCAJWXU5UTAA2N3QRPZL3FAGQ.jpg?auth=4c47ef642f277e461178495216288fd0e8c79c0704bd54ed351b232261901054&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Bill Cassidy, R-La., leaves a closed-door meeting with President Donald Trump and Republican senators at the Capitol in Washington, Wednesday, June 24, 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/QHWDCALKGPN3AACSVVW54QTSBI.jpg?auth=089313dc6a6f982e903986f22e21e08278b4447f88128591c706a21ac7c69b25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks with Senate Majority Leader John Thune, R-S.D., left, before a Senate Republican lunch at the U.S. Capitol, in Washington, Wednesday, June 24, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content></item><item><title><![CDATA[Lawmakers demand answers as turmoil over Reflecting Pool repair continues]]></title><link>https://www.local10.com/news/politics/2026/06/24/lawmakers-demand-answers-as-turmoil-over-reflecting-pool-repair-continues/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/lawmakers-demand-answers-as-turmoil-over-reflecting-pool-repair-continues/</guid><dc:creator><![CDATA[By MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Congressional Democrats called for investigations Wednesday into renovations at the Lincoln Memorial Reflecting Pool, as the ongoing drama over the president’s problem-plagued, $16 million rehabilitation project continued to roil the capital.]]></description><pubDate>Thu, 25 Jun 2026 00:55:03 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Congressional Democrats called for investigations Wednesday into renovations at the Lincoln Memorial Reflecting Pool, as the ongoing drama over the president’s problem-plagued, $16 million rehabilitation project continued to roil the capital.</p><p>Lawmakers in the House and Senate demanded answers about the saga that's been highlighted in the news cycle for weeks, even as the White House has repeatedly blamed — without evidence — unidentified vandals for peeling paint and other problems. Six people have been arrested, President Donald Trump said, without providing details, and a local wildlife nonprofit conducted necropsies on dead ducks found near the Reflecting Pool. The president has said the pool may need to be drained once again for additional repairs.</p><p>Connecticut Sen. Richard Blumenthal, the top Democrat on the Senate Permanent Subcommittee on Investigations, challenged the Trump administration over no-bid contracts for work on the Reflecting Pool, saying they were awarded to vendors with previous relationships to Trump.</p><p>National Park Service projects undertaken at Trump’s behest in the Washington area “have been marked by blatant corruption, a shocking lack of transparency, disregard for legal requirements and apparent incompetence,” Blumenthal wrote Wednesday in a letter to Interior Secretary Doug Burgum and Jessica Bowron, the acting Park Service director.</p><p>“Rushed no-bid contracts given to unqualified vendors with previous relationships to the president resulted in a reflecting pool more covered with algae than before, with freshly painted chunks of paint peeling from the bottom to float on the pool’s surface,” Blumenthal said.</p><p>The nation's capital “will now celebrate America's 250th birthday with an empty reflecting pool, a testament to incompetence and corruption,” he added.</p><p>Two contracts for Reflecting Pool repairs</p><p>Ohio-based Green Water Solutions was given a $1.7 million contract to install a water-purification system in the Reflecting Pool, while Virginia-based Atlantic Industrial Coatings was awarded $14.7 million to repaint and waterproof the pool’s concrete floor.</p><p>Both contractors have ties to Trump entities, said California Rep. Robert Garcia, the top Democrat on the Committee on Oversight and Government Reform.</p><p>“Donald Trump’s disastrous renovation of our national reflecting pool is his latest failed vanity project,” Garcia said, calling the projects a waste of taxpayer money.</p><p>Trump pledged to beautify the century-old Reflecting Pool ahead of the nation's 250th birthday celebrations, draining its water and directing the bottom to be painted a color he dubbed “American flag blue.” But since the site was restored, its water has been plagued by an algae bloom and pieces of the new coating have appeared to be peeling off the bottom.</p><p>Without evidence, Trump has repeatedly blamed the peeling paint on vandalism, including a “350-foot gash” in the liner, as the administration faces a self-imposed deadline to complete the renovation before July 4th. Trump also has said the federal government would release images to substantiate his claim.</p><p>Trump said Wednesday that “sick people” had used razors and box cutters to slice portions of the lining. He wasn’t sure if the pool draining would come before or after the July 4 holiday, during which tens of thousands of people will be at the National Mall.</p><p>The U.S. Park Police posted surveillance footage Wednesday evening and asked for help “identifying the individual depicted here in connection with a Destruction of Government Property investigation.” The grainy, 30-second video appears to show a person kneeling down, reaching into the reflecting pool and removing something from the water. Police said it was taken Friday afternoon.</p><p>A White House spokeswoman it’s “a shame that Democrats do not think the capital of the greatest nation in the history of the world deserves to be safe and beautiful.”</p><p>Trump “generously spearheaded the restoration of the Lincoln Memorial Reflecting Pool, which has long been plagued with algae and leaked 16 million gallons of water per year. The president’s efforts to beautify our nation’s capital are supported by Americans across the country and should be praised by both Republicans and Democrats,″ spokeswoman Taylor Rogers said.</p><p>A spokeswoman for Green Water Solutions, also known as Greenwater Services, said Wednesday the company uses devices called nanobubblers to infuse ozone into the water to kill algae and bacteria. The process is “functioning perfectly” and the water looked clear and blue Wednesday, after rain muddled it Tuesday, spokeswoman Erin Kramer said.</p><p>“The water is clear. What is visible is the sediment on the pool floor, a natural part of the remediation process when the algae dies,” she said. In a lake or river, that sediment is absorbed, but in a pool it needs to be vacuumed, she said.</p><p>The company is owned by John Cafaro, a Trump donor who lives near Mar-a-Lago, the president’s private club in Florida.</p><p>Atlantic Industrial Coatings, which spread blue sealant across the pool’s concrete floor, is owned by Curtis “Eddie” Wood. The company said this week it has identified some areas in the Reflecting Pool that require repairs, adding that the work will done once the pool is drained. It was unclear when that will happen.</p><p>What's next for Reflecting Pool remains murky</p><p>Amid the calls for investigations, Democratic Sen. John Hickenlooper of Colorado called for Trump to personally reimburse American taxpayers for the pool renovations, which he called “a national embarrassment.”</p><p>Americans expect their tax dollars “to fix roads, support schools and protect our public lands,” Hickenlooper wrote in a letter to Trump. “They do not expect to bankroll failed presidential vanity projects. The bill for this fiasco should only belong to you, Mr. President.”</p><p>___</p><p>Associated Press writer Meg Kinnard contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G4BQEJI3HK2TZQUFSNHQ5AGJFI.jpg?auth=b3bf5b668aad27534525d2169a014441241b85afcd95f3ce624afb164ba5472a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Different shades of colors are seen on the bottom of the Lincoln Memorial Reflecting Pool, Wednesday, June 24, 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/EC73P5NKRD2IWHWACRTMIKTZII.jpg?auth=e2212266ff0924072ede8a81fb93172d79a19818ab52955f63a5c142a91649c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A white substance is pumped into the Lincoln Memorial Reflecting Pool, Wednesday, June 24, 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/O7VMJL2MNKMJI6PYQZPCHJQKWQ.jpg?auth=c4d066dd4a1d6e80ef976296ca10ae10560805cc39ed2dbaecc2a1cda1393402&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors take a selfie at the Lincoln Memorial Reflecting Pool, Wednesday, June 24, 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/5PFRMSTBEXF53WC52ZU5YQ6DHA.jpg?auth=762a62c1bc848d63ad43b320ad52ba64024eb94f0466cda0fdbe2f2fd3929edb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A duck and ducklings swim in the Lincoln Memorial Reflecting Pool, Wednesday, June 24, 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/HALU2RP3GUIB7ISAC7GQZPRDVU.jpg?auth=862e3f39a4426dcab600e6bf9abbf0c480e6e32751fe94dc6af573decc9f44aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A duck swims across the Lincoln Memorial Reflecting Pool, Wednesday, June 24, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[8 convicted in Texas immigration center shooting and protest are sentenced to decades in prison]]></title><link>https://www.local10.com/news/2026/06/23/8-convicted-in-texas-immigration-center-shooting-and-protest-are-sentenced-to-decades-in-prison/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/23/8-convicted-in-texas-immigration-center-shooting-and-protest-are-sentenced-to-decades-in-prison/</guid><dc:creator><![CDATA[By JAMIE STENGLE and PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[FORT WORTH, Texas (AP) — A former U.S. Marine reservist and seven others were sentenced Tuesday to decades in prison over a shooting last year that wounded a police officer during a demonstration at a Texas immigration detention center.]]></description><pubDate>Wed, 24 Jun 2026 02:25:11 +0000</pubDate><content:encoded><![CDATA[<p>FORT WORTH, Texas (AP) — A former U.S. Marine reservist and seven others were sentenced Tuesday to decades in prison over a shooting last year that wounded a police officer during a demonstration at a Texas immigration detention center.</p><p>Prosecutors called the crime an act of terrorism and said the eight were linked to the leftist militant group antifa. The defendants’ attorneys denied any antifa ties and family members expressed shock and anger over the stiff sentences.</p><p>Benjamin Song, the Marine reservist who was convicted of opening fire during the July 4 demonstration outside the Prairieland Detention Center near Dallas, was sentenced to 100 years in prison, the maximum punishment. The seven others sentenced in Fort Worth courtrooms received prison terms ranging from 30 to 70 years.</p><p>“I am livid,” said Lydia Koza, whose wife, Autumn Hill, was sentenced to 50 years in prison. “The government wants to take her entire life away because she attended a protest. Nobody died.”</p><p>U.S. District Judge Reed O’Connor, one of two judges overseeing the proceedings, said what happened wasn’t a protest but “an assault on democracy.” All but one of the eight defendants sentenced Tuesday were convicted on terrorism charges.</p><p>“The need to deter this type of conduct is high,” O’Connor said.</p><p>The case drew attention beyond Texas as critics warned it could have wide-reaching impact on protests and First Amendment free-speech rights. The Justice Department called it the first sentencing of “defendants affiliated with” antifa after President Donald Trump last fall signed an executive order designating it as a domestic terrorist organization.</p><p>Prosecutors link protesters to antifa</p><p>Trump issued the order even though there is no domestic equivalent to the State Department’s list of foreign terror organizations. Antifa is not a single organization but rather an umbrella term for far-left militant groups that confront or resist neo-Nazis and white supremacists at demonstrations.</p><p>“The sentences handed down today make clear that Antifa terrorists who attack law enforcement and federal facilities will face swift and uncompromising justice,” Acting Attorney General Todd Blanche said in a statement.</p><p>Prosecutors told jurors during the trial that the group’s actions — including bringing firearms, first aid kits and wearing body armor — were signals of nefarious intent.</p><p>Attorneys for the defendants have said there was no planned ambush and that protesters who brought firearms only did so for their own protection. They argued the gathering was planned as a late-night demonstration with fireworks to show support for immigrants being held at Prairieland before gunshots broke out.</p><p>Prosecutors have said Song had yelled, “get to the rifles” and opened fire, striking a police officer who had just pulled up to the center.</p><p>Some defendants say they weren’t part of the planning</p><p>Phillip Hayes, Song’s attorney, rejected characterizations that the protesters were extremists and said his client will appeal the 100-year sentence.</p><p>“This is a bunch of kids and young adults who really have a really big heart and really wanted their voice to be heard,” Hayes said. “It was never intended that anybody get hurt. It was never intended that any shots would be fired.”</p><p>Prosecutor Frank Gatto urged the judge to impose stiff penalties.</p><p>“People with that kind of extremist beliefs need extra time in prison,” Gatto said. “They believe violence is justified.”</p><p>Defendants and their family members pleaded for leniency.</p><p>Autumn Hill said the gathering “seemed more like a party to me than anything else” and that she and others who participated “didn’t expect or want any violence or destruction of property to occur.”</p><p>Hill’s attorney, Cody Cofer, told the judge that there was no evidence she had a gun, nor that she believed in violence to achieve change. He said that after fireworks were set off, she was so conscientious that she made sure to pick up the trash left behind before leaving.</p><p>Chris Tolbert, defendant Savanna Batten’s attorney, has said that his client didn’t bring a firearm, spray paint or fireworks to the center, nor did she participate in the planning of the demonstration.</p><p>Hill and Batten both received 50-year sentences.</p><p>Another defendant, Daniel Sanchez Estrada, was not at Prairieland the night of the shooting or involved in the planning, his attorney Christopher Weinbel said. Sanchez Estrada, who is married to another of the defendants, was convicted only on charges of concealing documents.</p><p>Weinbel said his client just moved a box of his own belongings of artwork, poetry, journals and zines after the shooting. Nothing in the box was illegal, Weinbel said.</p><p>Sanchez Estrada was sentenced to 30 years in prison.</p><p>Other defendants previously pleaded guilty to providing material support to terrorists rather than take their case to trial.</p><p>Last week, federal prosecutors charged 15 people with impeding the Trump administration’s immigration crackdown in Minnesota. They claimed the demonstrators were members of antifa who conspired against the federal government to block arrests and deportations by setting up blockades around government buildings and throwing chunks of ice at federal vehicles, among other actions.</p><p>___</p><p>Marcelo reported from New York. Associated Press journalist Kendria LaFleur contributed.</p>]]></content:encoded></item><item><title><![CDATA[Pentagon restores mandatory flu shots for all recruits as boot camp outbreak sickens nearly 300]]></title><link>https://www.local10.com/news/politics/2026/06/24/pentagon-restores-mandatory-flu-shots-for-all-recruits-as-boot-camp-outbreak-sickens-nearly-300/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/pentagon-restores-mandatory-flu-shots-for-all-recruits-as-boot-camp-outbreak-sickens-nearly-300/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN and MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Pentagon said Wednesday that boot camps for all the military services are once again requiring the flu vaccination for all recruits after Defense Secretary Pete Hegseth made the shot optional for the military at the end of April.]]></description><pubDate>Wed, 24 Jun 2026 22:04:51 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Pentagon said Wednesday that boot camps for all the military services are once again requiring the flu vaccination for all recruits after Defense Secretary Pete Hegseth made the shot optional for the military at the end of April.</p><p>The development, confirmed to The Associated Press by a Pentagon official, comes amid a growing, weekslong, flu outbreak at the U.S. Air Force's boot camp at Lackland Air Force Base that has sickened nearly 300 people. However, the official, who spoke on condition of anonymity to discuss details not cleared for public release, maintained that the permission to mandate the vaccinations was unrelated to the outbreak.</p><p>When Hegseth first announced the repeal of the flu vaccine mandate in April, citing “medical autonomy” and religious freedom, he allowed the services to ask for exceptions — or permission to keep the vaccine mandatory — within 15 days of the rollout.</p><p>The Pentagon official explained that the decision on those exceptions were being finalized earlier in June and the timing with the outbreak at Lackland was just a coincidence. Only 40% of the new trainees moving through the bootcamp at Lackland opted to receive the shot once it became optional, a source familiar with the situation told the Associated Press. The person spoke on the conditional of anonymity because the information was not cleared for public release.</p><p>The base handles roughly 700 new recruits every week, according to Air Force figures, and the close quarters environment has long been recognized as being conducive to the spread of disease.</p><p>Recruits are exposed to high stress, low sleep, and close contact conditions for weeks. They typically sleep together in large, open rooms, shower communally, and conduct much of their instruction and inspections in close contact.</p><p>The Lackland outbreak, which is now roughly three weeks long, has produced 275 confirmed cases of the flu, Democratic Rep. Joaquin Castro said in a social media post. Castro's district includes part of the base on which the Air Force boot camp resides.</p><p>The new outbreak is “not unusually concerning,” said Dr. Arnold Monto, a flu expert and emeritus professor at the University of Michigan.</p><p>Flu is mainly a problem in the late fall and winter – “flu season,” as it is known. But flu viruses routinely circulate at lower levels in warmer months, too.</p><p>Concentrated flu outbreaks can occur in the spring and summer, but tend to be seen mainly on military bases, cruise ships and other settings where a lot of people are gathered together indoors, Monto said.</p><p>If you want to prevent flu outbreaks, “it is especially necessary to vaccinate when there are group settings,” Monto said.</p><p>In a statement to the media, Sean Parnell, the Pentagon’s top spokesman, confirmed that exceptions were granted to the Army, Navy, and Air Force as well as the National Security Agency and the Defense Health Agency but wouldn’t offer further details.</p><p>However, both Army and Navy officials have said that they have also asked for permission to make the shot mandatory for certain broad groups that include troops deploying overseas, healthcare workers, and child care workers.</p><p>Families Fighting Flu, an advocacy organization, cheered any change to increase vaccinations.</p><p>“For decades, the military prioritized the health and safety of troops and the public by requiring flu vaccine for recruits. It’s unfortunate that more than 200 individuals at Lackland Air Force Base in Texas became ill when that requirement was rescinded.” said Michele Slafkosky, the organization’s executive director, in a statement.</p><p>“This updated guidance from the military will save lives,” he added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PSTWUGCJY5EBUJTIHKJLP5MJ4Y.jpg?auth=72c0a75d2e94510fa9967864bd1acdc3ba21de3f8bdf7f85dc88cd289fd14151&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Pentagon is viewed from the window of an airplane Aug. 27, 2023, in Washington. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Acusan a sargento de la Policía de Miramar de golpear a su novia en la boca tras preguntarle sobre el estado de su relación ]]></title><link>https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/</guid><dc:creator><![CDATA[Amanda Batchelor, Roy Ramos]]></dc:creator><description><![CDATA[Un sargento de la Policía de Miramar se entregó a las autoridades el lunes tras un incidente de violencia doméstica en el condado Miami-Dade, informaron las autoridades.]]></description><pubDate>Tue, 23 Jun 2026 14:01:03 +0000</pubDate><content:encoded><![CDATA[<p>Liberan a sargento de la policía de Miramar acusado de agredir a su novia en su vivienda del condado Miami-Dade tras pagar fianza el martes</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade (MDSO), la novia de Devarious Holloway acudió a una estación de la MDSO el sábado para denunciar un incidente ocurrido el día anterior entre ella y su novio.</p><p>Los agentes indicaron que la víctima afirmó que Holloway le envió un mensaje de texto alrededor de las 7 p.m. del viernes diciendo: “Sal afuera. Mi mamá quiere hablar contigo”.</p><p>La víctima dijo que se sintió confundida porque sabía que la madre de Holloway había fallecido en 2017, según el informe.</p><p>De acuerdo con el informe, la mujer caminó hacia un vehículo estacionado frente a su casa y vio a Holloway de pie junto al automóvil.</p><p>Los agentes indicaron que Holloway se acercó a la víctima y le preguntó: “¿Entonces ya terminamos?”.</p><p>Según el informe, la víctima caminó hacia la casa de su hermana, ubicada en la misma propiedad, creyendo que Holloway la seguiría, pero dijo que rápidamente se dio cuenta de que él había entrado a su propia vivienda.</p><p>El informe señala que la víctima entró a su casa y Holloway le lanzó el teléfono celular, “sin golpearla, pero impactando la puerta”.</p><p>Luego la sujetó por los hombros, la empujó sobre un sofá y le dio un puñetazo en el labio inferior cuando ella intentó levantarse, informaron las autoridades.</p><p>Los agentes dijeron que Holloway después pateó a la víctima en la pierna derecha antes de que ella corriera a su habitación y cerrara la puerta con llave.</p><p>Según el informe, Holloway comenzó a patear la puerta del dormitorio, lo que provocó que el marco se rompiera.</p><p>Después continuó preguntándole a la víctima sobre el estado de su relación mientras ella le pedía repetidamente que le devolviera su teléfono, informaron las autoridades.</p><p>De acuerdo con el informe, Holloway salió de la vivienda, pero regresó poco después y continuó discutiendo con la víctima antes de golpearla en el pecho, provocándole enrojecimiento y rompiendo la cadena que llevaba puesta.</p><p>Holloway enfrenta cargos de agresión y daños a la propiedad.</p><p>Un equipo de Local 10 News estaba en la escena cuando Holloway fue liberado del Turner Guilford Knight Correctional Center tras pagar una fianza de $1,150 USD.</p><p>Fue visto saliendo de la cárcel con una sudadera con capucha gris, una mascarilla y gafas.</p><p>El reportero de Local 10 News Jeff Derderian le preguntó a Holloway sobre los cargos y si golpeó a la presunta víctima. Holloway no respondió a ninguna de las dos preguntas.</p><p>El Departamento de Policía de Miramar emitió un comunicado a Local 10 el martes en el que confirmó que Holloway ha sido “puesto en licencia administrativa” mientras se desarrolla una investigación interna.</p><blockquote><p>El Departamento de Policía de Miramar fue notificado por la Oficina del Sheriff de Miami-Dade de un incidente fuera de servicio que involucra al sargento Devarious Holloway.</p><p>El Departamento reconoce el asunto mencionado y ha iniciado una revisión administrativa exhaustiva de acuerdo con los procedimientos departamentales establecidos. El sargento Holloway ha sido puesto en licencia administrativa a la espera del resultado de esa revisión.</p><p>El Departamento de Policía de Miramar se mantiene firme en su compromiso con el profesionalismo, la rendición de cuentas y la conducta ética, y abordará este asunto a través de los canales correspondientes.</p><p class="citation">Departamento de Policía de Miramar</p></blockquote>]]></content:encoded></item><item><title><![CDATA[Fijan fianza para conductor ebrio que, según la policía, circulaba con las luces apagadas antes de matar a ex policía retirado en Davie]]></title><link>https://www.local10.com/news/local/2026/06/24/fijan-fianza-para-conductor-ebrio-que-segun-la-policia-circulaba-con-las-luces-apagadas-antes-de-matar-a-ex-policia-retirado-en-davie/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/fijan-fianza-para-conductor-ebrio-que-segun-la-policia-circulaba-con-las-luces-apagadas-antes-de-matar-a-ex-policia-retirado-en-davie/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 74 años acusado de conducir ebrio y provocar un accidente en el que murió un ex policía de Hollywood retirado deberá permanecer bajo estricta supervisión mientras espera el juicio.]]></description><pubDate>Wed, 24 Jun 2026 22:00:35 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 74 años acusado de <a href="https://www.local10.com/espanol/2026/06/21/conductor-ebrio-de-74-anos-mata-a-una-persona-en-choque-en-davie/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/21/conductor-ebrio-de-74-anos-mata-a-una-persona-en-choque-en-davie/">conducir ebrio y provocar un accidente en el que murió una ex policía de Hollywood retirada</a> deberá permanecer bajo estricta supervisión mientras espera el juicio.</p><p>Los registros de la cárcel muestran que Joseph Anthony Ciavarella enfrenta cargos que incluyen homicidio por DUI y homicidio vehicular en relación con el accidente ocurrido el 11 de junio cerca de Stirling Road y University Drive, en Davie.</p><p>Las autoridades informaron que la víctima, una ex policía de Hollywood retirada de 55 años, intentaba girar a la izquierda para entrar a un centro comercial cuando Ciavarella impactó su vehículo.</p><p>Los investigadores determinaron que Ciavarella estaba intoxicado y conducía sin las luces encendidas al momento del accidente.</p><p>Las agencias del orden no han identificado públicamente a la víctima porque fuentes informaron a Local 10 News que su hijo adolescente iba en el vehículo y presenció el accidente.</p><p>“Obviamente fue una pérdida trágica para todos nosotros cuando nos enteramos de lo ocurrido”, dijo Danielly De Andrade, detective del Departamento de Policía de Hollywood. “De hecho, ella fue mi primera supervisora, así que tuve la oportunidad de trabajar con ella durante un tiempo”.</p><p>De Andrade dijo que la ex oficial trabajó alrededor de 15 años en el departamento.</p><p>“Es muy duro para nosotros saber que una de los nuestros fue afectada por esto, pero lo vemos todos los días y solo le pedimos al público que no conduzca bajo los efectos del alcohol”, dijo.</p><p>El esposo de la víctima también trabaja en las fuerzas del orden, lo que aumenta el impacto que la pérdida ha tenido en la comunidad policial del sur de Florida.</p><p>“Esta es una pérdida para nuestra comunidad”, añadió De Andrade. “Esto nos toca de cerca; no es algo que uno quiera escuchar después de que alguien se retira”.</p><p>Al ser preguntada sobre qué recordará más de la víctima, De Andrade la describió como “simplemente una persona amable, muy amable, orientada a la familia y con mucha experiencia”.</p><p>La policía de Davie obtuvo una orden de arresto y detuvo a Ciavarella el viernes.</p><p>Según la Fiscalía Estatal de Broward, Ciavarella no compareció físicamente durante la audiencia judicial programada para el lunes.</p><p>Un juez del condado Broward ordenó a Ciavarella entregar su pasaporte, usar un monitor GPS, permanecer dentro del área de los tres condados, abstenerse de consumir drogas y alcohol, y someterse a pruebas aleatorias dos veces al mes.</p><p>El juez también fijó su fianza en $252,000 USD y ordenó que permanezca en un hospital de rehabilitación mientras recibe tratamiento por las lesiones que sufrió en el accidente.</p><p>El funeral de la víctima está programado para el jueves.</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[Mujer acusada de ahogar a su hija de 15 meses es declarada no culpable por motivos de salud mental]]></title><link>https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/mujer-acusada-de-ahogar-a-su-hija-de-15-meses-es-declarada-no-culpable-por-motivos-de-salud-mental/</guid><dc:creator><![CDATA[David Dwork, Bridgette Matter]]></dc:creator><description><![CDATA[Las autoridades informaron que Precious Bland, de 38 años, ahogó a la menor en 2021, al asegurar que intentaba bautizar a todas las personas que se encontraban en la vivienda.]]></description><pubDate>Wed, 24 Jun 2026 14:13:08 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer que <a href="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/">enfrentaba un juicio por la muerte violenta de su hija de 15 meses</a> fue declarada no culpable por un trastorno mental.</p><p>Las autoridades informaron que Precious Bland, de 38 años, ahogó a la menor el 23 de agosto de 2021, al asegurar que intentaba bautizar a todas las personas que se encontraban en la vivienda.</p><p>Durante el incidente, el esposo de Bland, también de 38 años, y su hija de 16 años fueron apuñalados, pero sobrevivieron.</p><p>Las autoridades encontraron a las víctimas en una vivienda ubicada en Northwest 99th Street, cerca de la 30th Avenue, donde también hallaron a Bland con heridas de arma blanca que, según la investigación, ella misma se había provocado.</p><p>En la casa también se encontraban otros cuatro menores de 11 años o menos, quienes resultaron ilesos.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Surfside conmemora cinco años desde el colapso de Champlain Towers South]]></title><link>https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[familiares, sobrevivientes, socorristas y miembros de la comunidad se reunieron en Surfside para rendir homenaje a quienes perdieron la vida en el colapso del edificio Champlain Towers South, uno de los derrumbes de edificios más mortales en la historia de Estados Unidos.]]></description><pubDate>Wed, 24 Jun 2026 13:44:25 +0000</pubDate><content:encoded><![CDATA[<p>Uno a uno, los nombres de las 98 víctimas fueron leídos en voz alta la madrugada de este miércoles, mientras familiares, sobrevivientes, socorristas y miembros de la comunidad se reunieron en Surfside para rendir homenaje a quienes perdieron la vida en el colapso del edificio Champlain Towers South, uno de los derrumbes de edificios más mortales en la historia de Estados Unidos.</p><p>El edificio residencial de 12 pisos se derrumbó durante la madrugada del 24 de junio de 2021, cuando muchos de sus residentes dormían. En la tragedia murieron 98 personas.</p><p>Durante la ceremonia <i>Lighting of the Torch</i> (Encendido de la Antorcha), se presentó una antorcha como símbolo de esperanza, resiliencia y memoria.</p><p>“Esta antorcha es más que una luz; es una promesa. Una promesa de que siempre recordaremos, honraremos y nunca permitiremos que estas vidas sean olvidadas”, expresó uno de los oradores.</p><p>Un bombero que participó en la ceremonia reforzó ese mensaje.</p><p>“Y que esa luz brille a través de todos nosotros”, dijo.</p><p>Solo tres personas fueron rescatadas con vida de entre los escombros tras el colapso. Entre ellas estaba Devin Gonzalez, quien tenía 16 años en ese momento. Su madre también sobrevivió.</p><p>Gonzalez perdió a su padre en la tragedia.</p><p>“El resto de mi familia... mi hermana sobrevivió porque esa noche no estaba en casa, pero mi padre fue una de las 98 personas que fallecieron. Él no logró salir”, relató.</p><p>Cinco años después, González aseguró que el dolor continúa, pero espera que las lecciones aprendidas tras el colapso ayuden a evitar que una tragedia similar vuelva a ocurrir.</p><p>“Sí, da rabia y duele, pero debemos enfocarnos en el futuro y en las cosas que podemos hacer para que algo así nunca vuelva a suceder”, afirmó.</p><p>Un especialista israelí en rescates, cuyo equipo está entrenado para localizar personas atrapadas en estructuras colapsadas, recordó que trabajaron día y noche para ayudar en todo lo posible.</p><p>“Es un honor poder ayudar. Es una mitzvá ayudar al prójimo, incluso si no lo conoces. Todos somos seres humanos y no importa dónde estemos. Estamos juntos para ayudarnos unos a otros: uno para todos y todos para uno”, señaló.</p><p>Para muchos de los socorristas que pasaron semanas buscando entre los escombros, los recuerdos siguen muy presentes.</p><p>“Cuando decimos que nunca vamos a olvidar, es porque nunca vamos a olvidar. Y quienes estuvimos aquí —los miles de socorristas y líderes comunitarios— jamás podremos olvidar”, expresó un bombero.</p><p>La ceremonia anual sirvió como homenaje a las 98 vidas perdidas y como recordatorio del profundo impacto que el colapso sigue teniendo en las familias, los sobrevivientes y la comunidad del sur de Florida.</p><p>Este aniversario ocurre después de que el <a href="https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/">Instituto Nacional de Estándares y Tecnología (NIST) </a>publicara un informe en el que concluye que el proceso que llevó al derrumbe comenzó semanas antes del colapso.</p><p>Según el informe, dos conexiones entre las columnas del estacionamiento y la plataforma de la piscina comenzaron a fallar a principios de junio de 2021. La combinación de un diseño estructural que no cumplía con los códigos de construcción y las modificaciones realizadas al edificio durante sus 40 años de existencia provocó que otras partes de la plataforma de la piscina no pudieran soportar la carga adicional, lo que derivó en un colapso progresivo.</p><p>Otra ceremonia conmemorativa se llevará a cabo este miércoles a las 10:00 a.m. en la intersección de 88th Street y Collins Avenue, en Surfside, y será transmitida en vivo.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Aficionados de Brasil y Escocia celebran juntos en la zona para aficionados del Miami Stadium durante la Copa Mundial de la FIFA]]></title><link>https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-celebran-juntos-en-la-zona-para-aficionados-del-miami-stadium-durante-la-copa-mundial-de-la-fifa/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/aficionados-de-brasil-y-escocia-celebran-juntos-en-la-zona-para-aficionados-del-miami-stadium-durante-la-copa-mundial-de-la-fifa/</guid><dc:creator><![CDATA[Will Manso, Andrea Torres]]></dc:creator><description><![CDATA[Tras una odisea desde el Reino Unido y Boston hasta el sur de Florida, optimistas aficionados escoceses se encontraban en el Miami Stadium la mañana del miércoles, más de siete horas antes del partido contra Brasil.]]></description><pubDate>Wed, 24 Jun 2026 21:54:45 +0000</pubDate><content:encoded><![CDATA[<p>Los aficionados brasileños y escoceses celebraron juntos el miércoles por la tarde en la zona de aficionados de la Copa Mundial de la FIFA del Estadio de Miami.</p><p>La samba no ahogó las gaitas, ya que el Ejército Tartán y sus faldas escocesas de lana invadieron el Hard Rock Stadium en Miami Gardens.</p><p>Las puertas del estadio se abrieron a las 3 de la tarde. <a href="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/" rel="" title="https://www.local10.com/sports/2026/06/24/fifa-world-cup-fans-from-brazil-and-scotland-start-to-arrive-at-miami-stadium-ahead-of-group-c-match/">Los aficionados habían llegado temprano</a> para pasar por un control de seguridad, varias colas, largas caminatas, un viaje en autobús y la revisión de las entradas.</p><p>La demanda de entradas fue alta. Los precios de reventa iniciales oscilaron entre 1600 y 1855 dólares. Posteriormente, el precio promedio de las entradas se situó entre 3500 y 5445 dólares. Los asientos premium alcanzaron los 25 800 dólares.</p><p><b>Noticia relacionada</b> : <a href="https://www.local10.com/sports/2026/06/24/a-black-jaguar-oracle-in-rio-de-janeiro-sniffs-brazil-to-beat-scotland-in-group-c-challenge/" rel="" title="https://www.local10.com/sports/2026/06/24/a-black-jaguar-oracle-in-rio-de-janeiro-sniffs-brazil-to-beat-scotland-in-group-c-challenge/">Un oráculo jaguar negro en Río de Janeiro presiente que Brasil vencerá a Escocia en el desafío del Grupo C.</a></p><p>Tras los partidos del Grupo C que comenzarán a las 18:00, los dos equipos con más puntos avanzarán a la siguiente fase del torneo: <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">los dieciseisavos de final</a> .</p><p>Brasil llega con cuatro puntos y Escocia con tres. Independientemente del ganador del miércoles por la noche en Miami, ambos podrían clasificarse. Haití disputará su último partido del Mundial contra Marruecos en Atlanta, Georgia.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 4 pm del 24 de junio en The Bandshell, en 7275 Collins Ave., para el partido entre Escocia y Brasil que comienza a las 6 pm.</p><p><b>Noticia relacionada</b> : <a href="https://www.local10.com/news/weird-news/2026/06/24/ronaldinho-says-let-the-magic-begin-after-signing-with-italian-serie-c-club-ravenna-at-age-46/" rel="" title="https://www.local10.com/news/weird-news/2026/06/24/ronaldinho-says-let-the-magic-begin-after-signing-with-italian-serie-c-club-ravenna-at-age-46/">Ronaldinho dice “que empiece la magia” tras fichar por el Ravenna, club italiano de la Serie C, a los 46 años.</a></p><h3><b>Progreso del Grupo C</b></h3><p><b>19 DE JUNIO:</b> DÍA 2</p><p><b>Brasil consigue 3 puntos</b></p><figure><img src="https://www.local10.com/resizer/v2/3E7YOCVKZOJA2WBOQWXCHXJXMY.jpg?auth=5d0b21a0b79428ad0268c22d64d68a9754e2a9161aca1dbdd764162d895a41d3&smart=true&width=1200&height=900" alt="Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)" height="900" width="1200"/><figcaption>Brazil's Vinicius Junior (7) scores the third goal for his team against Haiti goalkeeper Johny Placide (1) during the World Cup Group C soccer match between Brazil and Haiti in Philadelphia, Friday, June 19, 2026. (AP Photo/Derik Hamilton)</figcaption></figure><ul><li><b>Análisis del partido</b>&nbsp;:&nbsp;<a href="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/matheus-cunha-scores-2-goals-as-brazil-eliminates-haiti-from-world-cup-with-3-0-win/">Matheus Cunha anota 2 goles y Brasil elimina a Haití del Mundial con una victoria por 3-0.</a></li></ul><p><b>Marruecos consigue 3 puntos.</b></p><ul><li><b>Cobertura previa al partido</b>&nbsp;:&nbsp;<a href="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/19/boston-scotland-world-cup-fans-brought-together-in-soccer-kinship-celebration-and-love-of-beer/">Los aficionados escoceses han llegado a Boston para la Copa del Mundo y los bares están teniendo dificultades para dar abasto.</a></li></ul><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>13 DE JUNIO:</b></a><b> DÍA 1</b></p><p><b>Brasil y Marruecos obtienen 1 punto cada uno.</b></p><figure><img src="https://www.local10.com/resizer/v2/4RPQCEJKMCMZ352DVESTYRO3T4.jpg?auth=8366dacf1e73eec19711304b9f1bd05ce31f019bdc497b4891645aebb6426715&smart=true&width=1200&height=900" alt="Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)" height="900" width="1200"/><figcaption>Morocco goalkeeper Yassine Bounou (1) punches the ball away from Brazil's Gabriel Magalhaes (3) as Morocco's Ayyoub Bouaddi (6), Chadi Riad (18) and Issa Diop get in on the play during the World Cup Group C soccer match in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)</figcaption></figure><ul><li><b>Análisis del partido:&nbsp;</b><a href="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/brazil-rallies-for-1-1-draw-against-morocco-in-its-world-cup-opener-behind-vinicius-juniors-goal/">Brasil remonta para lograr un empate 1-1 contra Marruecos en su debut en el Mundial gracias al gol de Vinícius Júnior.</a></li><li><b>Vídeo del partido de la FIFA</b>&nbsp;:&nbsp;<a href="https://www.youtube.com/watch?v=i3Xe1ALvfgQ" target="_self" rel="" title="https://www.youtube.com/watch?v=i3Xe1ALvfgQ">Ismael Saibari de Marruecos anota.</a></li><li><b>Vídeo del juego FIFA</b>&nbsp;:&nbsp;<a href="https://www.youtube.com/watch?v=zKPmHQwyOtU" target="_self" rel="" title="https://www.youtube.com/watch?v=zKPmHQwyOtU">¡Un especial de Vinicius Jr.!</a></li></ul><p><b>Escocia consigue 3 puntos tras jugar contra Haití.</b></p><figure><img src="https://www.local10.com/resizer/v2/E3BUB4HUC52T7HJZHFHHGRE6Z4.jpg?auth=aee87d45e5fc3b073e759f0064ba85d7b86fd23d1fe6565bb7a3df4f5868fa4d&smart=true&width=1200&height=900" alt="Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)" height="900" width="1200"/><figcaption>Haiti's Jean-Ricner Bellegarde (10) battles for the ball with Scotland's John McGinn (7) during the World Cup Group C soccer match between Haiti and Scotland in Foxborough, Mass., near Boston, Saturday, June 13, 2026. (AP Photo/Mark Stockwell)</figcaption></figure><ul><li><b>Análisis del partido</b>&nbsp;:&nbsp;<a href="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/13/scotland-marks-28-year-world-cup-absence-with-1-0-victory-over-haiti-in-group-c/">Escocia celebra su 28.º aniversario de ausencia en la Copa del Mundo con una victoria por 1-0 sobre Haití en el Grupo C.</a></li><li><b>Vídeo del partido de FIFA</b>&nbsp;:&nbsp;<a href="https://www.youtube.com/watch?v=kg3_vkhWVf4" target="_self" rel="" title="https://www.youtube.com/watch?v=kg3_vkhWVf4">John McGinn de Escocia anota.</a></li><li><b>Historia previa al partido</b>&nbsp;:&nbsp;<a href="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/">El tan esperado regreso de Haití a la Copa del Mundo conlleva un desafío formidable.</a></li></ul><h3><b>Calendario del torneo</b></h3><p><b>25 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , Curazao vs. Costa de Marfil, partido a las 16:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a> , Ecuador vs. Alemania, partido a las 16:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , Túnez vs. Países Bajos, partido a las 19:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a> , Japón vs. Suecia, partido a las 19:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , Turquía vs. Estados Unidos, partido a las 22:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a> , Paraguay vs. Australia, partido a las 22:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 15:00 a 01:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>26 de junio</b> : Hay seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Noruega vs. Francia, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a> , Senegal vs. Irak, partido a las 15:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Cabo Verde vs. Arabia Saudita, partido a las 20:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> , Uruguay vs. España, partido a las 20:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Nueva Zelanda vs. Bélgica, partido a las 23:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a> , Egipto vs. Irán, partido a las 23:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>27 de junio</b> : Seis partidos: <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Panamá vs. Inglaterra, partido a las 17:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a> , Croacia vs. Ghana, partido a las 17:00 h. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Colombia vs. Portugal, partido a las 19:30 h. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a> , Congo vs. Uzbekistán, partido a las 19:30 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Argelia vs. Austria, partido a las 22:00 h. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> , Jordania vs. Argentina, partido a las 22:00 h.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 16:00 a 01:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada</a> a las 19:30 h del 27 de junio. El estacionamiento es gratuito. El condado de Broward ofrece <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">transporte gratuito en autobús exprés</a> desde el estadio hasta el Miami Stadium, también conocido como Hard Rock, en Miami Gardens, para los poseedores de entradas para la Copa Mundial de la FIFA.</p><h3><b>Comienza la ronda de 32.</b></h3><p><b>28 de junio</b> : Hay un partido a las 15:00.</p><p><b>Fiesta para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>29 de junio</b> : Hay tres partidos a la 1 pm, 4:30 pm y 9 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>30 de junio</b> : Hay tres partidos a la 1 pm, a las 5 pm y a las 9 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>1 de julio</b> : Hay tres partidos a las 12:00, a las 16:00 y a las 21:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 11:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>2 de julio</b> : Hay tres partidos a las 15:00, 19:00 y 23:00.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>3 de julio</b> : Hay tres partidos a las 14:00, 18:00 y 21:30.</p><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><h3><b>Comienza la ronda de octavos de final.</b></h3><p><b>4 de julio:</b> Hay dos partidos a la 1 pm y a las 5 pm.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>5 de julio</b> : Hay dos partidos a las 16:00 y a las 20:00.</p><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas el último día de 15:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>6 de julio</b> : Hay dos partidos a las 15:00 y a las 20:00.</p><p><b>7 de julio</b> : Hay dos partidos a las 12:00 y a las 16:00.</p><h3><b>Comienzan los cuartos de final</b></h3><p><b>9 de julio</b> : Hay un partido de cuartos de final a las 16:00.</p><p><b>10 de julio</b> : Hay un partido de cuartos de final a las 15:00.</p><p><b>11 de julio</b> : Hay dos partidos de cuartos de final a las 17:00 y a las 21:00.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada</a> a las 17:00 horas del 11 de julio. El aparcamiento es gratuito.</p><h3><b>Comienzan las semifinales</b></h3><p><b>14 de julio</b> : El festival de aficionados ha finalizado. Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm el 14 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><p><b>15 de julio</b> : Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 15 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><h3><b>Comienzan las finales</b></h3><p><b>18 de julio</b> : El partido por el tercer puesto se jugará a las 17:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a las 3 pm del 18 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final de bronce de las 5 pm.</p><p><b>Viaje al amanecer al estadio</b> : El Amerant Bank Arena ofrece estacionamiento gratuito para los poseedores de entradas para la Copa Mundial de la FIFA que utilicen <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">el servicio de autobús exprés gratuito</a> del condado de Broward para llegar al Miami Stadium, también conocido como Hard Rock, en Miami Gardens.</p><p><b>19 de julio</b> : El partido final es a las 15:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a la 1 pm del 19 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final que comienza a las 3 pm.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver la final el 19 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para los poseedores de entradas</a> . El estacionamiento es gratuito.</p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Información clave para los aficionados que asistan a los partidos en el Estadio de Miami.</a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Un guardia de seguridad fue acusado de robar un uniforme de árbitro de la FIFA de un hotel en Miami Beach.</a></li></ul><h3><b>Rastrea los grupos</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Heat exercise team option on guard Pelle Larsson]]></title><link>https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[The Miami Heat made a roster move on Wednesday. ]]></description><pubDate>Wed, 24 Jun 2026 21:46:17 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat made a roster move on Wednesday. </p><p>Miami announced they have exercised a team option on guard Pelle Larsson. </p><p>Last season, Larsson’s second in the NBA, he played in 70 games for the Heat, averaging 11.4 points, 3.5 rebounds and 3.4 assists in 26.4 minutes per game. </p><p>He shot 49.6% from the field and 79.7% from the free throw line. </p><p>The Heat made a big splash earlier this week, agreeing to acquire superstar Giannis Antetokounmpo from the Milwaukee Bucks for a hoard of players and draft picks, including Tyler Herro and Kel’el Ware. </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/DL2PLQ25YRB4LBVGIJHAUFQVYM.jpg?auth=82ef7cbf5a9f10263ac63398bddc37a67c7d3b99425274a6d99a49dbb22dc328&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Heat guard Pelle Larsson handles the ball during the first half of an NBA Cup basketball game against the Chicago Bulls, Friday, Nov. 21, 2025, in Chicago. (AP Photo/Erin Hooley)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content></item><item><title><![CDATA[Trump refuses to sign bipartisan housing bill into law. What does that mean for homebuyers, renters?]]></title><link>https://www.local10.com/business/2026/06/24/trump-refuses-to-sign-bipartisan-housing-bill-into-law-what-does-that-mean-for-homebuyers-renters/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/trump-refuses-to-sign-bipartisan-housing-bill-into-law-what-does-that-mean-for-homebuyers-renters/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A sprawling legislative package aimed at lowering the cost of housing and spurring more home construction won bipartisan approval from Congress this week, but it's hit a major roadblock in becoming law: President Donald Trump.]]></description><pubDate>Wed, 24 Jun 2026 22:12:15 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A sprawling legislative package aimed at lowering the cost of housing and spurring more home construction won bipartisan approval from Congress this week, but it's hit a major roadblock in becoming law: President Donald Trump.</p><p>The White House supported the 21st Century ROAD to Housing Act, but on Wednesday Trump canceled the signing ceremony for the bill, saying he would not sign the measure until Congress passes legislation that would require proof of citizenship for all voters.</p><p>Here’s what to know.</p><p>How significant is this housing legislation?</p><p>The measure is the culmination of months of negotiations by lawmakers who combined dozens of bills meant to address how housing affordability for both renters and aspiring homeowners in the U.S. has grown increasingly out of reach for many Americans.</p><p>The bill would reduce federal regulations, streamline environmental reviews, speed up the construction process and curb the influence of corporate landlords by limiting their ability to purchase single-family homes.</p><p>Still, it's not a silver bullet for all the factors that contribute to reduced housing affordability, including lack of construction labor, rising insurance costs and years of subdued wage growth relative to sharply rising rents and home prices.</p><p>Even so, the bill has drawn broad support from the real estate industry, including organizations representing homebuilders and apartment complex owners, as well as housing advocates.</p><p>“We need more homes built, and legislation that removes construction barriers is exactly what the market needs right now,” said Daryl Fairweather, chief economist at Redfin. "Homebuyers who were hoping for relief may have to wait even longer, and in a market already starved for inventory, that’s a tough pill to swallow.”</p><p>What led lawmakers to pass the first major housing legislation in decades?</p><p>Housing has grown into a hot-button issue among voters in recent years as homeownership and rents in many areas have become less affordable for many Americans.</p><p>The U.S. housing market has been in a slump since 2022, when mortgage rates began to climb from pandemic-era lows. Sales of previously occupied U.S. homes were essentially flat last year, stuck at a 30-year low. While sales accelerated in May to their fastest pace since December, they continue to hover close to a 4 million annual pace, far short of the historic norm that is closer to 5.2 million, limited partly by elevated mortgage rates.</p><p>Years of soaring home prices, especially in the early part of this decade when rock-bottom mortgage rates fueled a buying frenzy, have left many would-be homebuyers frozen out of the market. And a chronic shortage of homes for sale nationally, due partly to years of below-average new home construction, has helped prop up home prices even in a multiyear sales slump.</p><p>Home prices have increased 54% nationwide since 2020, and last year the median existing single-family sales price was nearly five times the median household income, according to researchers at Harvard's Joint Center for Housing Studies.</p><p>Renters, meanwhile, have seen little improvement in affordability. While the median U.S. monthly rent has been declining for nearly three years, it was still 17.2% higher in May than before the pandemic, according to data from Realtor.com.</p><p>What if the bill doesn't become law?</p><p>One of the biggest hurdles to homeownership has been an imbalance between supply and demand in many parts of the country.</p><p>When there are fewer homes on the market, that helps prop up home prices even during a slowdown. Conversely, during times when mortgage rates are low, buyers end up competing for fewer homes, which drives up prices.</p><p>The housing bill would help increase the supply of housing, particularly when it comes to smaller, more affordable starter homes.</p><p>It amends existing regulations to boost construction of manufactured homes, which tend to be more affordable than other types of newly built homes, and expand access to government-backed loans to include construction of standalone dwellings a homeowner can rent out.</p><p>The bill also provides new dollars for communities to turn abandoned infrastructure into housing, and provides guidelines for communities that want to reform outdated zoning regulations, which often limit larger housing developments.</p><p>“It won’t make housing more affordable overnight, but in the coming years we will see more construction of town homes, multifamily housing, and ADUs,” notes Fairweather, saying the additional supply "will relieve the pressure on home prices, and make it easier for homebuyers to break into the market.”</p><p>What about renters?</p><p>The legislation includes a broad set of provisions, including an expansion of government rental assistance and affordable housing construction programs , and measures aimed at encouraging state and local governments to make it easier to build new homes and apartments, including federal funding to places exceeding the median rate of homebuilding.</p><p>In addition, the bill would raise limits on the number of public housing units that can receive financing for renovations and codify a recovery program to help expedite funds to communities rebuilding after disaster.</p><p>It also requires new renter protections.</p><p>“Families are struggling under the heavy weight of housing costs that have climbed for decades,” said San Diego Mayor Todd Gloria, who is president of the U.S. Conference of Mayors. "There’s no time to waste. Without federal action, America’s housing shortfall will continue to grow, falling another 2 million units behind in the next five years.”</p><p>What happens if the bill signing is held up for weeks or longer?</p><p>While hailed as a significant step, the federal government's power to dictate things like how many homes are built or rents is limited, given that most of the regulations on construction, such as zoning laws, and other facets of real estate are determined by local and state governments.</p><p>So, even if the bill is delayed, it's not like it would have had an immediate impact on local house prices, for example. But it would set back the clock on new construction projects that might not otherwise get the go-ahead.</p><p>“The sooner this bill becomes law, the sooner builders and homebuyers will benefit from its downstream effects,” said Danielle Hale, chief economist at Realtor.com. “Even if the president were to sign this bill immediately, many of the provisions will take time to impact builder planning and projects in the pipeline, so there is going to be a delay before consumers feel the impacts of this legislation either way.”</p><p>What happens next?</p><p>Trump's decision to not sign the legislation into law Wednesday could end up just temporarily delaying the measure from taking effect.</p><p>The House passed the bill in a 358-32 vote on Tuesday and the Senate passed it 85-5 on Monday. That level of support is what's colloquially called a veto-proof majority.</p><p>Still, if Trump were to veto the measure, the Senate and the House would have to vote again to override the veto.</p><p>It may not come to that.</p><p>Speaker Mike Johnson said Wednesday that he had spoken with Trump earlier in the day and was confident the president would sign the bill.</p><p>“The president, when we go through the details of the bill, he’s going to understand that it’s a good product,” Johnson said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6TLQO2MIYBNKVNO3VCE7FBEEHY.jpg?auth=1253288a0340815186a6723b0324efbccdccb5b77db283c0cfb04c53e0dae9e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Suhas Subramanyam, D-Va., left, and Rep. Maxwell Frost D-Fla., speaks at a desk prepared for President Donald Trump as an official removes the presidential seal, after President Trump canceled the signing the bipartisan Housing Bill on the Capitol Wednesday, June 24, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LPFXUVACC222L3MKL3LOK2XRRI.jpg?auth=32f0a143a7d945604e25d700c7602d5e5444aa2e0da9d96aa13b56691f7f2481&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, joined from left by Sen. Rick Scott, R-Fla., Sen. John Barrasso, R-Wyo., and Senate Majority Leader John Thune, R-S.D., speaks to reporters as he finishes his lunch meeting with Republican senators, at the Capitol in Washington, Wednesday, June 24, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[South Dakota incumbent Republican lawmaker facing felony election fraud counts]]></title><link>https://www.local10.com/news/politics/2026/06/24/south-dakota-incumbent-republican-lawmaker-facing-felony-election-fraud-counts/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/south-dakota-incumbent-republican-lawmaker-facing-felony-election-fraud-counts/</guid><dc:creator><![CDATA[By SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[SIOUX FALLS, S.D. (AP) — An incumbent South Dakota legislative leader is facing two felony counts, accused of falsifying signatures to put candidates forward for state Republican Party positions without them knowing.]]></description><pubDate>Wed, 24 Jun 2026 21:38:53 +0000</pubDate><content:encoded><![CDATA[<p>SIOUX FALLS, S.D. (AP) — An incumbent South Dakota legislative leader is facing two felony counts, accused of falsifying signatures to put candidates forward for state Republican Party positions without them knowing.</p><p>Republican state Sen. Thomas Pischke of Dell Rapids represents a deep red district outside Sioux Falls and is seeking a third term in November. He faces two felony counts of knowingly submitting a falsified or forged document.</p><p>Pischke turned himself in to the Minnehaha County Jail on Tuesday and was released on a promise to appear for all future court dates, the sheriff's office said. An initial hearing is set for July 7.</p><p>Pischke has agreed to step away from his duties in the party, including serving on the executive board of the Minnehaha County Republicans, as the case plays out, said Jim Eschenbaum, chair of the South Dakota Republican Party.</p><p>“It’s a bad optic for the party,” Eschenbaum said Wednesday. “I’m disappointed that this has happened. But we also have to just be honest about what’s going on, you know, and deal with it.”</p><p>The Associated Press left email messages this week for Pischke and his attorney seeking comment.</p><p>If convicted of a felony, Pischke would not be able to hold a position with the state Republican Party, Eschenbaum said. It is unclear whether Pischke would be able to serve in the Legislature. State law says any person convicted of perjury, bribery or an infamous crime may not serve in the Legislature.</p><p>The Associated Press left phone messages Wednesday with the Legislative Research Council and state Senate President Pro Tempore Chris Karr seeking clarification.</p><p>Jessica Meyers, vice chair of the South Dakota Democratic Party, said any official who interferes with a public process should be held accountable.</p><p>“We believe in free and fair elections at every level of the political process," she said.</p><p>The biennial Republican Party state convention begins Thursday, but Pischke will not be there. At the convention, precinct committee people serve as delegates and voting members to determine party leadership and help set the party's agenda. Outside the convention, committee people perform duties in their communities like contacting and registering voters.</p><p>The charges against Pischke came after a monthslong investigation into the filings. The county auditor's office had identified 16 forms for precinct committee positions with suspected fraudulent signatures and discrepancies with registered voting addresses.</p><p>The auditor’s office called the nominees on the suspected fraudulent forms, and the majority said they didn’t fill them out. None were put on the ballot during the June Republican primary, according to Eschenbaum.</p><p>Pischke admitted to filling out his own form at the auditor's office to run for precinct committeeman but he denied filling out forms for others, the affidavit stated. He won the position in June, according to the auditor's office.</p><p>The investigation uncovered DNA evidence matching Pischke on envelopes containing the forms and used surveillance video to identify a vehicle near a mail drop box that was registered to Pischke.</p><p>Pischke ran unopposed in GOP Senate primary. He is facing Bryan Breitling, a former Republican state lawmaker who is running as an independent, in the November general election.</p><p>Breitling said Tuesday that he entered the race because the district needs a senator with integrity.</p><p>“These charges are the latest on a long list of poor judgments made by the senator,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JQ453DKVLJ25DKLR36K7LZMATE.jpg?auth=18f377c7d3288b6b635ce670db1895f9854a3cddaf8c71059e52e392040c6130&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The South Dakota Capitol stands in Pierre, S.D., Jan. 10, 2024. (AP Photo/Jack Dura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Dura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6X26OMIROUHDYTPXXS4P6UH6QE.jpg?auth=b1ac842ec8d952172a6ab2b7f6249fc9030dd212c4da5c1f290231bfd7f71a42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated booking photo provided by the Minnehaha County Sheriff's Office on Wednesday, June 24, 2026, shows Thomas Pischke. (Minnehaha County Sheriff's Office via AP)]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de California de hacerse pasar por agente del FBI mientras causaba disturbios en club nocturno de Miami Beach]]></title><link>https://www.local10.com/news/local/2026/06/24/acusan-a-hombre-de-california-de-hacerse-pasar-por-agente-del-fbi-mientras-causaba-disturbios-en-club-nocturno-de-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/acusan-a-hombre-de-california-de-hacerse-pasar-por-agente-del-fbi-mientras-causaba-disturbios-en-club-nocturno-de-miami-beach/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de California fue arrestado la madrugada de este miércoles en un club nocturno de Miami Beach después de que la policía informara que aseguró ser agente del FBI durante un disturbio que presuntamente provocó.]]></description><pubDate>Wed, 24 Jun 2026 21:19:25 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de California fue arrestado la madrugada de este miércoles en un club nocturno de Miami Beach después de que la policía informara que aseguró ser agente del FBI durante un disturbio que presuntamente provocó.</p><p>Según un informe de arresto, Nelson Mauricio Aviles, de 61 años y residente de Fontana, fue arrestado poco después de la 1:30 a.m. en Twist, ubicado en 1057 Washington Ave.</p><p>La policía indicó que los oficiales respondieron al club nocturno después de que Aviles reportara que personal de seguridad lo había amenazado con un cuchillo.</p><p>Según el informe, Aviles parecía estar “altamente intoxicado”, presentando dificultad para hablar con claridad, problemas para mantener el equilibrio, sudoración excesiva y un fuerte olor a alcohol.</p><p>Los investigadores indicaron que Aviles se identificó repetidamente como agente del FBI y presentó una credencial del Departamento de Servicios Sociales Públicos del Condado de Los Ángeles que lo identificaba como “especialista en desarrollo de personal”.</p><p>El informe señala que la credencial no contenía ninguna indicación de afiliación con el FBI.</p><p>Según la policía, Aviles continuó insistiendo en que era agente del FBI y afirmó que contactaría a un socio del FBI e iniciaría una investigación interna contra Club Twist.</p><p>Los oficiales indicaron que no pudo presentar ninguna credencial del FBI ni documentación que respaldara esas afirmaciones.</p><p>El gerente del club nocturno dijo a los oficiales que Aviles había estado causando disturbios dentro del establecimiento al gritarles a clientes y empleados, afirmar repetidamente que era agente del FBI e intentar involucrarse en confrontaciones verbales y físicas con otras personas, según el informe.</p><p>El gerente indicó que Aviles fue retirado del establecimiento, señala el informe.</p><p>La policía informó que, mientras los oficiales investigaban, Aviles interrumpía repetidamente y exigía que le devolvieran su credencial o que lo arrestaran.</p><p>Cuando los oficiales intentaron detenerlo, Aviles presuntamente agitó los brazos, se zafó y se negó a colocar las manos detrás de la espalda, informó la policía. Finalmente, los oficiales lograron esposarlo sin más incidentes, según el informe.</p><p>Los registros de la cárcel muestran que enfrenta un cargo por hacerse pasar falsamente por un oficial, un cargo por alterar el orden en un establecimiento y un cargo por resistirse a un oficial sin violencia.</p><p>Aviles compareció el miércoles ante la jueza de circuito de Miami-Dade, Mindy Glazer, quien determinó que existía causa probable y ordenó su liberación bajo palabra en los tres cargos. Los cargos conllevaban una fianza total de $3,150 USD.</p><p>También se le ordenó mantenerse alejado de Twist.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UYOVLNB6LJA35E43TJLVALO7DI.jpg?auth=82dff57ab3f4ce516c6bd5d2529dbf7faef1c961d3e792a3c44d38213e46bf0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[California man claimed to be FBI agent while causing disturbance at Miami Beach nightclub, cops say ]]></title><link>https://www.local10.com/news/local/2026/06/24/california-man-claimed-to-be-fbi-agent-while-causing-disturbance-at-miami-beach-nightclub-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/california-man-claimed-to-be-fbi-agent-while-causing-disturbance-at-miami-beach-nightclub-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A California man was arrested at a Miami Beach nightclub early Wednesday morning after police said he claimed to be an FBI agent during a disturbance that he allegedly caused. ]]></description><pubDate>Wed, 24 Jun 2026 20:35:52 +0000</pubDate><content:encoded><![CDATA[<p>A California man was arrested at a Miami Beach nightclub early Wednesday morning after police said he claimed to be an FBI agent during a disturbance that he allegedly caused. </p><p><a href="https://www.local10.com/news/local/2026/06/24/acusan-a-hombre-de-california-de-hacerse-pasar-por-agente-del-fbi-mientras-causaba-disturbios-en-club-nocturno-de-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/acusan-a-hombre-de-california-de-hacerse-pasar-por-agente-del-fbi-mientras-causaba-disturbios-en-club-nocturno-de-miami-beach/">Leer en español</a></p><p>According to an arrest report, Nelson Mauricio Aviles, 61, of Fontana, was arrested just after 1:30 a.m. at Twist, located at 1057 Washington Ave.</p><p>Police said officers responded to the nightclub after Aviles reported that security personnel had threatened him with a knife. </p><p>Aviles appeared to be “highly intoxicated,” displaying slurred speech, difficulty maintaining his balance, excessive sweating and a strong odor of alcohol, according to the report.</p><p>Investigators said Aviles repeatedly identified himself as an FBI agent and presented an identification card from the Los Angeles County Department of Public Social Services identifying him as a “staff development specialist.” </p><p>The report states that the card contained no indication of any affiliation with the FBI.</p><p>According to police, Aviles continued to insist he was an FBI agent and claimed he would contact an FBI partner and initiate an internal investigation into Club Twist. </p><p>Officers said he was unable to provide any FBI credentials or documentation supporting those claims.</p><p>The nightclub’s manager told officers that Aviles had been causing a disturbance inside the business by yelling at patrons and employees, repeatedly claiming to be an FBI agent and attempting to engage in verbal and physical confrontations with others, according to the report. </p><p>The manager said Aviles was removed from the establishment, the report states. </p><p>Police said that while officers were investigating, Aviles repeatedly interrupted and demanded that officers either return his identification card or arrest him.</p><p>When officers attempted to take him into custody, Aviles allegedly flailed his arms, pulled away and refused to place his hands behind his back, police said. Officers were ultimately able to handcuff him without further incident, according to the report.</p><p>Jail records show he is facing one count each of falsely impersonate an officer, disorderly conduct of an establishment and resisting an officer without violence to his person. </p><p>Aviles appeared in bond court on Wednesday before Miami-Dade Circuit Judge Mindy Glazer, who found probable cause and ordered him released on his own recognizance on all three charges. The charges carried a total bond amount of $3,150.</p><p>He was also ordered to stay away from Twist. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UYOVLNB6LJA35E43TJLVALO7DI.jpg?auth=82dff57ab3f4ce516c6bd5d2529dbf7faef1c961d3e792a3c44d38213e46bf0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[White House seeks $87.6B from Congress for Iran war costs, US farmers and Ebola response]]></title><link>https://www.local10.com/news/florida/2026/06/24/white-house-seeks-876b-from-congress-for-iran-war-costs-us-farmers-and-ebola-response/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/24/white-house-seeks-876b-from-congress-for-iran-war-costs-us-farmers-and-ebola-response/</guid><dc:creator><![CDATA[By LISA MASCARO and KEVIN FREKING, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The White House has formally requested $87.6 billion mostly to replenish the Pentagon after the U.S. war against Iran, submitting the request to Congress at a politically difficult time as Republican and Democratic lawmakers have objected to any further military action.]]></description><pubDate>Wed, 24 Jun 2026 23:35:14 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The White House has formally requested $87.6 billion mostly to replenish the Pentagon after the U.S. war against Iran, submitting the request to Congress at a politically difficult time as Republican and Democratic lawmakers have objected to any further military action.</p><p>The Office of Management and Budget sent the supplemental spending request on Wednesday. It arrived just hours after President Donald Trump assailed Republican senators during a private lunch — engaging in a shouting match with one — over their votes to approve a war powers resolution that would halt further hostilities.</p><p>The request is mostly for expenses incurred by the Defense Department as part of Operation Epic Fury, the U.S.-led attack on Iran. But it also includes a range of other items, including $11.1 billion toward economic assistance for American farmers, $1.4 billion for the Ebola virus outbreak in Central Africa and $500 million to support ongoing efforts “to complete restoration and construction projects in and around Washington, D.C.”</p><p>“I urge the Congress to take action on these important and urgent requests as soon as possible,” said OMB Director Russ Vought in a letter to House Speaker Mike Johnson.</p><p>Senate Democratic Leader Chuck Schumer said, “President Trump is asking taxpayers to clean up his messes, to the tune of $87.6 billion.”</p><p>“After dragging America into a reckless war, he now wants Congress to hand him tens of billions more to paper over the damage — while families are still paying higher prices.”</p><p>There may not be enough support in Congress to pass war funds</p><p>It’s unclear how quickly the House and Senate could act on the White House’s request, or if Congress takes up the matter at all. The funding faces a difficult path because many lawmakers could view any votes as a reflection of test of their support for the war effort.</p><p>Defense Secretary Pete Hegseth returned to Capitol Hill on Wednesday briefing House GOP lawmakers from the conservative Republican Study Committee on the Pentagon’s budgetary needs. The White House is seeking as much as $1.5 trillion in defense spending in this year’s budget, a nearly 50% increase over previous levels.</p><p>But many lawmakers have complained they have yet to receive any formal briefing from the administration on the Iran war, nearly four months after it was launched, and as Trump’s team is now working to secure a fragile ceasefire and bring an end to the conflict.</p><p>Washington Sen. Patty Murray, the lead Democrat on the Senate Appropriations Committee, said the request is not merely to pay for “the president’s disastrous war, but an attempt to secure tens of billions of additional dollars for unrelated Pentagon priorities.”</p><p>Murray said she would review to ensure servicemembers are taken care of, “but I will not rubberstamp tens of billions more for this disastrous war of choice.”</p><p>Yet the White House was clear to include provisions to interest lawmakers from various regions, including $1 billion to assist “the final design and construction of a modernized Penn Station in New York City,” which would be of interest to Schumer and House Democratic Leader Hakeem Jeffries, both of New York.</p><p>Rep. Tom Cole, R-Okla., the chairman of the House Appropriations Committee, and Rep. Ken Calvert, R-Ca., who chairs the panel’s subcommittee on Defense, said in a joint statement, "President Trump’s request reflects the reality that our defense strength must be maintained, not merely demonstrated.”</p><p>Money for farmers, the Ebola outbreak and other needs included</p><p>The bulk of the request, $67 billion, is to replenish the Pentagon from the Iran war. The largest portion of that defense funding, $21 billion, would go to weapons and munitions, with another $17.3 billion for operational costs and $12.1 billion for other classified programs. Funds are also requested to cover fuel costs, drone manufacturing and cybersecurity.</p><p>The money for farmers would provide $10 billion in economic assistance to row and specialty crop farmers and $1.1 billion specifically to Florida agriculture producers who suffered losses from this past year’s winter storms.</p><p>The package also includes a collection of policy proposals that the administration strongly supports, and which are certain to raise interest among lawmakers.</p><p>Among them, the package proposes revisions to federal regulations of hemp products that have long been in dispute, changes to the year-round sales of renewable fuels and lifting of restrictions around federal investment support in Venezuela.</p><p>The administration is also requesting $550 million to prevent and detect the Ebola virus in Congo, where an outbreak has killed more than 250 people. Another $800 million would go to provide humanitarian assistance to the region.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PQQMOGQJZURFQWQPN5GKGXYBBM.jpg?auth=6faa5613fd62fa3786d7b4d57366341127676143c48fa4a443e341df45712fe9&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 as he meets with NATO Secretary General Mark Rutte 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></item><item><title><![CDATA[Switzerland wraps up first place in Group B at the World Cup with a 2-1 victory over Canada]]></title><link>https://www.local10.com/news/2026/06/24/switzerland-wraps-up-first-place-in-group-b-at-the-world-cup-with-a-2-1-victory-over-canada/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/switzerland-wraps-up-first-place-in-group-b-at-the-world-cup-with-a-2-1-victory-over-canada/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[VANCOUVER, British Columbia (AP) — Switzerland put a damper on Canada's World Cup party.]]></description><pubDate>Thu, 25 Jun 2026 05:40:53 +0000</pubDate><content:encoded><![CDATA[<p>VANCOUVER, British Columbia (AP) — Switzerland put a damper on Canada's World Cup party.</p><p>The Swiss got goals from Rubén Vargas and Johan Manzambi to beat Canada 2-1 on Wednesday and win Group B. Switzerland will get a week of rest before returning to Vancouver to face one of the eight best third-place finishers on July 2.</p><p>“I think that we deserve to be where we are right now,” Switzerland coach Murat Yakin said. “In three days from now, we will know the opponent of the next match, and now we have the possibility to watch this tournament, and to watch the matches, and we will take what we will get.”</p><p>Canada dropped to second place in the group and will play in the knockout round for the first time in team history. But the Canadians had been hoping for a win or a draw on Wednesday so they would play their round-of-32 match on home soil.</p><p>Instead, Canada will travel Inglewood, California, to play Sunday against South Africa, which beat South Korea 1-0 Wednesday night in Monterrey, Mexico, to finish second in Group A.</p><p>“We wanted to be here in Vancouver, but we still have a massive opportunity ahead of us to find a way to still electrify the nation, even though it’ll be from Los Angeles,” Canada coach Jesse Marsch said.</p><p>After Manzambi came off the bench and scored two goals in Switzerland’s 4-1 victory over Bosnia-Herzegovina on Thursday, he earned a spot in the starting lineup against Canada. The 20-year-old midfielder became the youngest player to score two goals off the bench in the World Cup and is among the breakout young stars of the tournament.</p><p>Vargas broke through for Switzerland about 40 seconds into the second half with a strike that sailed past sliding Canada goalkeeper Maxime Crépeau, hit the post and went into the net.</p><p>Breel Embolo then crossed the ball to Manzambi, whose shot went through the hands of Crépeau to put the Swiss up 2-0 in the 57th minute. The goal quieted the red-clad sellout crowd, which included Canadian Prime Minister Mark Carney and CONCACAF President Victor Montagliani.</p><p>Canada pulled a goal back in the 76th. Promise David scored with a volley on his first touch of the game about a minute after he came on as a substitute. But despite a flurry of chances, the Canadians couldn't find the second goal to keep them at home.</p><p>Switzerland captain Granit Xhaka had a chance in the scoreless first half but his free kick in the 37th minute and sailed over the net as he let out a yell.</p><p>Ali Ahmed had one of Canada’s best attempts of the first half in the 42nd minute, but his shot to the near post was smothered by Switzerland goalkeeper Gregor Kobel.</p><p>On Thursday, Canada won its first World Cup match, 6-0 over Qatar, and put itself in position to advance. But the historic victory was bittersweet because Ismaël Koné was stretchered off with a broken left leg. Koné was at Wednesday’s game on crutches.</p><p>The Swiss opened the World Cup with a lackluster 1-1 draw against Qatar before they routed Bosnia with a flurry of late goals. Considered the favorite in Group B, Switzerland has played at the last five World Cups and advanced to the round of 16 in the past three.</p><p>“We needed some time to get really into this tournament, for many nations that was the case,” Yakin said. “There were big teams who won against small countries, so we really needed to get into this tournament fast, and the way we play football now, I’m very happy with that.”</p><p>Canada, making its third World Cup appearance, opened the tournament with a 2-2 draw against Bosnia.</p><p>“We have to give our team a lot of credit. We’ve had a lot of injuries, we’ve had a lot of adversity, we’ve had a lot of injuries, we’ve had to manage a lot of different situations,” Marsch said. “We still got a really good point in the first game, we had a fantastic performance against Qatar and on another day, even though we go down 2-0, maybe we get a goal and maybe we win the group. It was just a matter of fine margins.”</p><p>Bosnia beat Qatar 3-1 in the other Group B match Wednesday and could still advance as a third-place team. Qatar was eliminated.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q5ZKY7FQMXCE6F2YTLYV36S5KA.jpg?auth=1635fd2cc3b520d711894477251cdba24da718d471abaa6116e0a598761843a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland goalkeeper Gregor Kobel (1) jumps to make a save during the World Cup Group B soccer match between Switzerland and Canada in Vancouver, British Columbia, Wednesday, June 24, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[All 32 of the nation's biggest banks clear the Fed's annual 'stress test']]></title><link>https://www.local10.com/business/2026/06/24/all-32-of-the-nations-biggest-banks-clear-the-feds-annual-stress-test/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/all-32-of-the-nations-biggest-banks-clear-the-feds-annual-stress-test/</guid><dc:creator><![CDATA[By KEN SWEET, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — All 32 of the nation's biggest banks passed the Federal Reserve's annual “stress test” of the financial system, the central bank said Wednesday, a sign that the banking system would remain healthy even if a major economic contraction occurred.]]></description><pubDate>Wed, 24 Jun 2026 20:55:16 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — All 32 of the nation's biggest banks passed the Federal Reserve's annual “stress test” of the financial system, the central bank said Wednesday, a sign that the banking system would remain healthy even if a major economic contraction occurred.</p><p>The annual stress test measures whether a bank’s capital, a financial cushion it uses to absorb losses, would remain at healthy levels even after hundreds of billions of dollars in projected losses. The tests are required under the Dodd-Frank Act, the law passed after the 2008 financial crisis that nearly brought down the global financial system.</p><p>The 2026 scenario that the Fed used is similar to the one they used last year. In the Fed's scenario, unemployment would rise from 5.5% to 10% and the U.S. economy would contract 4.6%. Housing prices would fall 30% from their current levels and the stock market would plunge 58%.</p><p>The scenario would result in the nation’s 32 biggest banks facing $708 billion in loan losses, but the overall capital ratio of these banks would fall only 1.6 percentage points, from 12.8% to 11.2%. By law and regulation, these large banks' common equity Tier 1 capital ratio must remain above 4.5%, plus additional buffers that vary by bank.</p><p>The stress test applied only to the nation's most systematically important banks, those whose failures would bring significant turmoil to the financial system.</p><p>A bank that performed poorly on the stress test could face higher capital requirements, which could limit its ability to pay dividends or buy back stock. Banks typically announce their plans for dividends and share repurchases after the Fed releases the stress-test results. Shortly after the Fed's announcement, JPMorgan Chase said it would increase its quarterly dividend to $1.65 a share from $1.50 a share, and intends to buy back an additional $50 billion in stock.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JC6LRQBENHGSPJGIS43EVXPRJA.jpg?auth=a6a63dc5b0dd173192f06d9b1c18d89bbcba535dfa72e2a1a5711195ecf55d45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The William McChesney Martin Jr. building, which houses the Board of Governors of the Federal Reserve System, is seen on April 7, 2025, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Charges against New York ex-Mayor Eric Adams' top aide are just the latest probe of his inner circle]]></title><link>https://www.local10.com/news/national/2026/06/24/charges-against-new-york-ex-mayor-eric-adams-top-aide-are-just-the-latest-probe-of-his-inner-circle/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/24/charges-against-new-york-ex-mayor-eric-adams-top-aide-are-just-the-latest-probe-of-his-inner-circle/</guid><dc:creator><![CDATA[By JAKE OFFENHARTZ and DAVE COLLINS, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — In his four years as New York mayor, Eric Adams' administration was roiled by corruption probes that led to early-morning FBI searches, resignations of top officials and indictments that alleged a rampant culture of pay-to-play politics at the highest levels of City Hall.]]></description><pubDate>Wed, 24 Jun 2026 20:53:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In his four years as New York mayor, Eric Adams' administration was roiled by corruption probes that led to early-morning FBI searches, resignations of top officials and indictments that alleged a rampant culture of pay-to-play politics at the highest levels of City Hall.</p><p>Even with Adams now far from elected office and facing no charges himself, that saga continues.</p><p>On Wednesday his former chief of staff, Frank Carone, was arrested on federal charges alleging that he accepted $120,000 in bribes in exchange for steering a multimillion-dollar migrant shelter contract to a Queens hotel. Three others, including Carone’s brother, were also indicted. All have pleaded not guilty.</p><p>Another of Adams' closest allies, Ingrid Lewis-Martin, is still fighting separate bribery charges, which include allegations that she exchanged political favors for cash, diamond earrings and a speaking role on a TV show.</p><p>And Adams himself was indicted on bribery charges in 2024, accused of taking illegal campaign contributions from Turkish officials and providing political favors to them in return. Adams, a Democrat, denied any wrongdoing and those charges were later dropped at the behest of the Trump administration.</p><p>Here is a look at some of the criminal investigations that cast a pall over the nation's largest city during Adams' tumultuous tenure and its aftermath:</p><p>Corruption probe launched early in Adams' mayoral term</p><p>Soon after Adams took office in January 2022, federal agents quietly began a corruption investigation into his campaign. It spilled into public view in the fall of 2023, when authorities seized his phones as he was leaving an event. A year later, federal prosecutors brought fraud and bribery charges against him.</p><p>The indictment accused Adams of allowing Turkish officials and other businesspeople to buy his influence with illegal campaign contributions and steep discounts on overseas trips. Among the favors he allegedly provided in return was accelerating the opening of Turkey's diplomatic building in New York, prosecutors said.</p><p>Adams denied wrongdoing and insisted, without evidence, that the Biden administration had politically targeted his administration because of his criticism of its immigration policy.</p><p>But soon after President Donald Trump returned to the White House in early 2025, Justice Department leadership ordered Manhattan federal prosecutors to drop the case, arguing that it was hindering the mayor’s ability to assist Trump's immigration crackdown.</p><p>The investigation severely wounded Adams' efforts last year to seek reelection. He skipped the Democratic primary and got on the ballot as an independent, but eventually ended his campaign early.</p><p>Top adviser accused of trading influence for diamond earrings and a TV show cameo</p><p>As former chief adviser, Lewis-Martin was perhaps the only city official with more direct access to Adams than Carone.</p><p>In 2024 she too was indicted for allegedly trading her influence for bribes worth more than $100,000 from those with business before the city. Lewis-Martin has denied wrongdoing.</p><p>In one instance, prosecutors said, Lewis-Martin agreed to quash a planned bike lane near a Brooklyn soundstage at the request of the studio’s owners in exchange for perks including a promised role on the police drama “Blue Bloods.”</p><p>In a separate scheme, prosecutors said, she accepted diamond earrings and cash from two real estate developers and then helped to speed up approvals of their projects, at times overriding safety concerns from city regulators.</p><p>Her attorney Arthur Aidala — who is also representing Carone — has said she was simply helping constituents cut through the city’s thick red tape.</p><p>The case against Lewis-Martin was brought by the Manhattan District Attorney Alvin Bragg, and a hearing is scheduled for Thursday.</p><p>Other allies resigned but have faced no charges</p><p>Many who departed Adams' administration under a cloud of scandal — often after having their devices seized and homes searched by federal agents — have not faced charges.</p><p>Among them: an adviser to the Chinese community who handed a potato chip bag full of cash to a reporter after an Adams campaign event; the former police commissioner, whose twin brother was accused of extortion by a Brooklyn bar owner; and Adams’ schools chancellor and deputy mayor, also brothers, whose third brother ran a consulting firm that connected clients with city officials.</p><p>Each has denied wrongdoing, and none has been charged with a crime.</p><p>Federal authorities have declined to disclose the purpose of their searches and whether any of the investigations remain active.</p><p>Some low-level associates pleaded guilty to charges involving illegal campaign funds</p><p>Even after the charges against Adams were dropped, prosecutors continued to pursue cases against some of the lower-level operatives involved in the indictment.</p><p>One, a Brooklyn real estate magnate, was sentenced to a year of probation last summer after pleading guilty to working with a Turkish government official to funnel illegal donations to Adams' 2021 campaign.</p><p>And in November an Adams aide who served as his liaison to the city's Muslim communities was sentenced to three years of probation for soliciting illegal campaign funds.</p><p>Before handing down that sentence, Judge Dale Ho, who also presided over the case against Adams that was dismissed, likened the mayor's absence to an “elephant in the room.”</p><p>“There’s a notable absence here of the person at the apex of the pyramid,” he said.</p><p>___</p><p>Collins reported from Hartford, Connecticut.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2YQE46VU3UQS6CUDT4JBSTM2R4.jpg?auth=1901ddfc4f35556113f008b6df939b6bcb2dd00d30af720d81d1c2b1b8b9371c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Mayor Eric Adams, accompanied by Ingrid Lewis-Martin, his chief advisor, responds to questions during a news conference at New York's City Hall, Nov. 14, 2023. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Viral video: Marlins search for ‘very good boy’ who watched dog score hot dog at loanDepot Park]]></title><link>https://www.local10.com/sports/local/2026/06/24/viral-video-marlins-search-for-very-good-boy-who-watched-dog-score-hot-dog-at-loandepot-park/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/24/viral-video-marlins-search-for-very-good-boy-who-watched-dog-score-hot-dog-at-loandepot-park/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miami Marlins posted a “wanted” poster searching for what they’re calling a “very good boy” — the dog who watched another pup score a hot dog in the stands during Tuesday’s game at loanDepot Park. ]]></description><pubDate>Wed, 24 Jun 2026 18:28:25 +0000</pubDate><content:encoded><![CDATA[<p>Miami Marlins posted a “wanted” poster searching for what they’re calling a “very good boy.” </p><p><a href="https://www.local10.com/news/local/2026/06/24/video-viral-marlins-buscan-a-muy-buen-chico-que-vio-a-perro-atrapar-un-hot-dog-en-loandepot-park/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/video-viral-marlins-buscan-a-muy-buen-chico-que-vio-a-perro-atrapar-un-hot-dog-en-loandepot-park/">Leer en español</a></p><p>The viral video from <a href="https://x.com/MLB/status/2069218730442137723" target="_self" rel="" title="https://x.com/MLB/status/2069218730442137723">MLB</a> came after a dog who watched another pup score a hot dog in the stands during Monday’s game vs. the Texas Rangers during the top of the seventh inning at loanDepot Park. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">It&#39;s tough seeing others live out your dream 🐶🌭 <a href="https://t.co/iMSgfb2AaN">pic.twitter.com/iMSgfb2AaN</a></p>&mdash; MLB (@MLB) <a href="https://x.com/MLB/status/2069218730442137723?ref_src=twsrc%5Etfw">June 23, 2026</a></blockquote><p>The reward for the dog? </p><p>A dream day at the ballpark.</p><p>Now the question is: what are the odds fans can help track him down and make that special day happen?</p><p>Call 305-480-2525 if you have information on the dog’s whereabouts.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Wanted: A very good boy<br><br>Reward: a dream day at <a href="https://x.com/loanDepotpark?ref_src=twsrc%5Etfw">@loanDepotpark</a> <a href="https://t.co/KusIXAjURi">https://t.co/KusIXAjURi</a> <a href="https://t.co/fn6tOdx65w">pic.twitter.com/fn6tOdx65w</a></p>&mdash; Miami Marlins (@Marlins) <a href="https://x.com/Marlins/status/2069468190300667996?ref_src=twsrc%5Etfw">June 23, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MBDYXGEJFFBDXIF47WKLUJLEMY.jpg?auth=4cbef7968d33f23ad6b20f5719bf0196852d8585f9cb6986c3608a79ad77b40b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Failed robbery on small Caribbean island of Tobago spawns memes and Batman references]]></title><link>https://www.local10.com/news/world/2026/06/24/failed-robbery-on-small-caribbean-island-of-tobago-spawns-memes-and-batman-references/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/failed-robbery-on-small-caribbean-island-of-tobago-spawns-memes-and-batman-references/</guid><dc:creator><![CDATA[By ANSELM GIBBS, Associated Press]]></dc:creator><description><![CDATA[PORT-OF-SPAIN, Trinidad (AP) — Police in Trinidad and Tobago said Wednesday that they are searching for a group of robbers caught on camera who used a backhoe to try and steal a cash machine but bungled the movie-style heist so badly they ended up as memes.]]></description><pubDate>Wed, 24 Jun 2026 20:29:01 +0000</pubDate><content:encoded><![CDATA[<p>PORT-OF-SPAIN, Trinidad (AP) — Police in Trinidad and Tobago said Wednesday that they are searching for a group of robbers caught on camera who used a backhoe to try and steal a cash machine but bungled the movie-style heist so badly they ended up as memes.</p><p>Security camera footage shows at least four suspects fumbling around the crime scene. One of them bore a striking resemblance to Batman, wearing black clothing, a black ski mask and what looked like a black poncho that blew in the wind like the superhero’s cape. That person is seen tripping over debris and falling on the floor while attempting to direct the backhoe.</p><p>The Trinidad and Tobago Police Service said the suspects’ “efforts to remove the vault proved futile, after the arm of the backhoe sustained damage” during the incident early Wednesday.</p><p>The suspects were able to move the cash machine to the sidewalk with the backhoe, which police said they stole from a nearby beach. But after the backhoe’s arm stopped working – and their combined efforts to lift the cash machine onto a small truck also failed – the suspects gave up and sped off in what police said was a stolen vehicle.</p><p>The detached cash machine remained in the open, with authorities later responding to the scene in Tobago, the smaller of the twin-island nation. Based on the security video timestamp, the failed attempt lasted over 10 minutes all while a state of emergency remains in effect.</p><p>The video of the attempted robbery quickly went viral. Memes popped up on social media, callers on morning radio talk shows made fun of the failed robbers and a local newspaper headlined its story, “‘Batman’ and robbing.”</p><p>Trinidad and Tobago recently extended its state of emergency by three months, until September, as authorities struggle with violent crimes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[BSO deputy accused of fleeing traffic stop, resisting arrest in Miramar]]></title><link>https://www.local10.com/news/local/2026/06/24/bso-deputy-accused-of-fleeing-traffic-stop-resisting-arrest-in-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/bso-deputy-accused-of-fleeing-traffic-stop-resisting-arrest-in-miramar/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Broward Sheriff’s Office deputy was arrested after Miramar police said he fled from officers during a traffic stop and later barricaded himself inside his apartment.]]></description><pubDate>Wed, 24 Jun 2026 19:44:01 +0000</pubDate><content:encoded><![CDATA[<p>A Broward Sheriff’s Office detention deputy was arrested earlier this week after Miramar police said he fled from officers during a traffic stop and later barricaded himself inside his apartment.</p><p><a href="https://www.local10.com/news/local/2026/06/24/acusan-a-agente-de-la-bso-de-huir-de-parada-de-trafico-y-resistirse-al-arresto-en-miramar/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/acusan-a-agente-de-la-bso-de-huir-de-parada-de-trafico-y-resistirse-al-arresto-en-miramar/">Leer en español</a></p><p>According to an arrest report, the suspect was identified as Pyram Gounot, 54, of Miramar. </p><p>Jail records show he is facing two counts of resisting an officer without violence and is no longer in custody.</p><p>Police said the incident began around 11:45 p.m. Sunday near the 12000 block of Saint Andrews Place, where an officer observed Gounot driving a Toyota pickup truck at a “high rate of speed” and initiated a traffic stop.</p><p>Investigators said Gounot exited the vehicle and ran from the officer on foot. They said he allegedly ran up a flight of stairs to the front door of his second-floor apartment.</p><p>According to the report, after the officer ordered him to return downstairs to his vehicle, Gounot again fled, running up a different stairwell. </p><p>While pursuing him, the officer fell while turning a corner, struck a concrete wall and suffered a cut to his head that required medical treatment, the report states. </p><p>Police said Gounot then entered his apartment and refused to come outside.</p><p>They said Gounot’s daughter came out of a bedroom at the home and informed officers that her father is a BSO deputy.</p><p>BSO’s Public Corruption Unit was contacted and assisted with surveillance of Gounot, according to the report. </p><p>Authorities said that later Monday morning, a woman drove him to the BSO Public Safety Complex in Fort Lauderdale, where he was taken into custody without incident.</p><p>Police said Gounot declined to be interviewed.</p><p>A BSO spokesperson told Local 10 News that Gounot has served as a detention deputy with the agency since March 11, 2002. Following his arrest, he was placed on administrative investigative leave with pay, the spokesperson confirmed.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KABQBBPJMZFRNGP46EIM235MWI.jpg?auth=a8b13bfb4083604fc5073e084045999b5a522521d47b6474d42090ba4ad3cfe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump administration loses appeal over access to personal information of Michigan voters]]></title><link>https://www.local10.com/news/politics/2026/06/24/trump-administration-loses-appeal-over-access-to-personal-information-of-michigan-voters/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/trump-administration-loses-appeal-over-access-to-personal-information-of-michigan-voters/</guid><dc:creator><![CDATA[By ED WHITE, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Michigan can keep a lid on the personal information of registered voters, a federal appeals court said Wednesday in the latest defeat for the Trump administration, which has been trying to get key details from dozens of states.]]></description><pubDate>Wed, 24 Jun 2026 20:21:30 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Michigan can keep a lid on the personal information of registered voters, a federal appeals court said Wednesday in the latest defeat for the Trump administration, which has been trying to get key details from dozens of states.</p><p>The release of birth dates, driver's license numbers and partial Social Security numbers is not covered by a law cited by the U.S. Justice Department, the 6th U.S. Circuit Court of Appeals said in a 2-1 opinion, upholding the decision of a federal judge in Lansing, Michigan.</p><p>In addition to Michigan, judges so far have rejected efforts in Maryland, Arizona, California, Maine, Massachusetts, Oregon, Rhode Island and Wisconsin. In Georgia, a judge dismissed a lawsuit because it had been filed in the wrong city, prompting the government to refile elsewhere.</p><p>Michigan Secretary of State Jocelyn Benson, a Democrat, said the federal government only could receive a list of registered voters, similar to any member of the general public.</p><p>The Trump administration said it wants the personal information of voters to ensure that Michigan is complying with federal election law. In a court filing, it cited “anomalies” and other complaints.</p><p>Attorneys for Michigan, however, said the government has other goals, including the creation of a national voter file and sharing information with the U.S. Department of Homeland Security to see if noncitizens have signed up and voted.</p><p>At least 13 states have either provided or promised to hand over their voter registration lists to the government, according to the Brennan Center for Justice and Associated Press reporting: Alaska, Arkansas, Indiana, Louisiana, Mississippi, Nebraska, Ohio, Oklahoma, South Carolina, South Dakota, Tennessee, Texas and Wyoming.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PIKORT6PGZ62XJ2KE6T236P3VE.jpg?auth=d9ac9eaf054c784c1f7dd1b8535f4d2513299503b01845e60fd4d6d20f7e1386&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person waits to cast a ballot at the Horatio Williams Foundation in downtown Detroit, Nov. 4, 2025. (AP Photo/Ryan Sun, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Sun</media:credit></media:content></item><item><title><![CDATA[AI is helping gas stations collude to raise California fuel prices, lawsuit says]]></title><link>https://www.local10.com/news/national/2026/06/24/ai-is-helping-gas-stations-collude-to-raise-california-fuel-prices-lawsuit-says/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/24/ai-is-helping-gas-stations-collude-to-raise-california-fuel-prices-lawsuit-says/</guid><dc:creator><![CDATA[By R.J. RICO, Associated Press]]></dc:creator><description><![CDATA[AI-powered software has allowed gas station operators across California to illegally collude and drive up prices at the pump, according to a federal lawsuit.]]></description><pubDate>Wed, 24 Jun 2026 20:19:32 +0000</pubDate><content:encoded><![CDATA[<p>AI-powered software has allowed gas station operators across California to illegally collude and drive up prices at the pump, according to a federal lawsuit.</p><p>The proposed class action lawsuit, filed Monday, accuses gas station giants including Marathon and Circle K of violating California’s antitrust law through Kalibrate, a fuel-pricing software system used across the world. The plaintiffs describe Kalibrate as the “central nervous system for a conspiracy to extinguish retail price competition among gas stations.”</p><p>According to the lawsuit, Kalibrate helps “coordinate high prices” and even discourages its users from pricing their gas lower than competitors, saying that doing so would trigger a “downward spiral.”</p><p>“Kalibrate promises that if gas stations surrender their pricing decisions and competitively sensitive cost and volume data to Kalibrate Fuel Pricing, the software will enable them to avoid competing with other area stations and to charge higher prices to consumers,” the lawsuit said.</p><p>Californians already pay some of the highest gas prices in the nation, and prices have surged across the globe since the start of the Iran war.</p><p>The lawsuit is the latest to accuse software companies of driving up the cost of living for millions in the U.S. Other examples include the Department of Justice's lawsuit against RealPage, which has been accused of helping landlords drive up rent prices, and the DOJ's lawsuit against Agri Stats, a data-sharing company accused of helping the meatpacking industry inflate grocery prices. The DOJ has settled both of those lawsuits in the past year, though various state attorneys general are still pursuing lawsuits against RealPage and numerous property management companies.</p><p>Concern over algorithmic pricing prompted Democratic California Gov. Gavin Newsom last year to sign a bill saying that state antitrust law applies to pricing algorithms, helping to pave the way for this week's lawsuit.</p><p>Kalibrate is headquartered in Manchester, England, and operates in more than 70 countries. It did not respond to a request for comment Wednesday.</p><p>The lawsuit accuses Kalibrate of facilitating cartel-like collusion. Only this time, instead of competitors making a secret deal “over cigars in a smoky back room,” the price-fixing is done through AI, according to the lawsuit.</p><p>“As technology has advanced, so too have the mechanisms available to competitors to fix prices without the cigars, the smoke, or even the room,” the lawsuit says.</p><p>Among the examples the lawsuit lists is a “restoration” tool that helps “nearly all gas stations in an area raise their prices contemporaneously and by a large amount.”</p><p>According to the lawsuit, research into algorithmic fuel-pricing software found average price increases of about 6 cents per gallon, rising to as much as 30 cents per gallon in markets where many stations use the technology.</p><p>“Because of the volume of fuel sold across California, a single cent increase at the pump will drain a whopping $134 million from California drivers’ wallets every year across the state,” the lawsuit says.</p><p>The defendants in the lawsuit — which also include BP, Speedway, EG America, Walmart and Albertsons — collectively operate more than 1,700 gas stations in California, according to the lawsuit. None of them immediately responded to a request for comment.</p><p>The lawsuit seeks to represent California drivers who bought gas at stations using Kalibrate software since June 2022.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EXKJJMUHUTXTYY2ZTK7KXPFBHM.jpg?auth=919d0abf597662890d2b304d110bdec3ec6f22085b8e8ed868525c3130145885&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Prices are displayed on a digital gas station sign in San Francisco, April 29, 2026. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Indiana’s Aliyah Boston and Caitlin Clark surge to 1-2 in WNBA All-Star fan voting]]></title><link>https://www.local10.com/sports/2026/06/24/indianas-aliyah-boston-and-caitlin-clark-surge-to-1-2-in-wnba-all-star-fan-voting/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/indianas-aliyah-boston-and-caitlin-clark-surge-to-1-2-in-wnba-all-star-fan-voting/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Indiana teammates Aliyah Boston and Caitlin Clark are 1-2 in the fan voting for this year's All-Star game, the league announced Wednesday.]]></description><pubDate>Wed, 24 Jun 2026 19:51:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Indiana teammates Aliyah Boston and Caitlin Clark are 1-2 in the fan voting for this year's All-Star game, the league announced Wednesday.</p><p>Four-time league MVP A'ja Wilson is third about 11,000 votes behind Clark. The Las Vegas Aces star led the initial fan ballots. Dallas Wings guard Paige Bueckers is fourth, about 18,000 votes behind Wilson. New York's Breanna Stewart was next. Wilson and Bueckers were the top two vote getters after the first set of returns.</p><p>Fan ballots end Saturday night.</p><p>Rounding out the top 10 were Jessica Shepard of Dallas, Angel Reese of Atlanta, Gabby Williams of Golden State, Kelsey Mitchell of Indiana and Minnesota rookie Olivia Miles.</p><p>After all votes are tallied, players will be ranked by position (guard and frontcourt) within each of the three voting groups — fan votes, player votes and media votes. Fan vote counts 50% while media and player votes are 25% each.</p><p>Each player’s score will be calculated by averaging their weighted rank from all three areas. The four guards and six frontcourt players with the best score will be named as starters for the All-Star Game which will be played on July 25 in Chicago.</p><p>Once the starters are chosen, the league's head coaches will select the 12 reserves. The 15 head coaches will vote for three guards, five frontcourt players and four players at either position regardless of conference. Coaches can't vote for their own players.</p><p>New this year, two WNBA legends will serve as honorary general managers and choose the two teams from the pool of All-Stars. Previously the top two fan vote-getters would serve as captains and choose the teams.</p><p>The two head coaches will be determined by the teams with the two best records following games on July 10.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M63LUMYITJ4ZINR674VXLWZKLU.jpg?auth=555bddd09d4f1c1f43ae1165bbddfc3573cdf4f51f99796a0ff518c5ca9ee70e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) shoots over Atlanta Dream forward Sika Kone (23) in the first half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7LWVSYYG4R2GSP5EP3HZIX2D4A.jpg?auth=088076b5d307f961a1aab933f075fcefc483e24e8f6563bcdf49098b289249ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream guard Allisha Gray (15) looks to shoot in front of Indiana Fever center Aliyah Boston (7) in the second half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Acusan a agente de la BSO de huir de parada de tráfico y resistirse al arresto en Miramar]]></title><link>https://www.local10.com/news/local/2026/06/24/acusan-a-agente-de-la-bso-de-huir-de-parada-de-trafico-y-resistirse-al-arresto-en-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/acusan-a-agente-de-la-bso-de-huir-de-parada-de-trafico-y-resistirse-al-arresto-en-miramar/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un agente de la Oficina del Sheriff de Broward fue arrestado después de que la policía de Miramar informara que huyó de los oficiales durante una parada de tráfico y posteriormente se atrincheró dentro de su apartamento.]]></description><pubDate>Wed, 24 Jun 2026 19:48:14 +0000</pubDate><content:encoded><![CDATA[<p>Un agente de la Oficina del Sheriff de Broward fue arrestado después de que la policía de Miramar informara que huyó de los oficiales durante una parada de tráfico y posteriormente se atrincheró dentro de su apartamento.</p><p>Según un informe de arresto, el sospechoso fue identificado como Pyram Gounot, de 54 años y residente de Miramar.</p><p>Los registros de la cárcel muestran que enfrenta dos cargos por resistirse a un oficial sin violencia y que ya no permanece bajo custodia.</p><p>La policía indicó que el incidente comenzó alrededor de las 11:45 p.m. del domingo cerca de la cuadra 12000 de Saint Andrews Place, donde un oficial observó a Gounot conduciendo una camioneta Toyota a “alta velocidad” e inició una parada de tráfico.</p><p>Los investigadores dijeron que Gounot salió del vehículo y huyó del oficial a pie. Indicaron que presuntamente subió un tramo de escaleras hasta la puerta principal de su apartamento en un segundo piso.</p><p>Según el informe, después de que el oficial le ordenó regresar a su vehículo, Gounot volvió a huir, esta vez subiendo por otra escalera.</p><p>Mientras lo perseguía, el oficial cayó al doblar una esquina, se golpeó contra un muro de concreto y sufrió una cortadura en la cabeza que requirió atención médica, señala el informe.</p><p>La policía indicó que Gounot luego entró en su apartamento y se negó a salir.</p><p>Según las autoridades, la hija de Gounot salió de una habitación de la vivienda e informó a los oficiales que su padre era un agente de la BSO.</p><p>La Unidad de Corrupción Pública de la BSO fue contactada y colaboró en la vigilancia de Gounot, según el informe.</p><p>Las autoridades dijeron que más tarde, la mañana del lunes, una mujer lo llevó al Complejo de Seguridad Pública de la BSO en Fort Lauderdale, donde fue detenido sin incidentes.</p><p>La policía informó que Gounot se negó a ser entrevistado.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2KZYM3H76UWEXHEWEZMIOBSK4U.jpg?auth=fd0551abe376aefd149d1042d152217e4f1d0d45a87f9d8a182c53f0e3344454&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement arrives to vote in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. ((AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Israel’s foreign minister: Colombia’s De la Espriella is ‘a true friend of the Jewish people’]]></title><link>https://www.local10.com/news/world/2026/06/24/israels-foreign-minister-de-la-espriella-is-a-true-friend-of-the-jewish-people/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/israels-foreign-minister-de-la-espriella-is-a-true-friend-of-the-jewish-people/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Colombian President-elect Abelardo De la Espriella plans to restore the South American country’s relations with Israel when he takes office on Aug. 7. ]]></description><pubDate>Wed, 24 Jun 2026 19:06:01 +0000</pubDate><content:encoded><![CDATA[<p>Colombian President-elect Abelardo De la Espriella plans to restore the South American country’s relations with Israel when he takes office in August. </p><p><a href="https://www.local10.com/news/local/2026/06/24/ministro-de-relaciones-exteriores-de-israel-de-la-espriella-de-colombia-es-un-verdadero-amigo-del-pueblo-judio/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/ministro-de-relaciones-exteriores-de-israel-de-la-espriella-de-colombia-es-un-verdadero-amigo-del-pueblo-judio/">Leer en español</a></p><p>Gideon Sa’ar, Israel’s foreign minister, announced on Wednesday in Hebrew that he had a phone conversation with De La Espriella, whom he referred to as a “true friend of the Jewish people” and Israel.</p><p>“The president-elect reiterated in our conversation his commitment, which he also expressed during his country’s election campaign, to the alliance between Israel and Colombia that will be stronger than ever,” Sa’ar wrote <a href="https://x.com/gidonsaar/status/2069797068961411448" target="_self" rel="" title="https://x.com/gidonsaar/status/2069797068961411448">on X</a> in Hebrew. </p><p>De la Espriella, 47, who has said he planned to open a Colombian embassy in Jerusalem, responded to Sa’ar’s post in both English and Spanish <a href="https://x.com/ABDELAESPRIELLA/status/2069802956765925742" target="_self" rel="" title="https://x.com/ABDELAESPRIELLA/status/2069802956765925742">on X</a>. </p><p>“Colombia will restore and strengthen its relationship with the State of Israel like never before,” De la Espriella wrote. “Israel can count on Colombia as a loyal friend and steadfast ally. May God bless our two nations.”</p><p>During his campaign, De la Espriella, who identified as a former atheist who converted to Catholicism, connected with pastors from megachurches and had the backing of Christian-right political parties. </p><p>Colombia recognized Israel’s statehood in 1949 and opened an embassy in Tel Aviv in 1957. A free trade agreement between the two countries went into effect in 2020. President Gustavo Petro changed that. </p><p>During the Israel-Hamas war, Petro accused Israel of genocide, recalled Colombia’s diplomatic delegation in 2024, and announced the end of the free trade agreement earlier this year.</p><p>Iván Cepeda, the left-wing candidate who had Petro’s support and endorsement, conceded to De la Espriella, who defeated him by 1 percentage point, or about 251,000 votes.</p><p>De la Espriella, who has U.S. and Colombian citizenship, celebrated his victory as “El Tigre” on Sunday night in Barranquilla. Cepeda, 63, and Petro, 66, demanded a recount and pushed for more scrutiny. </p><p>“We will exercise a democratic, vigilant, and constructive opposition,” Cepeda said during his concession speech. </p><p>De la Espriella also plans to have Colombia join Trump’s “Shield of the Americas,” also known as the <a href="https://www.war.gov/News/Releases/Release/Article/4424650/statement-by-chief-pentagon-spokesman-sean-parnell-on-the-americas-counter-cart/" target="_self" rel="" title="https://www.war.gov/News/Releases/Release/Article/4424650/statement-by-chief-pentagon-spokesman-sean-parnell-on-the-americas-counter-cart/">Americas Counter Cartel Coalition</a>, or ACCC, after he is sworn in as the 48th president on Aug. 7 in Bogotá. </p><p><b>Related reports </b></p><ul><li><a href="https://www.local10.com/news/2026/06/24/progressive-candidate-concedes-colombian-presidential-election-to-trump-endorsed-outsider/" target="_self" rel="" title="https://www.local10.com/news/2026/06/24/progressive-candidate-concedes-colombian-presidential-election-to-trump-endorsed-outsider/">Progressive candidate concedes Colombian presidential election to Trump-endorsed outsider</a></li><li><a href="https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/24/colombias-vote-may-reshape-the-amazons-future-as-political-winds-shift-across-latin-america/">Colombia’s vote may reshape the Amazon’s future as political winds shift across Latin America</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2KZYM3H76UWEXHEWEZMIOBSK4U.jpg?auth=fd0551abe376aefd149d1042d152217e4f1d0d45a87f9d8a182c53f0e3344454&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the opposition Defenders of the Motherland movement arrives to vote in the runoff election in Barranquilla, Colombia, Sunday, June 21, 2026. ((AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Investigación revela problemas que llevaron al colapso del condominio de Surfside ]]></title><link>https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[En vísperas del quinto aniversario del colapso de Champlain Towers South en Surfside, investigadores principales dijeron que el colapso comenzó a inicios de junio de 2021]]></description><pubDate>Tue, 23 Jun 2026 22:18:41 +0000</pubDate><content:encoded><![CDATA[<p>En vísperas del quinto aniversario del colapso de Champlain Towers South en Surfside, que cobró la vida de 98 personas, investigadores principales del Instituto Nacional de Estándares y Tecnología (NIST, por sus siglas en inglés) <a href="https://www.nist.gov/news-events/news/2026/06/nist-releases-technical-findings-what-caused-2021-partial-collapse" target="_self" rel="" title="https://www.nist.gov/news-events/news/2026/06/nist-releases-technical-findings-what-caused-2021-partial-collapse">dijeron que el colapso comenzó a inicios de junio de 2021</a> cuando fallaron dos conexiones entre las columnas del garaje y la losa de la terraza de la piscina.</p><p>Una vez que falló la primera conexión, dijeron que otros elementos de la terraza de la piscina quedaron encargados de soportar sus cargas, pero no eran lo suficientemente fuertes para soportarlas.</p><p>“Cuando las estructuras de los edificios se diseñan de acuerdo con los códigos y estándares requeridos, tienen márgenes contra la falla, lo que significa que deberían poder soportar mucha más carga de la que se espera que soporten”, dijo Judith Mitrani-Reiser del Instituto Nacional de Estándares y Tecnología (NIST). “En el caso de Champlain Towers South, estos márgenes contra la falla eran demasiado estrechos desde el inicio”.</p><p>Las investigaciones del NIST son realizadas por equipos nacionales de seguridad en la construcción, y aunque el laboratorio federal de investigación ha producido investigaciones completas sobre fallas estructurales de gran escala —incluido el incendio del <a href="https://www.nist.gov/disaster-failure-studies/station-nightclub-fire-2003" target="_self" rel="" title="https://www.nist.gov/disaster-failure-studies/station-nightclub-fire-2003">club nocturno Station</a> y el<a href="https://www.nist.gov/world-trade-center-investigation" target="_self" rel="" title="https://www.nist.gov/world-trade-center-investigation"> ataque al World Trade Center</a>— lo ocurrido en Surfside fue una primera vez incluso para ellos, ya que fallas de edificios previas que han estudiado tenían causas evidentes, <a href="https://www.nist.gov/disaster-failure-studies/joplin-tornado" target="_self" rel="" title="https://www.nist.gov/disaster-failure-studies/joplin-tornado">como tormentas</a>, incendios o un ataque terrorista.</p><p>Glenn Bell del NIST explicó parte de lo que su investigación descubrió.</p><p>“Desviaciones severas y generalizadas del diseño estructural original del edificio respecto a los códigos y estándares de la época”, dijo.</p><p>Según un informe del administrador municipal de 2021, el edificio hermano del condominio, Champlain Towers North, fue diseñado “por la misma firma de ingeniería y construido al mismo tiempo”, lo que genera preguntas sobre si tiene las mismas fallas originales de diseño y construcción.</p><p>Allyn Kil-Shimer, de KCE Structural Engineers, es el ingeniero estructural contratado por la ciudad para ayudar con su investigación independiente sobre el colapso. También buscó pistas en el cercano Champlain Towers North.</p><p>“Champlain Towers North nos pidió que evaluáramos su edificio para asegurarnos de que no tuviera problemas similares a los que encontramos en Champlain Towers South”, dijo Kil-Shimer.</p><p>“Lo hicimos durante aproximadamente un año y medio, y encontramos los mismos, si no más, defectos de diseño y deficiencias de construcción en la estructura de Champlain Towers North que los que habíamos encontrado incluso en Champlain Towers South, así que con la propiedad de Champlain Towers, el grupo de condominios de Champlain Towers North, que ahora se llama Ocean Waves, esencialmente instalamos una serie de apuntalamientos de emergencia en muchos lugares, y diseñamos el diseño estructural para la remediación necesaria para atender esos problemas”, añadió.</p><p>Kil-Shimer dijo que, trabajando con los propietarios del edificio, comenzaron el proceso de remediación.</p><p>“Comenzamos la construcción, los contratistas iniciaron la construcción en ese momento, contratistas que seleccionamos de expertos de todo el país, y obtuvimos permisos de la ciudad de Surfside”, dijo. “Ha pasado un año y casi dos años, y esencialmente todas las deficiencias estructurales de construcción y diseño en Champlain Towers North que encontramos, tanto al investigar Champlain Towers North como al investigar Champlain Towers South, han sido remediadas satisfactoriamente en Champlain Towers North”.</p><p>También se le preguntó si es seguro vivir allí.</p><p>“En esencia, ahora tengo 86 años y tengo bisnietos, yo los dejaría vivir en el edificio”, añadió. “Por todo lo que hemos encontrado, el edificio es estructuralmente sólido y no solo cumple con la mayoría de los códigos que existen hoy, lo cual no es obligatorio, ahora cumple como mínimo con los códigos estructurales de construcción que existían cuando los edificios fueron diseñados”.</p><p><iframe class="scribd_iframe_embed" title="8877 COLLINS AVE-Champlain Towers North Field Report Revised 001 R1 - Copy - Copy" src="https://www.scribd.com/embeds/1054462803/content?start_page=1&view_mode=scroll&access_key=key-T0FyEzO1lsJYyk3WQ6T6" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> </p>]]></content:encoded></item><item><title><![CDATA[Usher says tour with Chris Brown is about more than 2 stars. He makes the case for R&B in stadiums]]></title><link>https://www.local10.com/entertainment/2026/06/24/usher-says-tour-with-chris-brown-is-about-more-than-2-stars-he-makes-the-case-for-rb-in-stadiums/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/usher-says-tour-with-chris-brown-is-about-more-than-2-stars-he-makes-the-case-for-rb-in-stadiums/</guid><dc:creator><![CDATA[By JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — As Usher prepares to launch a stadium tour with Chris Brown, he says the criticism and legal troubles surrounding the singer never factored into his decision to embark on the tour.]]></description><pubDate>Wed, 24 Jun 2026 19:28:14 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — As Usher prepares to launch a stadium tour with Chris Brown, he says the criticism and legal troubles surrounding the singer never factored into his decision to embark on the tour.</p><p>“Absolutely not,” Usher told The Associated Press. “He’s my brother, and he’s amazing as a performer. That’s who I see. He works hard for his fans, and his fans support him.”</p><p>Brown has remained one of R&B’s biggest stars despite years of legal troubles and controversy. Last year, he pleaded not guilty in London to charges stemming from an alleged 2023 assault at a nightclub after previously being released on bail to continue touring. He also pleaded guilty in 2009 to felony assault for attacking then-girlfriend Rihanna.</p><p>For Usher, their North American tour — which kicks off Friday in Denver — represents something much bigger than two of R&B's brightest stars sharing a stage.</p><p>The 33-date tour follows blockbuster solo runs for both artists. Fresh off headlining the Super Bowl halftime show in 2024, Usher’s “Past, Present, Future” tour sold more than 1.1 million tickets across North America, while Brown’s “Breezy Bowl XX” grossed nearly $300 million.</p><p>“It’s not about me and my brother coming together,” Usher said. “We come together in support of our fans of R&B.”</p><p>Throughout the interview, Usher repeatedly returned to one message: R&B has helped shape modern music while rarely receiving equal recognition.</p><p>“It deserves to be in a stadium,” he said. “It is not just for theaters. It is not just for arenas. We do this … too. We are major too. R&B is major too.”</p><p>Usher said the tour also honors the artists who laid the foundation for the genre, citing Buddy Bolden, James Brown, Jackie Wilson, Chuck Berry, Little Richard, Marvin Gaye, Donny Hathaway, Prince, Luther Vandross, along with influential figures including Earth, Wind & Fire and Babyface.</p><p>“We’re carrying it over there for them,” he said.</p><p>Rather than viewing the tour as a competition between two of the genre’s biggest performers, Usher said rehearsals have reflected the admiration they have for one another.</p><p>“When we run through the show, I look over and I see Chris standing up doing my portion and dancing,” he said. “When it would be my time, I’d be standing up rooting him on. I love his music. I am encouraged by his music in the same way I feel like he’s been encouraged and inspired by mine.”</p><p>Usher said the partnership fulfills a vision that dates to Brown’s earliest days in the music business.</p><p>“When he first started his career, having been there as a mentor, a person to support what he did, some portion of my 25-year-old self was kind of like, ‘Man, I’m still building. Let’s someday get to the point where there’s an opportunity for us to share the stage together,’” he said.</p><p>Now, Usher believes the collaboration could inspire more artists to rethink touring together.</p><p>“There is power in numbers,” he said. “After this becomes the success that I know it’s going to be, you will see more collaborations. You will see artists beginning to understand, ‘Wait a minute. We actually serve more of our fans when we bring them together, as opposed to trying to do it all by ourselves.’”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GK7YSJ7YX2UII5UIUBFEFODFLU.jpg?auth=3608a7f16194e6a25c99d50606fceaff120c326b4bc51bc7e2fca4a11bd04f63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Usher performs during a Prince tribute at the 62nd annual Grammy Awards in Los Angeles on Jan. 26, 2020, left, and Chris Brown performs at the BET Awards in Los Angeles on June 25, 2017. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[As eyes are on the men at the World Cup, the Women's World Cup countdown has begun]]></title><link>https://www.local10.com/sports/2026/06/24/as-eyes-are-on-the-men-at-the-world-cup-the-womens-world-cup-countdown-has-begun/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/as-eyes-are-on-the-men-at-the-world-cup-the-womens-world-cup-countdown-has-begun/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[While most of the soccer world is focused on the men at the World Cup, the countdown has begun for the 2027 Women's World Cup in Brazil.]]></description><pubDate>Wed, 24 Jun 2026 19:56:01 +0000</pubDate><content:encoded><![CDATA[<p>While most of the soccer world is focused on the men at the World Cup, the countdown has begun for the 2027 Women's World Cup in Brazil.</p><p>The women's tournament is set to start June 24, 2027, hosted by a South American country for the first time. Brazil hosted the men's World Cup in 1950 and 2014.</p><p>“I think that the host country, it sleeps and breathes football. So, I think just the energy you’re going to see from the public, the general public, and obviously the teams touching down in Brazil, I mean, it’s such a unique, special country,” FIFA chief football officer Jill Ellis said at an event Wednesday in Miami. “I think the same energy you’re going to feel right now when you bring the world together, and you have an incredible product in women’s football, I mean, the level of quality the players is so extraordinary that I think, honestly, it will be an epic showcase of football and fandom.”</p><p>In addition to Miami, a countdown event was also held in Rio de Janeiro. Even in Vancouver, British Columbia, at Wednesday's World Cup match between Switzerland and co-host Canada, video signage flashed with ads for the upcoming women's tournament.</p><p>All eight cities that will host women's matches next year also hosted men's games in 2014: Rio de Janeiro, Sao Paulo, Belo Horizonte, Brasilia, Fortaleza, Porto Alegre, Recife and Salvador.</p><p>Qualification for the tournament has already begun. Brazil, which has an automatic spot as host, has never won the women's tournament and it remains to be seen whether Marta, the six-time FIFA world player of the year, will be on the national team. The 40-year-old Marta has never won a major international tournament.</p><p>Thirteen other teams have also qualified, including Australia, Philippines, Japan, North Korea, China, South Korea, Argentina, Colombia, New Zealand, Germany, France, Spain and Denmark.</p><p>“There is only one year left until the moment that will be marked in the history of our country. For the CBF (Brazilian soccer confederation) and for all Brazilians, it is a source of great pride to host the Women’s World Cup," federation president Samir Xaud said in a statement. “It will be an opportunity to show the world our passion for football and, above all, the strength of Brazilian women’s football. We are certain that this will be a transformative World Cup, capable of inspiring girls in all regions of Brazil and leaving a lasting legacy.”</p><p>The first Women's World Cup was hosted by China in 1991. The United States has won the most titles with four. Spain won the last title in 2023 at the tournament co-hosted by Australia and New Zealand.</p><p>Women's soccer has experienced exponential growth in the past decade, with new leagues, increasing viewership and revenues. The Women's World Cup in Brazil will be the last with 32 teams. In 2031 the event will include 48 teams, like the men's tournament.</p><p>The 2031 World Cup is expected to be hosted by the United States, Mexico, Costa Rica and Jamaica. The formal decision will likely be announced in November.</p><p>“I think when we went to 32 there was some noise, are we’re ready, are there going to be blowouts? We saw an incredibly competitive landscape. We saw debutantes making the knockout rounds. I think the global game is accelerating so fast that countries are closing the gap a lot faster," Ellis said. “Our job is to make sure teams come in there as prepared and ready as they can, so we have the most competitive World Cup. So I think the growth of the game is accelerating rapidly, and I think by 2031 we certainly will have a very competitive World Cup.”</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2ZEN2TPCVLEMV4JIN3RMFPGWOI.jpg?auth=327c27486095929eb39dc33fc1b5d7631b4aed8ddddef790dd1cfa772ee2d47a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TENXNVVPTFZV4RCCGVXOIZLXO4.jpg?auth=15baf0f1db3874235cbcff8df17fc24a6cf3e5327feb6ab50ccc00ace33b642d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SNP3EST6FZXE2JUVONJQJBEQ4.jpg?auth=1a7740afc40c4c8919a055b82e82e7f1927d80b551fa1bf2db52619328dcc37f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7YQ7TFYETUP25SKYUOOCLSUTBU.jpg?auth=519c08bd6de6506ccfca16f5e5acb8200c418f4c006c5b83879ba09035996fe8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christ the Redeemer monument is illuminated in Brazil's national colors as part of the countdown to the 2027 FIFA Women's World Cup, in Rio de Janeiro, Brazil, Tuesday, June 23, 2026. (AP Photo/Dhavid Normando)]]></media:description><media:credit role="author" scheme="urn:ebu">Dhavid Normando</media:credit></media:content></item><item><title><![CDATA[Elección en Colombia podría redefinir el futuro de Amazonía ante el giro político en América Latina]]></title><link>https://www.local10.com/espanol/2026/06/24/eleccion-en-colombia-podria-redefinir-el-futuro-de-amazonia-ante-el-giro-politico-en-america-latina/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/eleccion-en-colombia-podria-redefinir-el-futuro-de-amazonia-ante-el-giro-politico-en-america-latina/</guid><dc:creator><![CDATA[Por STEVEN GRATTAN, Associated Press]]></dc:creator><description><![CDATA[BOGOTA (AP) — El ascenso de Abelardo de la Espriella, un empresario y abogado que se perfila como el próximo presidente de Colombia, genera interrogantes sobre si los cambios políticos que recorren América Latina podrían reconfigurar el futuro de la selva amazónica.]]></description><pubDate>Wed, 24 Jun 2026 19:37:42 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA (AP) — El ascenso de Abelardo de la Espriella, un empresario y abogado que se perfila como el próximo presidente de Colombia, genera interrogantes sobre si los cambios políticos que recorren América Latina podrían reconfigurar el futuro de la selva amazónica.</p><p>El resultado electoral en Colombia se produce mientras Perú parece estar a punto de elegir a Keiko Fujimori como presidenta tras una votación muy reñida. Mientras tanto, Brasil se prepara para una elección presidencial que podría llevar al país de vuelta hacia la derecha si Flávio Bolsonaro, hijo del expresidente Jair Bolsonaro, derrota al presidente Luiz Inácio Lula da Silva.</p><p>Las elecciones plantean la posibilidad de que los países con las mayores porciones de la Amazonía se orienten hacia políticas que pongan mayor énfasis en el crecimiento económico, las industrias extractivas y los esfuerzos por combatir el crimen organizado y reafirmar el control del Estado en regiones remotas.</p><p>“Hay una alineación interesante, particularmente en la región andina y en la cuenca amazónica en general”, señaló Elizabeth Dickinson, subdirectora para América Latina del International Crisis Group, refiriéndose a una creencia cada vez más difundida entre algunos gobiernos de que el desarrollo económico y la conservación pueden impulsarse de manera simultánea.</p><p>Los resultados electorales en Colombia mostraron que de la Espriella, quien recibió el respaldo del presidente de Estados Unidos, Donald Trump, derrotó a Iván Cepeda, un legislador respaldado por el presidente saliente Gustavo Petro, por 1 punto porcentual, o casi 251.000 votos. Cepeda reconoció la derrota el miércoles.</p><p>La selva amazónica se extiende por gran parte del norte de Sudamérica y ayuda a frenar el cambio climático al absorber grandes cantidades de dióxido de carbono, un gas de efecto invernadero que calienta el planeta. Desde hace años, los científicos han advertido que la pérdida continua de bosque podría empujar a distintas partes de la Amazonía hacia un punto de no retorno, más allá del cual grandes áreas podrían dejar de regenerarse como selva tropical.</p><p>Alrededor del 40% del territorio colombiano se encuentra dentro de la cuenca amazónica. En el gobierno de Petro, el país se consolidó como uno de los defensores más destacados a escala mundial de la protección de la selva y de una transición para alejarse de los combustibles fósiles.</p><p>Desarrollo económico y la Amazonía</p><p>Durante su campaña electoral, de la Espriella —apodado “El Tigre”— prometió reactivar el sector petrolero de Colombia, respaldó el fracking, un método para extraer petróleo y gas de formaciones rocosas subterráneas, y sostuvo que el país debería aprovechar más sus recursos naturales para impulsar el crecimiento económico. Defensores del medio ambiente advierten que ampliar la producción de petróleo y gas podría socavar los esfuerzos por reducir emisiones y aumentar la presión sobre zonas ambientalmente sensibles.</p><p>De la Espriella representa un marcado contraste con Petro, quien se opuso a nuevos contratos de exploración de combustibles fósiles y buscó posicionar a Colombia como una voz líder a nivel internacional en temas climáticos.</p><p>Perú, que alberga la segunda mayor porción de la selva amazónica después de Brasil, parece cerca de elegir a Fujimori. Al igual que de la Espriella, Fujimori ha dado señales de apoyar la expansión de la minería y otras industrias como motor del crecimiento económico, mientras grupos ambientalistas han expresado su preocupación por las posibles implicaciones para los bosques y las comunidades indígenas.</p><p>Brasil, que concentra aproximadamente el 60% de la Amazonía, se prepara para una contienda presidencial que podría tener grandes implicaciones para la protección del bosque. La elección llega después de que el país registrara un fuerte aumento de la deforestación durante el régimen de Bolsonaro, seguido de descensos bajo el presidente Luiz Inácio Lula da Silva, a medida que se reforzó la fiscalización ambiental.</p><p>La experiencia de Brasil muestra que las prioridades del gobierno pueden tener un impacto medible en la Amazonía, afirmó Cristiane Mazzetti, responsable de deforestación cero en Greenpeace Brasil.</p><p>“La administración electa fija prioridades presupuestarias, ocupa cargos en el gobierno y da forma a regulaciones para facilitar o dificultar la explotación depredadora y los delitos ambientales”, manifestó. “El resultado de esto es medible, como lo evidencia la tasa de deforestación en la Amazonía brasileña”.</p><p>El respaldo de Trump a de la Espriella en Colombia proviene de un mandatario estadounidense que ha revertido políticas climáticas, ha promovido la expansión de la producción de petróleo y gas y retiró a Estados Unidos del Acuerdo de París de 2015, el pacto internacional destinado a limitar el calentamiento global.</p><p>Sergio Guzmán, director de Colombia Risk Analysis, dijo que las preocupaciones ambientales podrían competir cada vez más con las demandas de inversión, producción de energía y crecimiento económico.</p><p>“Muchas de las preocupaciones de los ambientalistas sobre las emisiones y el fracking pasarán a un segundo plano frente a algunas de las preocupaciones económicas sobre la autosuficiencia energética, la inversión local y extranjera directa en petróleo, gas y minería”, afirmó.</p><p>Minería ilegal y comunidades indígenas</p><p>La minería ilegal de oro se ha convertido en uno de los mayores impulsores de la destrucción ambiental en distintas partes de la Amazonía, al contaminar ríos con mercurio, talar bosques y generar miles de millones de dólares para grupos criminales.</p><p>Dickinson indicó que muchos gobiernos han adoptado respuestas más duras frente a la minería ilegal, un tema que se ha vuelto cada vez más central en la política ambiental de la región.</p><p>“Es muy difícil estar en desacuerdo con la idea de ir tras la minería ilegal, una de las industrias más perjudiciales para la cuenca amazónica”, señaló, añadiendo que los gobiernos a menudo se han centrado en incautar equipos o retirar a mineros de sitios específicos, en lugar de desmantelar las redes criminales y financieras que están detrás.</p><p>“Lo que realmente no hemos logrado es la capacidad de hacer frente a los autores intelectuales de estas operaciones”, afirmó.</p><p>Decisiones que afectan territorios indígenas</p><p>Julio Cusurichi, un destacado líder indígena de la región amazónica de Perú, afirmó que las comunidades indígenas seguirán organizándose y pugnando por una mayor participación en las decisiones que afectan sus territorios.</p><p>“La biodiversidad, nuestros territorios, nuestro conocimiento y nuestra sabiduría pueden ayudar muchísimo al tema del cambio climático”, afirmó. “En nuestros territorios hemos demostrado que hacemos una gobernanza no solamente para nuestros pueblos, sino también para el planeta.”</p><p>En toda la Amazonía, las tierras indígenas con frecuencia suelen superponerse con áreas objetivo para la minería, el desarrollo petrolero y proyectos de infraestructura. Desde hace tiempo, organizaciones indígenas sostienen que, por lo general, los gobiernos no consultan adecuadamente a las comunidades antes de aprobar proyectos.</p><p>Dickinson señaló que las tensiones por la autonomía indígena y los proyectos extractivos se han vuelto cada vez más visibles en países como Perú y Ecuador.</p><p>Diversos analistas dicen que algunos de los indicadores más claros del enfoque ambiental de la administración de de la Espriella serán cómo maneje los procesos de consulta indígena, las licencias ambientales y las decisiones sobre nuevos proyectos de petróleo, gas y minería en ecosistemas sensibles.</p><p>“Permitir respirar a la humanidad”</p><p>Guzmán dijo que los planes de de la Espriella para aumentar la presión militar sobre grupos criminales y, potencialmente, reanudar la fumigación aérea de cultivos de coca, la planta utilizada para producir cocaína, también podrían tener consecuencias para las comunidades amazónicas.</p><p>Durante mucho tiempo, la fumigación aérea ha sido un tema controvertido en Colombia. Sus partidarios la ven como una herramienta para combatir el narcotráfico, mientras que sus críticos sostienen que puede dañar la vegetación circundante, afectar fuentes de agua y alentar a los cultivadores de coca a despejar nuevas áreas de bosque y adentrarse más en zonas remotas de la Amazonía.</p><p>Otros advierten contra la idea de asumir que las protecciones ambientales se debilitarán inevitablemente.</p><p>Los tribunales, el Congreso, las organizaciones indígenas y las instituciones ambientales de Colombia siguen siendo influyentes, mientras que los avances en el monitoreo satelital hacen cada vez más difícil ocultar la deforestación y el daño ambiental, dijeron analistas.</p><p>En Leticia, ciudad amazónica de Colombia, Arnaldo Rufino, un residente indígena ticuna, dijo que muchos habitantes temen que políticas que incentiven una mayor extracción en la selva puedan hacerse a costa del propio bosque.</p><p>Afirmó que los líderes políticos deberían centrarse en proteger la biodiversidad y la Amazonía, en lugar de impulsar proyectos que corren el riesgo de aumentar las presiones ambientales.</p><p>“Eso significa talar los árboles que permiten respirar a la humanidad”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QSJYYEM5HETOQOYXD7NUPVXYNY.jpg?auth=0b5cbaa38636e09bcc7fe274f9da369daa08a9fa8141f6fa70939c34a8573977&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Un bote, con gasolina que será transportada para alimentar maquinaria para la minería ilegal, maniobra frente a un área que fue objeto de minería y después reforestada por la Asociación Nuestra Casa Común, cerca de Paimado, Colombia, el 24 de septiembre de 2024. (AP Foto/Ivan Valencia, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Christian Pulisic feels 'great,' hopes to play for US in final World Cup group game vs Turkey]]></title><link>https://www.local10.com/sports/2026/06/24/christian-pulisic-feels-great-hopes-to-play-for-us-in-final-world-cup-group-game-vs-turkey/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/christian-pulisic-feels-great-hopes-to-play-for-us-in-final-world-cup-group-game-vs-turkey/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[IRVINE, Calif. (AP) — Christian Pulisic says he feels “great” now after missing one World Cup match with a calf injury, and he hopes to play for the U.S. in its final group match against Turkey on Thursday night.]]></description><pubDate>Wed, 24 Jun 2026 23:37:17 +0000</pubDate><content:encoded><![CDATA[<p>IRVINE, Calif. (AP) — Christian Pulisic says he feels “great” now after missing one World Cup match with a calf injury, and he hopes to play for the U.S. in its final group match against Turkey on Thursday night.</p><p>Pulisic played a dynamic first half in the Americans' historic 4-1 victory over Paraguay to open their home World Cup nearly two weeks ago, but the AC Milan midfielder came off at halftime after an injury from training stiffened up.</p><p>Pulisic said he nearly played in the U.S.' 2-0 victory over Australia last Friday but was held out to get closer to full fitness for the games ahead. He has returned to practice with his teammates this week after working out on his own last week before the trip to Seattle.</p><p>“I'm hoping to play a part in (the match against Turkey), for sure,” Pulisic said before the U.S. training session Wednesday at Great Park. “I’ll discuss that with my coaches and the medical staff. Obviously not a good chance I’ll probably go and play 90 (minutes) right away after you come back and miss a game, but we’ll see.”</p><p>U.S. coach Mauricio Pochettino didn't reveal his plan Wednesday for Pulisic in the match against Turkey, which is meaningless for both teams. The Americans are locked into first place in their group, while Turkey has been eliminated from knockout-round contention.</p><p>"Pulisic is talking with the medical (staff)," Pochettino said in an afternoon news conference at SoFi Stadium. “We have to decide if it’s possible to play from the beginning, or maybe play from the bench and play the second half.”</p><p>Pochettino did indicate that his players who have already received yellow cards — Folarin Balogun, Chris Richards, Antonee Robinson and Tyler Adams — are unlikely to play, at least as starters.</p><p>“For the guys that have yellow cards, it’s not necessary to take another yellow card and not be available for the next stage,” Pochettino said. “It’s a normal, easy answer not to play with them from the beginning.”</p><p>Pulisic hopes the plan includes at least some playing time for him as the U.S. ramps up for its Round-of-32 match in Santa Clara, California, on July 1. While Pulisic's calf injury robbed him of one chance on the World Cup stage, he felt certain he wouldn't be out for long.</p><p>“I never feared anything worse,” Pulisic said. “I was pushing, and I was really close to trying to be available for the last game, for sure. I did feel a little something (against Paraguay), but I definitely was able to push through in the first half and just get me through. But yeah, it wasn’t quite ready, but it wasn’t anything where I feared anything worse than what it was.”</p><p>With no stakes for the U.S. against Turkey, Pochettino seems likely to provide some rest to key players in his starting lineup while giving a few of his reserves possibly their only opportunity to hit the field. That sounds great to Richards, who thinks some time off wouldn't be a hindrance.</p><p>“Our trainings are pretty intense," Richards said. "I think fitness won't be an issue. I don't think sharpness will be, either. Obviously it's good to keep into some sort of rhythm, but I think these guys deserve it if they get the chance (Thursday). I think we'll be fine when it comes to the next game.”</p><p>Pulisic was visibly excited as a spectator during the Americans' win in Seattle, celebrating along with his teammates as they capably handled a second straight opponent for their team's first consecutive World Cup victories since 1930. The U.S. offensive performance without its most accomplished attacking player, particularly in the first half against Australia, pleased Pulisic greatly.</p><p>“It’s not surprising to me,” Pulisic said. “I see what this team can do. We have depth. We have really strong players in a lot of positions. I don’t need to do everything. It’s such a strong team. These guys, everyone has each other’s backs. That’s what so fun about it, and to see the way the team performance that we’ve put in, especially the way we’ve started the games, has been fun to watch.”</p><p>___</p><p>AP World Cup: https://apnews.com/FIFA-World-Cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/INO6LU6GHKTUPXA5CR6XRCNJDE.jpg?auth=f35714a375eb308c4cebe435f67f07a7cbd29bbda9e618baade9d760beb24290&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic attends a training session ahead of a FIFA World Cup match against Turkey in Irvine, Calif., Tuesday, June 23, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OTNZKCHXRODNZU6QAINMZTAYXU.jpg?auth=0ed1c78aaf399c66211d930326090c62c4317f892ac14979b3edaa7b7d5348b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic, left, and teammate Chris Richards attend a training session ahead of a FIFA World Cup match against Turkey in Irvine, Calif., Tuesday, June 23, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RMHMKFHESMHC33SMZLKG2ZPYPQ.jpg?auth=70885a5da221399123dfd21e3c70b33d58e476f23c12957b7e79c7d94aab4037&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) applauds after the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item></channel></rss>