/* Europe only: the editorial layout must not inherit the old card's fixed
   media-first row height. Named grid areas retain their existing order. */
body.europe-route-page.ui-v4-europe-product-design #europe-project-records .eu-case {
  grid-template-rows: none;
  grid-auto-rows: auto;
}

body.europe-route-page.ui-v4-europe-product-design #europe-project-records .eu-case__link {
  font-size: 16px;
  margin-top: 12px;
  padding-block: 10px;
}

body.europe-route-page.ui-v4-europe-product-design #europe-project-records .eu-case__link + .eu-case__link {
  margin-top: 0;
}

/* Keep the existing compact layout but make operational copy readable at
   tablet and desktop widths, matching the mobile 16px minimum. */
body.europe-route-page .eu-network-route > li > p,
body.europe-route-page .eu-process-list > li > p,
body.europe-route-page .eu-route-grid--three > article > p {
  font-size: 16px;
}
