.monthly-guides__years{margin-top:46px}
.monthly-guides__year{padding-top:0}
.monthly-guides__year+.monthly-guides__year{margin-top:55px}
.monthly-guides__year h2{margin:0 0 24px;color:var(--ink);font:500 32px/1.15 Georgia,'Times New Roman',serif}
.monthly-guides__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.monthly-guide-card{display:flex;min-height:220px;flex-direction:column;padding:26px;border:1px solid #d7e0ec;border-radius:12px;background:#fff;color:inherit;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}
.monthly-guide-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #10233d12}
.monthly-guide-card>span{color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.monthly-guide-card>strong{margin-top:11px;font:500 24px/1.2 Georgia,'Times New Roman',serif}
.monthly-guide-card p{margin:12px 0 22px;color:#62738e;font-size:14px;line-height:1.55}
.monthly-guide-card>b{display:flex;align-items:center;gap:8px;margin-top:auto;color:var(--blue);font-size:13px}
.monthly-guide-card svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:800px){.monthly-guides__grid{grid-template-columns:1fr}}
