.e90-explore{max-width:980px;margin:0 auto;padding:8px 0 24px 0}
.e90-explore__header{margin:6px 0 10px 0}
.e90-explore__title{margin:0;font-size:20px;font-weight:700}
.e90-explore__subtitle{font-size:14px;opacity:.75;margin-top:2px}

.e90-explore__tabs{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 14px 0}
.e90-explore__tab{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border:1px solid rgba(0,0,0,.18);border-radius:999px;text-decoration:none;font-size:14px}
.e90-explore__tab.is-active{font-weight:700;border-color:rgba(0,0,0,.35)}

.e90-explore__list{display:flex;flex-direction:column;gap:10px}
.e90-explore__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(0,0,0,.10);border-radius:14px;background:#fff}
.e90-explore__meta{min-width:0}
.e90-explore__date{font-size:12px;opacity:.65;margin-bottom:4px}
.e90-explore__headline{display:block;font-size:16px;font-weight:700;line-height:1.25;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:700px}

.e90-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:600}
.e90-btn--ghost{border:1px solid rgba(0,0,0,.18)}

.e90-explore__pager{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding-top:6px}
.e90-explore__pager-mid{font-size:12px;opacity:.7}
.e90-explore__pager-link{text-decoration:none;font-size:14px}
.e90-explore__empty{padding:14px;border:1px dashed rgba(0,0,0,.2);border-radius:14px;opacity:.75}

@media (max-width:640px){
  .e90-explore__row{align-items:flex-start}
  .e90-explore__headline{max-width:100%;white-space:normal}
}
