.checklist-months{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;border-radius:.5rem;background:var(--check-paper);box-shadow:0 8px 22px rgba(20,50,36,.07)}
.checklist-months label{display:flex;align-items:center;gap:.75rem;margin:0;color:var(--check-green);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.checklist-months select{min-width:155px;padding:.6rem 2.2rem .6rem .8rem;border:1px solid var(--check-line);border-radius:.3rem;background:#fff;color:var(--check-ink);font-family:Georgia,"Times New Roman",serif;font-size:1rem;text-transform:none}
.checklist-months button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:var(--check-dark);color:#fff;line-height:1;cursor:pointer}
.checklist-months button i,.checklist-months button svg{display:block;width:16px;height:16px;margin:0;line-height:1}
.checklist-months button:hover{background:var(--check-pink)}
@media(max-width:575px){.checklist-months{gap:.5rem}.checklist-months label{align-items:flex-start;flex-direction:column;gap:.35rem}.checklist-months select{min-width:145px}}
