
.eh-crime { font-family: inherit; }
.eh-crime__hero {
    display:flex; justify-content:space-between; align-items:flex-start;
    gap:1rem; margin-bottom:1rem;
}
.eh-crime__hero h2 { margin:0 0 .25rem; }
.eh-crime__hero p { margin:0; color:#666; max-width:760px; }
.eh-crime__updated { color:#666; font-size:.84rem; white-space:nowrap; }
.eh-crime__data-note {
    border:1px solid #ddd; border-left:5px solid #666; border-radius:6px;
    padding:.85rem 1rem; margin:1rem 0;
}
.eh-crime__summary {
    display:grid; grid-template-columns:repeat(3,minmax(0,1fr));
    gap:.75rem; margin:1rem 0 1.3rem;
}
.eh-crime__summary article {
    border:1px solid #ddd; border-radius:6px; padding:1rem;
}
.eh-crime__summary span, .eh-crime__summary strong { display:block; }
.eh-crime__summary span { color:#666; font-size:.82rem; margin-bottom:.25rem; }
.eh-crime__summary strong { font-size:1.35rem; }
.eh-crime__summary .eh-crime__comparison { font-size:1rem; line-height:1.35; }
.eh-crime__section {
    border-top:1px solid #ddd; padding-top:1.1rem; margin-top:1.2rem;
}
.eh-crime__section-head h3 { margin:0 0 .2rem; }
.eh-crime__section-head p { margin:.1rem 0 .9rem; color:#666; }
.eh-crime__category-list { display:grid; gap:.7rem; }
.eh-crime__row-top { display:flex; justify-content:space-between; gap:1rem; }
.eh-crime__bar {
    height:8px; background:#eee; border-radius:999px; overflow:hidden; margin-top:.25rem;
}
.eh-crime__bar span { display:block; height:100%; background:currentColor; opacity:.65; }
.eh-crime__trend {
    display:flex; gap:.5rem; min-height:190px; align-items:flex-end;
    border-bottom:1px solid #ddd; padding:.5rem .25rem 0;
}
.eh-crime__trend-item {
    flex:1; min-width:0; text-align:center;
}
.eh-crime__trend-value { font-size:.78rem; font-weight:700; margin-bottom:.25rem; }
.eh-crime__trend-barwrap {
    height:120px; display:flex; align-items:flex-end; justify-content:center;
}
.eh-crime__trend-barwrap span {
    display:block; width:58%; max-width:56px; background:currentColor; opacity:.65;
}
.eh-crime__trend-label { font-size:.72rem; color:#666; padding:.35rem .1rem .45rem; }
.eh-crime__small { font-size:.8rem; color:#666; }
.eh-crime__outcomes { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.6rem; }
.eh-crime__outcomes div {
    display:flex; justify-content:space-between; gap:1rem; border:1px solid #ddd;
    border-radius:5px; padding:.7rem .8rem;
}
.eh-crime__team {
    display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.65rem;
}
.eh-crime__team article {
    border:1px solid #ddd; border-radius:6px; padding:.8rem;
}
.eh-crime__team strong, .eh-crime__team span { display:block; }
.eh-crime__team span { color:#666; font-size:.82rem; margin-top:.2rem; }
.eh-crime__button {
    display:inline-block; border:1px solid #111 !important; background:#111 !important;
    color:#fff !important; -webkit-text-fill-color:#fff !important;
    text-decoration:none !important; font-weight:700; padding:.65rem .9rem;
    border-radius:5px;
}
.eh-crime__button:hover, .eh-crime__button:focus {
    background:#333 !important; color:#fff !important;
}
.eh-crime__priorities details {
    border:1px solid #ddd; border-radius:6px; margin:.65rem 0; overflow:hidden;
}
.eh-crime__priorities summary {
    cursor:pointer; font-weight:700; padding:.8rem .9rem;
}
.eh-crime__priorities details > div {
    border-top:1px solid #eee; padding:.8rem .9rem;
}
.eh-crime__priorities h4 { margin:.4rem 0 .2rem; }
.eh-crime__events {
    display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.75rem;
}
.eh-crime__events article {
    border:1px solid #ddd; border-radius:6px; padding:.9rem;
}
.eh-crime__events h4 { margin:.2rem 0 .4rem; }
.eh-crime__events p { margin:.35rem 0; }
.eh-crime__event-date { font-size:.8rem; color:#666; font-weight:700; }
.eh-crime__contact {
    border-top:1px solid #ddd; margin-top:1.3rem; padding-top:1rem;
}
.eh-crime__actions {
    display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.7rem;
}
.eh-crime__actions a {
    display:block; border:1px solid #ddd; border-radius:6px; padding:.85rem .9rem;
    text-decoration:none !important; color:inherit !important;
}
.eh-crime__actions a:hover, .eh-crime__actions a:focus { border-color:#999; }
.eh-crime__actions strong, .eh-crime__actions span { display:block; }
.eh-crime__actions span { color:#666; font-size:.82rem; margin-top:.2rem; }
.eh-crime__emergency {
    border:1px solid #ddd; border-left:5px solid #b42318; border-radius:6px;
    padding:.85rem 1rem; margin-top:.8rem;
}
.eh-crime__footer {
    border-top:1px solid #ddd; padding-top:.75rem; margin-top:1rem;
    color:#666; font-size:.79rem;
}
.eh-crime__empty {
    border:1px solid #ddd; padding:1rem; border-radius:6px;
}
@media (max-width:760px) {
    .eh-crime__hero { display:block; }
    .eh-crime__updated { margin-top:.4rem; white-space:normal; }
    .eh-crime__summary, .eh-crime__team, .eh-crime__events,
    .eh-crime__actions, .eh-crime__outcomes { grid-template-columns:1fr; }
    .eh-crime__trend { overflow-x:auto; }
    .eh-crime__trend-item { min-width:60px; }
}
