.staniStoryActions { display:flex; align-items:center; justify-content:flex-end; min-height:44px; margin:2px 0 -44px; pointer-events:none; }
.staniStoryActions .staniArticleShareIcon { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border:0; padding:0; background:transparent; color:#1a1712; cursor:pointer; }
.staniStoryActions .staniArticleShareIcon { pointer-events:auto; }
.staniStoryActions .staniArticleShareIcon svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.staniStoryActions .staniArticleShareIcon span { font-size:22px; line-height:1; }
.staniStoryActions .staniArticleShareIcon[data-copied="true"] { color:#075d32; }
.staniStoryActions .staniArticleShareIcon:focus-visible { outline:2px solid currentColor; outline-offset:2px; }
.staniOverview { grid-column:1/-1; margin:8px 0 22px; padding:20px 24px 18px; border-top:2px solid #15140f; border-bottom:1px solid #cabfad; background:#efeee8; }
.staniOverviewTabs { display:flex; gap:22px; margin-bottom:14px; }
.staniOverviewTabs button { border:0; border-bottom:2px solid transparent; padding:0 0 4px; background:transparent; color:#756f63; font:700 13px/1.3 "Public Sans",Arial,sans-serif; text-transform:uppercase; cursor:pointer; }
.staniOverviewTabs button[aria-selected="true"] { border-color:#15140f; color:#15140f; }
.staniOverviewPanel[hidden] { display:none; }
.staniOverviewPanel ul { margin:0; padding:0; list-style:none; }
.staniOverviewPanel li + li { border-top:1px solid #d7d0c4; }
.staniOverviewPanel a { display:block; padding:11px 0; color:#15140f; text-decoration:none; }
.staniOverviewPanel strong { display:block; font:700 18px/1.25 "Newsreader",Georgia,serif; }
.staniOverviewMeta { display:block; margin-bottom:4px; color:#1f6b3b; font:700 12px/1.3 "Public Sans",Arial,sans-serif; }
.staniOverviewDate { display:inline; }
.staniOverviewPanel .staniOverviewSummary { display:block; margin-top:3px; color:#5f594f; font-size:14px; line-height:1.35; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.staniOverviewPanel a:hover strong { color:#075d32; }
.staniOverviewStamp { margin:10px 0 0; color:#817a6e; font-size:11px; }
@media (max-width:640px) {
  .staniOverview { margin:10px -2px 20px; padding:17px 16px 14px; }
  .staniOverviewPanel strong { font-size:17px; }
.staniOverviewPanel .staniOverviewSummary { white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
}
