/* DOYJO Local Headlines — compact sidebar card */
/*
  Many themes apply aggressive link colors in sidebars (sometimes with !important).
  These rules intentionally increase specificity (and use !important where needed)
  so headlines remain readable on the dark card.
*/
.doyjo-lh{font-family:inherit;border-radius:12px;background:#111827;color:#f9fafb !important;padding:14px 14px 10px;box-shadow:0 6px 18px rgba(0,0,0,.12);margin:0 0 16px}
.doyjo-lh *{box-sizing:border-box}
.doyjo-lh__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}
.doyjo-lh__title{font-weight:700;font-size:14px;line-height:1.25}
.doyjo-lh__loc{font-size:12px;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:58%}
.doyjo-lh__status{font-size:13px;opacity:.85;margin:8px 0 10px}
.doyjo-lh__error{opacity:1}
.doyjo-lh__list{list-style:none;margin:0;padding:0}
.doyjo-lh__list li{padding:8px 0;border-top:1px solid rgba(255,255,255,.10)}
.doyjo-lh__list li:first-child{border-top:none;padding-top:2px}
.doyjo-lh__list a{color:inherit !important;text-decoration:none}
.doyjo-lh__list a:hover{text-decoration:underline}
.doyjo-lh__meta{display:block;font-size:11px;opacity:.75;margin-top:3px;color:rgba(255,255,255,.78) !important}
.doyjo-lh__empty{font-size:13px;opacity:.85;margin:8px 0 10px}
.doyjo-lh__foot{margin-top:10px;font-size:11px;opacity:.6;color:rgba(255,255,255,.70) !important}
.doyjo-lh__foot a{color:inherit !important}
/* Visitor controls (optional) */
.doyjo-lh__controls{display:flex;gap:6px;margin:8px 0 10px}
.doyjo-lh__input{flex:1;min-width:0;padding:7px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#f9fafb}
.doyjo-lh__input::placeholder{color:rgba(255,255,255,.65)}
.doyjo-lh__btn,.doyjo-lh__clear{padding:7px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.10);color:#f9fafb;cursor:pointer}
.doyjo-lh__btn:hover,.doyjo-lh__clear:hover{background:rgba(255,255,255,.16)}
.doyjo-lh__btn:active,.doyjo-lh__clear:active{transform:translateY(1px)}

/* Admin debug (front-end only) */
.doyjo-lh__debug{margin-top:10px;font-size:11px;opacity:.9}
.doyjo-lh__debug summary{cursor:pointer;opacity:.85}
.doyjo-lh__debug pre{white-space:pre-wrap;word-break:break-word;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);padding:8px;border-radius:10px;margin:8px 0 0;color:rgba(255,255,255,.92)}
