.header-todo{display:inline-flex;align-items:center;gap:8px;margin-left:26px;padding:6px 0;border:0;background:transparent;color:var(--green);text-decoration:none;white-space:nowrap}.header-todo strong{font-size:13px;line-height:1;font-weight:700}.header-todo>span{display:inline-flex;min-width:22px;height:22px;padding:0 6px;align-items:center;justify-content:center;border-radius:999px;background:var(--green);color:#fff;font:700 10px sans-serif}.header-todo:hover strong{text-decoration:underline;text-underline-offset:5px}.header-todo:hover>span{background:var(--red)}@media(max-width:960px){.header-todo{position:absolute;right:max(5vw,24px);top:auto;bottom:8px;margin:0}header nav{padding-right:130px}}@media(max-width:560px){.header-todo strong{font-size:11px}.header-todo>span{min-width:20px;height:20px;padding:0 5px}header nav{padding-right:108px}}
