/* Blog styling. Added by iTrobes 16 Sep 2026 — matches the site's existing type scale. */
.blog-post{max-width:820px;margin:0 auto;font-size:16px;line-height:1.85;color:#333}
.blog-post p{margin:0 0 22px;text-align:justify}
.blog-post h2{font-size:26px;line-height:1.35;margin:44px 0 16px;color:#646E56;font-weight:600}
.blog-post h3{font-size:20px;line-height:1.4;margin:32px 0 12px;color:#616F76;font-weight:600}
.blog-post h4{font-size:17px;margin:24px 0 10px;color:#616F76;font-weight:600}
.blog-post h2:first-child,.blog-post h3:first-child{margin-top:0}
.blog-post ul.blog-list{margin:0 0 24px;padding-left:0;list-style:none}
.blog-post ul.blog-list li{position:relative;padding-left:26px;margin-bottom:11px}
.blog-post ul.blog-list li:before{content:"";position:absolute;left:4px;top:11px;width:7px;height:7px;border-radius:50%;background:#D3B174}
.blog-post .table-wrap{overflow-x:auto;margin:0 0 28px}
.blog-post table.blog-table{width:100%;border-collapse:collapse;font-size:15px}
.blog-post table.blog-table th{background:#646E56;color:#fff;text-align:left;padding:12px 16px;font-weight:600}
.blog-post table.blog-table td{padding:11px 16px;border-bottom:1px solid #e6e6e6}
.blog-post table.blog-table tr:nth-child(even) td{background:#faf9f6}
.blog-back{max-width:820px;margin:44px auto 0;font-size:15px}
.blog-back a{color:#646E56;font-weight:600}
/* index cards */
.news-block{margin-bottom:34px}
.news-block .inner-box{background:#fff;border:1px solid #ececec;border-radius:6px;overflow:hidden;height:100%;transition:box-shadow .25s ease}
.news-block .inner-box:hover{box-shadow:0 8px 26px rgba(0,0,0,.09)}
.news-block .image img{width:100%;height:220px;object-fit:cover;display:block}
.news-block .lower-content{padding:24px 26px 28px}
.news-block .lower-content h3{font-size:20px;line-height:1.35;margin:0 0 12px}
.news-block .lower-content h3 a{color:#616F76;font-weight:600}
.news-block .lower-content h3 a:hover{color:#646E56}
.news-block .lower-content .text{font-size:15px;line-height:1.7;color:#666;margin-bottom:16px}
.news-block .read-more{color:#D3B174;font-weight:600;font-size:15px}
@media (max-width:767px){
  .blog-post{font-size:15px}
  .blog-post h2{font-size:22px}
  .blog-post h3{font-size:18px}
  .blog-post p{text-align:left}
  .news-block .image img{height:180px}
}
