.questGroup{border-bottom:1px solid #c7c7c4}
.questGroup>.questRow{border-bottom:0;width:100%;font:inherit;text-align:left;color:inherit;cursor:pointer}
.questAction{width:34px;height:34px;border:1px solid #111;border-radius:50%;display:grid;place-items:center;font:400 24px/1 Arial;transition:background .2s,color .2s,transform .25s}
.questToggle[aria-expanded="true"]{background:#08c8f5}
.questToggle[aria-expanded="true"] .questAction{background:#111;color:#fff;transform:rotate(45deg)}
.questMark{width:7px;height:7px;border-radius:50%;background:#111;justify-self:center}
.runEvents{padding:0 7vw 58px;background:#08c8f5;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px}
.runEvents[hidden]{display:none}
.runEvent{background:#f1f1ed;padding:25px;min-height:300px;display:flex;flex-direction:column}
.runEventHead{display:flex;justify-content:space-between;align-items:center;font:700 11px/1 monospace;letter-spacing:.1em}
.eventStatus{padding:7px 9px;border:1px solid #111;font-size:9px}
.runEventMain{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:42px 0 30px}
.runEventMain strong{font-size:clamp(50px,6vw,86px);line-height:.8;letter-spacing:-.07em}
.runEventMain p{max-width:180px;margin:0;text-align:right;font:700 11px/1.25 monospace}
.eventSchedule{list-style:none;margin:auto 0 0;padding:0;border-top:1px solid #aaa}
.eventSchedule li{display:grid;grid-template-columns:32px 1fr;padding:10px 0;border-bottom:1px solid #ccc;font:700 11px/1 monospace;letter-spacing:.07em}
.eventSchedule li span{color:#08bde8}
.runEvent figure{margin:0 0 20px;height:150px;overflow:hidden}
.runEvent figure img{width:100%;height:100%;object-fit:cover}
.runEvent figure.eventArtwork{height:auto;aspect-ratio:4/5;background:#d7d7d2}
.runEvent figure.eventArtwork img{object-fit:cover;object-position:center top}
.runEvent.upcoming{background:#111;color:#fff}
.upcoming .eventStatus{background:#08c8f5;color:#00151a;border-color:#08c8f5}
.upcoming .eventSchedule{border-color:#555}
.upcoming .eventSchedule li{border-color:#444}
.eventJoin{display:flex;justify-content:space-between;margin-top:22px;background:#08c8f5;color:#00151a;text-decoration:none;padding:14px;font:800 11px/1 monospace;letter-spacing:.08em}

@media(max-width:700px){.questGroup>.questRow{grid-template-columns:58px 1fr 38px;padding:22px 5vw}
.questAction{width:30px;height:30px;font-size:21px}
.questMark{width:6px;height:6px}
.runEvents{grid-template-columns:1fr;padding:0 5vw 30px;gap:10px}
.runEvent{min-height:0;padding:20px}
.runEventMain{margin:32px 0 24px}
.runEventMain strong{font-size:58px}
.runEvent figure{height:180px}
}
