.nextdev--dose{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:780px;margin:0 auto}
.nextdev--dose .nextdev--d{background:#fff;border:1px solid var(--nextdev-line);border-radius:14px;padding:18px;text-align:center}
.nextdev--dose .nextdev--w{font-weight:800;font-size:18px;margin-bottom:4px}
.nextdev--dose .nextdev--amt{font-size:22px;font-weight:800;color:var(--nextdev-tan-dark);color:var(--nextdev-tan)}
.nextdev--dose .nextdev--day{font-size:14px;color:#6f665c}
.nextdev--dose-note{text-align:center;font-size:16px;color:var(--nextdev-muted);max-width:640px;margin:16px auto 0}

@media (max-width:860px){
  .nextdev--dose{grid-template-columns:1fr}
}
