.streak-reminder-card{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:14px 0;padding:18px 20px;border:1px solid #cddfec;border-radius:14px;background:linear-gradient(135deg,#f6fbff,#edf6fc)}
.streak-reminder-card p{margin:0 0 4px;color:#1769aa;font-size:9px;font-weight:850;letter-spacing:.12em}
.streak-reminder-card h2{margin:0 0 5px;color:#102331;font-size:18px}
.streak-reminder-card span{color:#637482;font-size:12px}
.streak-reminder-card>div:last-child{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.streak-reminder-card button{min-height:40px;padding:0 14px;border:0;border-radius:8px;background:#1769aa;color:#fff;font:inherit;font-size:12px;font-weight:800;cursor:pointer}
.streak-reminder-card button.secondary{border:1px solid #b9cbd8;background:#fff;color:#254257}
.streak-reminder-card button:disabled{opacity:.55;cursor:wait}
@media(max-width:700px){.streak-reminder-card{align-items:flex-start;flex-direction:column}.streak-reminder-card>div:last-child,.streak-reminder-card button{width:100%}}
