/* Quest cards follow the events page shell and the supplied compact card references. */
.quests-page .events-filter-panel{display:block!important;margin-bottom:22px}
.quests-page .events-toolbar{display:block;max-width:520px}
.quests-page .events-search{width:100%}
.quests-page .event-card{scroll-margin-top:24px}
.quests-page .event-card-inner{grid-template-columns:64px minmax(0,1fr) auto;gap:24px;min-height:108px;padding:18px 24px}
.quests-page .event-date{box-sizing:border-box;min-width:64px;min-height:64px;border-radius:13px}
.quests-page .event-date svg{width:31px;height:31px;fill:none;stroke:var(--e-accent);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.quests-page .event-card h3{font-size:20px;font-weight:750}
.quests-page .event-card-meta{gap:5px 0;margin-top:6px;font-size:13px}
.quests-page .event-card-meta span+span:before{content:"·";display:inline-block;margin:0 10px;color:var(--e-muted)}
.quests-page .event-card-actions{max-width:none;flex-wrap:nowrap;gap:12px}
.quests-page .event-card-actions a{gap:8px;min-height:42px;padding:9px 14px;font-size:13px;font-weight:700}
.quests-page .event-card-actions svg{width:20px;height:20px;flex:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.quests-page .quest-unavailable{opacity:.62}

@media(max-width:720px){
  .quests-page .events-filter-panel{margin:0 0 15px;padding:0;border:0;background:transparent}
  .quests-page .events-toolbar{max-width:none}
  .quests-page .events-search{height:44px;border-radius:10px}
  .quests-page .events-section-head{margin-bottom:9px}
  .quests-page .event-card-inner{grid-template-columns:58px minmax(0,1fr);gap:10px 14px;padding:12px}
  .quests-page .event-date{min-width:58px;min-height:58px;border-radius:11px}
  .quests-page .event-date svg{width:28px;height:28px}
  .quests-page .event-card h3{font-size:16px;line-height:1.22}
  .quests-page .event-card-meta{margin-top:5px;font-size:11px}
  .quests-page .event-card-meta span+span:before{margin:0 7px}
  .quests-page .event-card-actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:7px;margin-top:1px;padding-top:10px;border-top:1px solid var(--e-line);white-space:normal}
  .quests-page .event-card-actions a{gap:6px;min-height:36px;padding:7px 9px;font-size:11px}
  .quests-page .event-card-actions svg{width:17px;height:17px}
}
