/* Local related posts: retain the old plugin's public class names and 100px images. */
.wp_rp_wrap { clear: both; margin: 24px 0; }
ul.related_post { display: flex; flex-wrap: wrap; gap: 14px; list-style: none; margin: 0 !important; padding: 0 !important; }
ul.related_post li { flex: 1 1 100px; max-width: 128px; list-style: none !important; margin: 0 !important; padding: 0 !important; font-size: 11px; }
ul.related_post li img { display: block; width: 100px; height: 100px; max-width: 100%; object-fit: cover; }
.wp_rp_title { display: block; font-size: 14px; line-height: 1.3; margin: 8px 0; }
.wp_rp_excerpt { display: block; line-height: 1.4; }

/* Long breadcrumb trails must expand instead of overlapping the article title. */
#breadcrumbs { height: auto; min-height: 42px; line-height: 1.7; padding-top: 10px; padding-bottom: 10px; box-sizing: border-box; }
@media (max-width: 480px) {
  #logo-area > div:first-child { width: 100% !important; margin-right: 0 !important; }
  #logo-area > div:first-child img { max-width: 100%; height: auto; }
  h1.title { font-size: clamp(20px, 6vw, 24px); line-height: 1.15; -webkit-hyphens: auto; hyphens: auto; word-break: normal; overflow-wrap: normal; }
}
