{"id":147,"date":"2026-01-05T05:12:42","date_gmt":"2026-01-05T05:12:42","guid":{"rendered":"https:\/\/yebbo.com\/ethiodiego\/?p=147"},"modified":"2026-01-05T05:32:46","modified_gmt":"2026-01-05T05:32:46","slug":"california-new-laws-2026-by-yebboinfo","status":"publish","type":"post","link":"http:\/\/yebbo.com\/ethiodiego\/california-new-laws-2026-by-yebboinfo\/","title":{"rendered":"California New Laws 2026, by YebboInfo"},"content":{"rendered":"\n<!doctype html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>California New Laws 2026, by YebboInfo<\/title>\n  <meta name=\"description\" content=\"A vibrant, readable guide to key California laws taking effect in 2026. Powered by Yebbo.com (YebboInfo).\" \/>\n  <style>\n    :root {\n      --bg: #0b1220;\n      --panel: rgba(255,255,255,.08);\n      --panel2: rgba(255,255,255,.12);\n      --text: rgba(255,255,255,.92);\n      --muted: rgba(255,255,255,.70);\n      --line: rgba(255,255,255,.14);\n      --accent: #7c3aed;\n      --accent2: #22c55e;\n      --accent3: #06b6d4;\n      --warn: #f59e0b;\n      --shadow: 0 18px 50px rgba(0,0,0,.45);\n      --radius: 18px;\n      --radius2: 26px;\n      --max: 1120px;\n      --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\", \"Segoe UI Emoji\";\n    }\n\n    * { box-sizing: border-box; }\n    html, body { margin: 0; padding: 0; font-family: var(--font); background: radial-gradient(1200px 600px at 20% 0%, rgba(124,58,237,.35), transparent 55%),\n                                                  radial-gradient(900px 600px at 90% 10%, rgba(34,197,94,.25), transparent 55%),\n                                                  radial-gradient(900px 700px at 70% 95%, rgba(6,182,212,.18), transparent 55%),\n                                                  var(--bg);\n                 color: var(--text); }\n    a { color: inherit; text-decoration: none; }\n    a:hover { text-decoration: underline; }\n    .wrap { max-width: var(--max); margin: 0 auto; padding: 22px; }\n    .pill { display:inline-flex; gap:10px; align-items:center; padding: 8px 12px; border-radius: 999px;\n             background: rgba(255,255,255,.10); border: 1px solid var(--line); color: var(--muted); font-size: 13px; }\n    .pill b { color: var(--text); font-weight: 700; }\n    .topbar { display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap; }\n    .brand { display:flex; align-items:center; gap:12px; }\n    .logo {\n      width: 40px; height: 40px; border-radius: 12px;\n      background: linear-gradient(135deg, var(--accent), var(--accent2));\n      box-shadow: 0 10px 28px rgba(124,58,237,.28);\n      position: relative;\n      overflow: hidden;\n    }\n    .logo:after {\n      content:\"\"; position:absolute; inset:-40%;\n      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), transparent 55%);\n      transform: rotate(18deg);\n    }\n    .brand h1 { font-size: 16px; margin: 0; letter-spacing: .2px; }\n    .brand small { display:block; color: var(--muted); margin-top: 2px; font-size: 12.5px; }\n\n    .hero {\n      margin-top: 18px;\n      border-radius: var(--radius2);\n      border: 1px solid var(--line);\n      background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));\n      box-shadow: var(--shadow);\n      overflow: hidden;\n    }\n    .hero-grid {\n      display:grid;\n      grid-template-columns: 1.2fr .8fr;\n      gap: 0;\n    }\n    @media (max-width: 900px) {\n      .hero-grid { grid-template-columns: 1fr; }\n    }\n    .hero-text {\n      padding: 26px 26px 24px 26px;\n    }\n    .kicker {\n      display:flex; gap:10px; align-items:center; flex-wrap:wrap;\n      margin-bottom: 14px;\n    }\n    .kicker .tag {\n      display:inline-flex; align-items:center; gap:8px;\n      padding: 8px 12px; border-radius: 999px;\n      background: rgba(124,58,237,.18);\n      border: 1px solid rgba(124,58,237,.35);\n      font-size: 13px; color: var(--text);\n    }\n    .kicker .tag .dot {\n      width:10px; height:10px; border-radius:999px;\n      background: linear-gradient(135deg, var(--accent2), var(--accent3));\n    }\n    .hero h2 {\n      font-size: 36px;\n      margin: 0 0 10px 0;\n      line-height: 1.06;\n      letter-spacing: -0.02em;\n    }\n    @media (max-width: 520px) {\n      .hero h2 { font-size: 28px; }\n    }\n    .hero p {\n      margin: 10px 0 0 0;\n      color: var(--muted);\n      line-height: 1.6;\n      font-size: 15.5px;\n      white-space: pre-line;\n    }\n    .hero-actions {\n      margin-top: 16px;\n      display:flex; gap:10px; flex-wrap:wrap;\n    }\n    .btn {\n      display:inline-flex; align-items:center; gap:10px;\n      padding: 10px 14px;\n      border-radius: 14px;\n      border: 1px solid var(--line);\n      background: rgba(255,255,255,.08);\n      color: var(--text);\n      font-weight: 650;\n      font-size: 14px;\n    }\n    .btn.primary {\n      background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(34,197,94,.85));\n      border: 0;\n      box-shadow: 0 16px 36px rgba(124,58,237,.25);\n    }\n    .btn:hover { filter: brightness(1.05); text-decoration: none; }\n\n    .hero-img {\n      position: relative;\n      min-height: 340px;\n      background: rgba(255,255,255,.03);\n      border-left: 1px solid var(--line);\n    }\n    @media (max-width: 900px) {\n      .hero-img { border-left: 0; border-top: 1px solid var(--line); }\n    }\n    .hero-img img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display:block;\n      filter: saturate(1.1) contrast(1.02);\n    }\n    .hero-img .overlay {\n      position:absolute; inset:0;\n      background: radial-gradient(700px 300px at 30% 15%, rgba(124,58,237,.35), transparent 60%),\n                  linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.55));\n      pointer-events:none;\n    }\n    .hero-img .credit {\n      position:absolute; left: 16px; right: 16px; bottom: 14px;\n      display:flex; justify-content:space-between; align-items:flex-end; gap:12px; flex-wrap:wrap;\n      color: rgba(255,255,255,.86);\n      font-size: 12.5px;\n      text-shadow: 0 6px 20px rgba(0,0,0,.55);\n    }\n    .credit .mini {\n      display:inline-flex; align-items:center; gap:8px;\n      padding: 7px 10px; border-radius: 999px;\n      background: rgba(0,0,0,.28);\n      border: 1px solid rgba(255,255,255,.20);\n      backdrop-filter: blur(8px);\n    }\n\n    .toc {\n      margin-top: 18px;\n      border-radius: var(--radius);\n      border: 1px solid var(--line);\n      background: rgba(255,255,255,.06);\n      box-shadow: 0 10px 28px rgba(0,0,0,.25);\n      overflow:hidden;\n    }\n    .toc-head {\n      display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap;\n      padding: 14px 16px;\n      border-bottom: 1px solid var(--line);\n      background: rgba(255,255,255,.05);\n    }\n    .toc-head h3 { margin: 0; font-size: 14px; letter-spacing:.3px; color: rgba(255,255,255,.92); }\n    .toc-links {\n      padding: 14px 16px 16px 16px;\n      display:flex; flex-wrap:wrap; gap:10px;\n    }\n    .toc-links a {\n      padding: 9px 12px;\n      border-radius: 999px;\n      border: 1px solid rgba(255,255,255,.16);\n      background: rgba(255,255,255,.06);\n      color: rgba(255,255,255,.88);\n      font-size: 13px;\n    }\n    .toc-links a:hover {\n      border-color: rgba(34,197,94,.55);\n      text-decoration: none;\n    }\n\n    .section {\n      margin-top: 18px;\n      border-radius: var(--radius);\n      border: 1px solid var(--line);\n      background: rgba(255,255,255,.06);\n      box-shadow: 0 10px 28px rgba(0,0,0,.25);\n      padding: 16px;\n    }\n    .section-head {\n      display:flex; justify-content:space-between; align-items:flex-end; gap:12px; flex-wrap:wrap;\n      padding: 2px 2px 12px 2px;\n      border-bottom: 1px dashed rgba(255,255,255,.18);\n      margin-bottom: 14px;\n    }\n    .section-head h2 {\n      margin: 0;\n      font-size: 18px;\n      letter-spacing: .2px;\n    }\n    .backtop {\n      color: rgba(255,255,255,.75);\n      font-size: 12.5px;\n      padding: 6px 10px;\n      border-radius: 999px;\n      border: 1px solid rgba(255,255,255,.16);\n      background: rgba(255,255,255,.04);\n    }\n    .backtop:hover { text-decoration: none; border-color: rgba(6,182,212,.55); }\n\n    .grid {\n      display:grid;\n      grid-template-columns: repeat(2, minmax(0,1fr));\n      gap: 12px;\n    }\n    @media (max-width: 860px) {\n      .grid { grid-template-columns: 1fr; }\n    }\n    .card {\n      border-radius: 16px;\n      border: 1px solid rgba(255,255,255,.14);\n      background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.06));\n      padding: 14px 14px 12px 14px;\n      position: relative;\n      overflow:hidden;\n    }\n    .card:before {\n      content:\"\";\n      position:absolute; inset:-1px;\n      background: radial-gradient(600px 220px at 20% 0%, rgba(124,58,237,.22), transparent 55%),\n                  radial-gradient(520px 220px at 90% 0%, rgba(34,197,94,.14), transparent 55%);\n      pointer-events:none;\n    }\n    .card > * { position: relative; }\n    .bill {\n      display:inline-flex;\n      align-items:center;\n      padding: 6px 10px;\n      border-radius: 999px;\n      border: 1px solid rgba(255,255,255,.18);\n      background: rgba(0,0,0,.18);\n      color: rgba(255,255,255,.88);\n      font-size: 12.5px;\n      font-weight: 700;\n      letter-spacing: .2px;\n      margin-bottom: 8px;\n    }\n    .card h3 {\n      margin: 0 0 6px 0;\n      font-size: 15.5px;\n      line-height: 1.25;\n      letter-spacing: -.01em;\n    }\n    .card p {\n      margin: 0;\n      color: rgba(255,255,255,.74);\n      line-height: 1.55;\n      font-size: 13.5px;\n    }\n\n    .footer {\n      margin: 18px 0 8px 0;\n      padding: 16px;\n      border-radius: var(--radius);\n      border: 1px solid var(--line);\n      background: rgba(255,255,255,.05);\n      color: rgba(255,255,255,.70);\n      font-size: 12.5px;\n    }\n    .footer b { color: rgba(255,255,255,.92); }\n    .footer .row {\n      display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;\n    }\n    .tiny {\n      font-size: 12px;\n      color: rgba(255,255,255,.60);\n      margin-top: 10px;\n      line-height: 1.45;\n    }\n    .badge {\n      display:inline-flex; align-items:center; gap:8px;\n      padding: 8px 12px;\n      border-radius: 999px;\n      border: 1px solid rgba(34,197,94,.35);\n      background: rgba(34,197,94,.12);\n      color: rgba(255,255,255,.90);\n      font-weight: 700;\n    }\n    .note {\n      margin-top: 12px;\n      padding: 12px 14px;\n      border-radius: 16px;\n      border: 1px solid rgba(245,158,11,.35);\n      background: rgba(245,158,11,.12);\n      color: rgba(255,255,255,.85);\n      line-height: 1.55;\n      font-size: 13.5px;\n    }\n  <\/style>\n<\/head>\n<body id=\"top\">\n  <div class=\"wrap\">\n    <header class=\"topbar\">\n      <div class=\"brand\">\n        <div class=\"logo\" aria-hidden=\"true\"><\/div>\n        <div>\n          <h1>California New Laws 2026, by YebboInfo<\/h1>\n          <small>Dec 31, 2025 \u2022 Powered by <b>Yebbo.com<\/b><\/small>\n        <\/div>\n      <\/div>\n      <div class=\"pill\" title=\"Quick facts\">\n        <b>Effective:<\/b> Jan 1, 2026 (unless noted) \u2022 <b>Source:<\/b> Gov. announcement summary \u2022 <b>Format:<\/b> Video\u2011friendly\n      <\/div>\n    <\/header>\n\n    <main>\n      <section class=\"hero\">\n        <div class=\"hero-grid\">\n          <div class=\"hero-text\">\n            <div class=\"kicker\">\n              <span class=\"tag\"><span class=\"dot\"><\/span> New laws \u2022 2026<\/span>\n              <span class=\"tag\" style=\"background:rgba(6,182,212,.16);border-color:rgba(6,182,212,.34);\"><span class=\"dot\"><\/span> Education \u2022 Health \u2022 Housing \u2022 AI<\/span>\n              <span class=\"tag\" style=\"background:rgba(34,197,94,.14);border-color:rgba(34,197,94,.32);\"><span class=\"dot\"><\/span> Consumer &#038; Worker Protections<\/span>\n            <\/div>\n            <h2>What\u2019s new in California for 2026<\/h2>\n            <p>NEW IN 2026: California laws taking effect in the new year\nWhat you need to know: Starting January 1, a new set of California laws will take effect, impacting health care, housing, workplaces, schools, technology, and corporate disclosure requirements.\n\nSACRAMENTO \u2013 Governor Gavin Newsom today announced key laws taking effect in 2026 that reflect California\u2019s continued focus on public safety, affordability, transparency, and accountability.\n\nThe new laws lower prescription drug costs, increase oversight of large corporations, strengthen consumer and worker protections, and protect California\u2019s diverse communities.\n\nCalifornia is proving once again that progress isn\u2019t something we talk about, it\u2019s something we build. While some in Washington remain stuck debating yesterday\u2019s problems, we\u2019re focused on delivering real solutions for today\u2019s families. These new laws reflect who we are: a state that protects workers, respects students, puts people before politics, and isn\u2019t afraid to hold powerful interests accountable.\n\n\u2014 Governor Gavin Newsom<\/p>\n\n            <div class=\"hero-actions\">\n              <a class=\"btn primary\" href=\"#toc\">Jump to categories<\/a>\n              <a class=\"btn\" href=\"#technology-ai-safety-digital-rights\">AI &#038; Digital Rights<\/a>\n              <a class=\"btn\" href=\"#health\">Health<\/a>\n              <a class=\"btn\" href=\"#housing\">Housing<\/a>\n            <\/div>\n\n            <div class=\"note\">\n              <b>For video descriptions:<\/b> You can copy any category section below, or paste the full page link.\n              Each card includes the bill number + a plain\u2011English explanation.\n            <\/div>\n          <\/div>\n\n          <div class=\"hero-img\" role=\"img\" aria-label=\"California laws 2026 cover collage\">\n            <img decoding=\"async\" src=\"yebboinfo_california_new_laws_2026_cover.png\" alt=\"California New Laws 2026 cover image\" \/>\n            <div class=\"overlay\"><\/div>\n            <div class=\"credit\">\n              <span class=\"mini\">\ud83d\udccc Dec 31, 2025<\/span>\n              <span class=\"mini\">\u2728 by <b>YebboInfo<\/b> \u2022 Powered by <b>Yebbo.com<\/b><\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <section id=\"toc\" class=\"toc\">\n        <div class=\"toc-head\">\n          <h3>Browse by category<\/h3>\n          <span class=\"badge\">California New Laws 2026<\/span>\n        <\/div>\n        <nav class=\"toc-links\" id=\"toc-links\">\n          <a href=\"#education\">Education<\/a>\n<a href=\"#health\">Health<\/a>\n<a href=\"#immigration\">Immigration<\/a>\n<a href=\"#housing\">Housing<\/a>\n<a href=\"#animal-welfare\">Animal welfare<\/a>\n<a href=\"#workplace-rights-protections\">Workplace rights &#038; protections<\/a>\n<a href=\"#technology-ai-safety-digital-rights\">Technology, AI safety &#038; digital rights<\/a>\n<a href=\"#consumer-protections\">Consumer protections<\/a>\n<a href=\"#climate-environment\">Climate &#038; environment<\/a>\n        <\/nav>\n      <\/section>\n\n      \n    <section id=\"education\" class=\"section\">\n      <div class=\"section-head\">\n        <h2>Education<\/h2>\n        <a class=\"backtop\" href=\"#top\">Back to top \u2191<\/a>\n      <\/div>\n      <div class=\"grid\">\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 727 (Gonzalez)<\/div>\n          <h3>Expanding mental health resources for LGBTQ youth<\/h3>\n          <p>Requires student ID cards issued by public middle and high schools, and public colleges\/universities to include a 24\/7 hotline for the Trevor Project (crisis and suicide prevention support). Also ensures state education agencies publish and maintain resources for students facing discrimination or harassment based on sexual orientation, gender identity, or expression.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 1264 (Gabriel)<\/div>\n          <h3>Ban on ultra-processed foods in schools<\/h3>\n          <p>Removes the most concerning ultra-processed foods from being served at public schools, aiming for healthier meals and improved nutrition.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 1454 (Rivas)<\/div>\n          <h3>Supporting student literacy<\/h3>\n          <p>Expands educator access to tools, training, and resources to help students become stronger readers.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">SB 640 (Cabaldon)<\/div>\n          <h3>Streamlining college admissions<\/h3>\n          <p>Creates a CSU direct admissions process that notifies eligible high school students of automatic admission to participating CSU campuses, and requires California Community Colleges to support smoother transfers to four\u2011year universities.<\/p>\n        <\/article>\n        \n      <\/div>\n    <\/section>\n    \n    <section id=\"health\" class=\"section\">\n      <div class=\"section-head\">\n        <h2>Health<\/h2>\n        <a class=\"backtop\" href=\"#top\">Back to top \u2191<\/a>\n      <\/div>\n      <div class=\"grid\">\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 55 (Bonta)<\/div>\n          <h3>Alternative birth centers: licensing and Medi\u2011Cal reimbursement<\/h3>\n          <p>Makes licensing of alternative birth centers more accessible (including for midwives) by amending or removing unnecessary requirements.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 798 (Calderon)<\/div>\n          <h3>State emergency food bank reserve program<\/h3>\n          <p>Expands the state emergency food bank reserve program to include diapers and wipes for families with young children.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 836 (Stefani)<\/div>\n          <h3>Midwifery Workforce Training Act<\/h3>\n          <p>Requires the Department of Health Care Access and Information to administer funding for statewide midwifery education.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">SB 40 (Wahab and Wiener)<\/div>\n          <h3>Capping insulin costs<\/h3>\n          <p>Beginning Jan 1, 2026, large state\u2011regulated health insurers must cap insulin copays at $35 for a 20\u2011day supply to improve affordability.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">SB 646 (Weber\u2011Pierson)<\/div>\n          <h3>Access to prenatal multivitamins<\/h3>\n          <p>Expands access to prenatal multivitamins to support healthy pregnancies and infant development.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">SB 669 (McGuire)<\/div>\n          <h3>Perinatal services in rural hospitals<\/h3>\n          <p>By July 1, 2026, establishes a 10\u2011year pilot project (up to 5 critical access hospitals) to provide standby perinatal services.<\/p>\n        <\/article>\n        \n      <\/div>\n    <\/section>\n    \n    <section id=\"immigration\" class=\"section\">\n      <div class=\"section-head\">\n        <h2>Immigration<\/h2>\n        <a class=\"backtop\" href=\"#top\">Back to top \u2191<\/a>\n      <\/div>\n      <div class=\"grid\">\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 419 (Connolly)<\/div>\n          <h3>Students \u2014 know your rights<\/h3>\n          <p>Requires schools to post information about students\u2019 rights regarding immigration enforcement in administrative offices and on school websites, reinforcing that all children have the right to a free public education.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 495 (Rodriguez)<\/div>\n          <h3>Family Preparedness Act<\/h3>\n          <p>Strengthens protections for parents and children in emergencies, protects family privacy, and prevents child facilities from collecting immigration\u2011related information, especially when a parent is detained or separated.<\/p>\n        <\/article>\n        \n      <\/div>\n    <\/section>\n    \n    <section id=\"housing\" class=\"section\">\n      <div class=\"section-head\">\n        <h2>Housing<\/h2>\n        <a class=\"backtop\" href=\"#top\">Back to top \u2191<\/a>\n      <\/div>\n      <div class=\"grid\">\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 628 (McKinnor)<\/div>\n          <h3>Protecting renters<\/h3>\n          <p>Requires landlords to provide working refrigerators in rental units beginning Jan 1, 2026, ensuring tenants have access to essential appliances.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">SB 79 (Wiener)<\/div>\n          <h3>Transit\u2011oriented housing development<\/h3>\n          <p>Requires each county and city to adopt a comprehensive long\u2011term general plan with mandatory elements, including a housing element, and specified planning for land outside its boundaries.<\/p>\n        <\/article>\n        \n      <\/div>\n    <\/section>\n    \n    <section id=\"animal-welfare\" class=\"section\">\n      <div class=\"section-head\">\n        <h2>Animal welfare<\/h2>\n        <a class=\"backtop\" href=\"#top\">Back to top \u2191<\/a>\n      <\/div>\n      <div class=\"grid\">\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 867 (Lee)<\/div>\n          <h3>Statewide ban on cat declawing<\/h3>\n          <p>Bans non\u2011therapeutic cat declawing statewide; only medically necessary procedures performed by a licensed veterinarian are allowed.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 506 (Bennett)<\/div>\n          <h3>Addressing the puppy mill pipeline \u2014 seller accountability<\/h3>\n          <p>Requires pet sellers to disclose a pet\u2019s origin and health information.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 519 (Berman)<\/div>\n          <h3>Addressing the puppy mill pipeline \u2014 ban on third\u2011party brokers<\/h3>\n          <p>Prohibits third\u2011party pet brokers (including many online brokers) from selling cats, puppies, and rabbits bred by others for profit in California.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">SB 312 (Umberg)<\/div>\n          <h3>Dog import health certificates (electronic submission)<\/h3>\n          <p>Requires dog importers to submit health certificates electronically to the California Department of Food &#038; Agriculture within 10 days of shipment, and requires CDFA to provide certificates upon request.<\/p>\n        <\/article>\n        \n      <\/div>\n    <\/section>\n    \n    <section id=\"workplace-rights-protections\" class=\"section\">\n      <div class=\"section-head\">\n        <h2>Workplace rights &#038; protections<\/h2>\n        <a class=\"backtop\" href=\"#top\">Back to top \u2191<\/a>\n      <\/div>\n      <div class=\"grid\">\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 250 (Aguiar\u2011Curry)<\/div>\n          <h3>Supporting survivors of workplace sexual assault cover\u2011ups<\/h3>\n          <p>Temporarily lifts the statute of limitations for adult survivors of workplace\u2011related sexual assault cover\u2011ups. From Jan 1, 2026 through Dec 21, 2027, survivors may file civil claims regardless of when the incident occurred.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">SB 642 (Lim\u00f3n)<\/div>\n          <h3>Strengthening equal pay enforcement<\/h3>\n          <p>Expands equal pay laws by broadening definitions, extending the statute of limitations to three years (with recovery for up to six years), and clarifying categories of unlawful pay practices.<\/p>\n        <\/article>\n        \n      <\/div>\n    <\/section>\n    \n    <section id=\"technology-ai-safety-digital-rights\" class=\"section\">\n      <div class=\"section-head\">\n        <h2>Technology, AI safety &#038; digital rights<\/h2>\n        <a class=\"backtop\" href=\"#top\">Back to top \u2191<\/a>\n      <\/div>\n      <div class=\"grid\">\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 489 (Bonta)<\/div>\n          <h3>Preventing AI from posing as licensed professionals<\/h3>\n          <p>Prohibits AI chatbots from presenting themselves as doctors, nurses, or other licensed professionals to prevent misrepresentation.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 621 (Bauer\u2011Kahan and Berman)<\/div>\n          <h3>Addressing artificially generated pornography<\/h3>\n          <p>Strengthens protections against digital sexual exploitation by targeting creation and distribution of AI\u2011generated sexual content.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">SB 53 (Wiener)<\/div>\n          <h3>Risk\u2011mitigation requirements for large AI companies<\/h3>\n          <p>Requires large AI developers to maintain documented risk\u2011mitigation strategies to improve safety and transparency.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">SB 243 (Padilla)<\/div>\n          <h3>Safeguards for minors using AI chatbots<\/h3>\n          <p>Requires disclaimers that chatbots are not real people for minors and mandates safety protocols to prevent chatbots from encouraging self\u2011harm.<\/p>\n        <\/article>\n        \n        <article class=\"card\">\n          <div class=\"bill\">SB 524 (Arreguin)<\/div>\n          <h3>Transparency in police reports drafted with AI<\/h3>\n          <p>Requires law enforcement agencies to disclose when AI tools are used to draft official police reports.<\/p>\n        <\/article>\n        \n      <\/div>\n    <\/section>\n    \n    <section id=\"consumer-protections\" class=\"section\">\n      <div class=\"section-head\">\n        <h2>Consumer protections<\/h2>\n        <a class=\"backtop\" href=\"#top\">Back to top \u2191<\/a>\n      <\/div>\n      <div class=\"grid\">\n        \n        <article class=\"card\">\n          <div class=\"bill\">AB 578 (Bauer\u2011Kahan)<\/div>\n          <h3>Food delivery platforms: customer service, pay transparency, refunds<\/h3>\n          <p>Prohibits companies from using tips to offset base pay; requires clear and itemized pay breakdowns; mandates access to a real customer\u2011service representative when automated systems can\u2019t resolve issues; and guarantees refunds when orders are undelivered, incorrect, or partially fulfilled.<\/p>\n        <\/article>\n        \n      <\/div>\n    <\/section>\n    \n    <section id=\"climate-environment\" class=\"section\">\n      <div class=\"section-head\">\n        <h2>Climate &#038; environment<\/h2>\n        <a class=\"backtop\" href=\"#top\">Back to top \u2191<\/a>\n      <\/div>\n      <div class=\"grid\">\n        \n        <article class=\"card\">\n          <div class=\"bill\">SB 1053 (Allen and Blakespear)<\/div>\n          <h3>Updated plastic bag regulations<\/h3>\n          <p>Closes loopholes that allowed thicker plastic film bags labeled \u201creusable.\u201d Eliminates plastic film checkout bags and requires retailers to transition to truly reusable bags (higher durability standards) or recycled\u2011content paper bags, reducing plastic waste and improving recycling.<\/p>\n        <\/article>\n        \n      <\/div>\n    <\/section>\n    \n\n      <footer class=\"footer\">\n        <div class=\"row\">\n          <div><b>Powered by Yebbo.com<\/b> \u2022 YebboInfo<\/div>\n          <div>\u00a9 2026 \u2022 For general information only<\/div>\n        <\/div>\n        <div class=\"tiny\">\n          This page summarizes the laws and explanations exactly from the provided announcement text. For legal advice or official bill text,\n          consult California legislative sources and qualified professionals.\n        <\/div>\n      <\/footer>\n    <\/main>\n  <\/div>\n\n  <script>\n    \/\/ Smooth scroll for in-page links (nice for mobile)\n    document.querySelectorAll('a[href^=\"#\"]').forEach(a => {\n      a.addEventListener('click', (e) => {\n        const id = a.getAttribute('href');\n        if (!id || id.length < 2) return;\n        const el = document.querySelector(id);\n        if (!el) return;\n        e.preventDefault();\n        el.scrollIntoView({ behavior: 'smooth', block: 'start' });\n        history.pushState(null, '', id);\n      });\n    });\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>California New Laws 2026, by YebboInfo California New Laws 2026, by YebboInfo Dec 31, 2025 \u2022 Powered by Yebbo.com Effective: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[12],"tags":[],"class_list":["post-147","post","type-post","status-publish","format-standard","hentry","category-health"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8nzgb-2n","jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/posts\/147","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/comments?post=147"}],"version-history":[{"count":1,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/posts\/147\/revisions"}],"predecessor-version":[{"id":148,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/posts\/147\/revisions\/148"}],"wp:attachment":[{"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/media?parent=147"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/categories?post=147"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/tags?post=147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}