
.ustarch-sei-post{max-width:980px;margin:0 auto 2rem;font-size:15px;line-height:1.65}
.ustarch-sei-lead{padding:1.1rem 1.2rem;border-radius:12px;background:linear-gradient(135deg,#f7fafc,#eef4f7);margin:0 0 1rem}
.ustarch-sei-badge{display:inline-block;padding:.28rem .62rem;border-radius:999px;background:#244b61;color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.5rem}
.ustarch-sei-info-grid{border:1px solid rgba(0,0,0,.12);border-radius:12px;overflow:hidden;margin:1rem 0}
.ustarch-sei-info-row{display:grid;grid-template-columns:minmax(170px,30%) 1fr;border-top:1px solid rgba(0,0,0,.09)}
.ustarch-sei-info-row:first-child{border-top:0}.ustarch-sei-label{font-weight:700;background:rgba(36,75,97,.06);padding:.72rem .9rem}.ustarch-sei-value{padding:.72rem .9rem}
.ustarch-sei-source a{display:inline-block;padding:.55rem .85rem;border-radius:8px;background:#244b61;color:#fff!important;text-decoration:none}
.ustarch-sei-notes{margin:1.2rem 0}.ustarch-sei-disclaimer{font-size:12px;opacity:.75;margin-top:1.3rem}
@media(max-width:680px){.ustarch-sei-info-row{grid-template-columns:1fr}.ustarch-sei-label{padding-bottom:.25rem}.ustarch-sei-value{padding-top:.25rem}}


/* Gentle helper for generated event thumbnails in list/news cards. */
img.ustarch-sei-list-thumb{
  display:block;
  max-width:100% !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  object-fit:cover !important;
  object-position:center center !important;
}
/* Try to fill the larger first highlighted news card image box when the theme uses a square 230x230 area. */
article:first-child img.ustarch-sei-list-thumb,
li:first-child img.ustarch-sei-list-thumb,
.news-item:first-child img.ustarch-sei-list-thumb,
.post:first-child img.ustarch-sei-list-thumb{
  width:100% !important;
  height:230px !important;
  max-height:230px !important;
  object-fit:cover !important;
  object-position:center center !important;
}
