.weekly-wow{margin:0 0 18px;border:1px solid var(--line);background:#fff}
.weekly-wow-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:17px 18px;border-bottom:1px solid var(--line)}
.weekly-wow-head .eyebrow{margin-bottom:5px}
.weekly-wow-head h2{margin:0;font-size:19px}
.weekly-wow-head p:not(.eyebrow){margin:5px 0 0;color:var(--muted);font-size:11px}
.wow-basis{flex:none;padding:5px 9px;border-radius:999px;background:#f1eeeb;color:#625b55;font-size:9px;font-weight:700}
.wow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.wow-card{display:flex;min-width:0;padding:15px 16px;border-right:1px solid var(--line);border-top:3px solid var(--blue);justify-content:space-between;gap:12px}
.wow-card:last-child{border-right:0}
.wow-card.status-w{border-top-color:var(--green)}
.wow-card.status-f{border-top-color:var(--violet)}
.wow-card.status-u{border-top-color:var(--amber)}
.wow-card.status-p{border-top-color:var(--blue)}
.wow-card span,.wow-card small{display:block;color:var(--muted);font-size:10px}
.wow-card b{display:block;margin:3px 0 2px;font-size:18px;letter-spacing:-.03em}
.wow-change{min-width:96px;text-align:right}
.wow-change strong{display:block;font-size:11px}
.wow-change span{margin-top:4px}
.wow-change.up strong{color:#217346}
.wow-change.down strong{color:#c74634}
.wow-change.flat strong{color:#756e68}
@media(max-width:1100px){.wow-grid{grid-template-columns:1fr 1fr}.wow-card:nth-child(2){border-right:0}.wow-card:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:620px){.weekly-wow-head{flex-direction:column}.wow-grid{grid-template-columns:1fr}.wow-card,.wow-card:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.wow-card:last-child{border-bottom:0}.wow-change{min-width:84px}}
