/* [rpb_news_teaser] - values copied exactly from the approved reference
   (.news-teaser/.news-teaser-inner/.news-teaser-copy), class names prefixed rpb-. */

/* No native vc_row border param exists in this WPBakery build - #news targets the row
   directly via its own native "id" attribute (id works on vc_row; el_class doesn't - see
   [[feedback-rpb-row-params-and-concurrent-edits]]), rather than a column-level el_class hack.
   The border sits on .row-bg-wrap (the row's actual full-bleed background wrapper), not the
   outer #news element itself, so it's flush with the visible colored area. */
#news .row-bg-wrap{border-top:1px solid var(--rpb-line)}

.rpb-news-teaser-inner{grid-template-columns:1.2fr .8fr;align-items:end;gap:11vw;display:grid}
.rpb-news-teaser-copy p{color:var(--rpb-muted);margin-bottom:32px;font-size:15px}
/* Responsive rules for this shortcode live in css/responsive.css, not here. */
