/* Dedicated survey integration. Reuses the public KBB palette without changing other posts. */
.kbb-education-news .content-container { max-width: 1128px !important; }
.kbb-education-news .entry-header { margin-bottom: 24px; }
.kbb-education-news .entry-title { color: #153328; font-size: clamp(2rem,4vw,3rem); font-weight: 800; line-height: 1.15; letter-spacing: -.025em; text-wrap: balance; }
.kbb-education-news .entry-content.single-content { padding: 0 0 16px !important; }
.kbb-education-news .entry-content > p { margin: 0 0 20px; max-width: 850px; }
.kbb-demand-callout { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 24px 32px; margin: 32px 0; padding: clamp(24px,4vw,40px); background: #f0f7f3; border-top: 4px solid #187c68; color: #153328; box-shadow: 0 16px 40px rgba(16,40,33,.10); }
.kbb-demand-callout .kbb-eyebrow { display: block; margin: 0 0 12px; color: #0b766d; font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.entry-content .kbb-demand-callout h2 { margin: 0 0 12px !important; font-size: clamp(1.5rem,2.5vw,2rem); line-height: 1.2; color: #153328; }
.kbb-demand-callout p { margin: 0 !important; color: #314c3f !important; font-size: 1rem; line-height: 1.6; }
.kbb-demand-callout__action { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }
.kbb-demand-callout__action > span { color: #52665c; font-size: .8rem; }
.kbb-demand-callout a.kbb-demand-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 14px 24px; background: #0b766d; color: #fff !important; font-size: 1rem; font-weight: 800; text-decoration: none; border: 1px solid #0b766d; border-radius: 0; }
.kbb-demand-callout a.kbb-demand-button:hover { background: #153328; border-color: #153328; }
.kbb-demand-callout :focus-visible { outline: 3px solid #0b766d; outline-offset: 4px; }
.kbb-demand-embed { grid-column: 1/-1; border-top: 1px solid #c0d2c7; }
.kbb-demand-embed summary { min-height: 52px; padding: 16px 0; color: #153328; font-weight: 700; cursor: pointer; line-height: 1.5; }
.kbb-demand-embed iframe { display: block; border: 0; width: 100%; height: 850px; background: #fff; }
.kbb-demand-callout p.kbb-demand-callout__note { grid-column: 1/-1; font-size: .85rem; }
@media(max-width:780px) {
  .kbb-demand-callout { grid-template-columns: 1fr; gap: 20px; }
  .kbb-education-news .entry-content.single-content { padding: 0; }
}
@media(max-width:480px) {
  .kbb-demand-callout { padding: 22px 18px; margin: 24px 0; }
  .kbb-demand-callout__action,.kbb-demand-callout a.kbb-demand-button { width: 100%; }
  .kbb-demand-embed iframe { height: 760px; }
}


/* Homepage: emphasize only the education survey, preserve all other News cards. */
body .kbb-news-shell li.kbb-demand-news-featured {
  list-style: none;
  border: 1px solid #8dbdb0 !important;
  padding: 0;
  border-left: 6px solid #0b766d !important;
  background: linear-gradient(110deg,#dcefe7,#f3f9f5) !important;
  box-shadow: 0 12px 28px rgba(21,51,40,.12) !important;
}
.kbb-news-shell li.kbb-demand-news-featured > .wp-block-group {
  padding: clamp(24px,3vw,36px);
  background: transparent;
  border: 0;
}
.kbb-news-shell .kbb-demand-news-featured .wp-block-post-date { color: #315448; font-size: .9rem; }
.kbb-news-shell .kbb-demand-news-featured .wp-block-post-title { margin: 14px 0 12px; font-size: clamp(1.4rem,2.2vw,1.9rem); line-height: 1.3; }
.kbb-news-shell .kbb-demand-news-featured .wp-block-post-title a { color: #153328; }
.kbb-news-shell .kbb-demand-news-featured .wp-block-post-excerpt__more-text { margin: 24px 0 0; }
.kbb-news-shell .kbb-demand-news-featured a.kbb-demand-news-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 24px;
  min-height: 52px; padding: 13px 26px; background: #0b766d; color: #fff !important;
  border: 1px solid #0b766d; font-weight: 800; text-decoration: none;
}
.kbb-news-shell .kbb-demand-news-featured a.kbb-demand-news-button:hover { background: #153328; border-color: #153328; }
.kbb-news-shell .kbb-demand-news-featured a:focus-visible { outline: 3px solid #0b766d; outline-offset: 4px; }
@media(max-width:600px) { .kbb-news-shell .kbb-demand-news-featured a.kbb-demand-news-button { width: 100%; } }
