.esp{max-width:min(1120px,92vw);margin:24px auto}
.esp-form{display:flex;gap:10px;align-items:center;margin-bottom:12px}
.esp-form input[type="search"], .esp-form select{padding:12px 14px;border:1px solid #ddd;border-radius:12px;font-size:16px}
.esp-form button{padding:12px 16px;border:0;background:var(--esr-accent,#f28c1a);color:#fff;border-radius:12px;cursor:pointer}
.esp-meta{color:#666;margin:4px 0 10px}
.esp-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:12px}
.esp-item{border:1px solid #eee;border-radius:14px;transition:transform .12s ease, box-shadow .12s ease;overflow:hidden;background:#fff}
.esp-item a{display:grid;grid-template-columns:84px 1fr;gap:12px;padding:14px 16px;align-items:start}
.esp-item.no-thumb a{grid-template-columns:1fr}
.esp-item:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.08)}
.esp-thumb{width:84px;height:84px;border-radius:12px;overflow:hidden;display:block}
.esp-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.esp-content{min-width:0}
.esp-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:6px}
.esp-type{display:inline-block;background:#faf7f2;border:1px solid #f2d3a4;color:#a86505;padding:3px 8px;border-radius:999px;font-size:12px}
.esp-date{font-size:13px;color:#6b7280}
.esp-title{margin:0 0 4px;font-size:20px;line-height:1.25}
.esp-excerpt{margin:0;color:#444}
.esp-noquery{color:#666;margin:8px 0}
mark{background:#fff1d6;padding:0 2px;border-radius:4px}
.esp-pager{margin-top:12px}
.esp-pager .page-numbers{display:inline-block;padding:6px 10px;border:1px solid #eee;border-radius:8px;margin-inline:2px}
.esp-pager .page-numbers.current{background:#f7f7f7}
@media (max-width: 767px){
  .esp-item a{grid-template-columns:68px 1fr;padding:12px 12px}
  .esp-thumb{width:68px;height:68px;border-radius:10px}
}