.m7-footer-featured{border-bottom:1px solid rgba(203,213,225,.18);padding:30px 0 26px}
.m7-footer-featured-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
.m7-footer-featured-head strong{color:#fff;font-size:1.15rem}
.m7-footer-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.m7-footer-featured-card{display:flex;align-items:center;gap:12px;min-width:0;padding:15px 16px;border:1px solid var(--line,#e5e7eb);border-radius:14px;background:var(--card,#fff);color:var(--dark,#111827);text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.m7-footer-featured-grid>.m7-footer-featured-card:nth-child(odd):last-child{grid-column:1/-1;width:calc((100% - 12px)/2);justify-self:center}
.m7-footer-featured-card:hover,.m7-footer-featured-card:focus-visible{transform:translateY(-2px);border-color:var(--primary,#2155d9);box-shadow:0 10px 28px rgba(15,23,42,.12)}
.m7-footer-featured-icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border:1px solid var(--line,#e5e7eb);border-radius:11px;font-size:1.2rem;background:var(--light,#f6f8fc)}
.m7-footer-featured-copy{display:flex;flex:1;min-width:0;flex-direction:column;gap:4px}
.m7-footer-featured-copy strong{color:var(--dark,#111827);font-size:.98rem;line-height:1.45}
.m7-footer-featured-copy small{color:var(--muted,#526174);font-size:.82rem;line-height:1.55}
.m7-footer-featured-cta{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;color:var(--primary,#2155d9);font-size:.82rem;font-weight:700;white-space:nowrap}
html[data-theme="dark"] .m7-footer-featured-card:hover,html[data-theme="dark"] .m7-footer-featured-card:focus-visible{box-shadow:0 10px 28px rgba(0,0,0,.28)}
@media(max-width:760px){.m7-footer-featured{padding:24px 0 20px}.m7-footer-featured-head{align-items:flex-start}.m7-footer-featured-grid{grid-template-columns:1fr}.m7-footer-featured-grid>.m7-footer-featured-card:nth-child(odd):last-child{grid-column:auto;width:100%;justify-self:stretch}.m7-footer-featured-card{padding:14px}.m7-footer-featured-cta{font-size:.8rem}}
@media(max-width:460px){.m7-footer-featured-card{align-items:flex-start;flex-wrap:wrap}.m7-footer-featured-copy{flex-basis:calc(100% - 56px)}.m7-footer-featured-cta{margin-inline-start:52px}}
@media(prefers-reduced-motion:reduce){.m7-footer-featured-card{transition:none}.m7-footer-featured-card:hover,.m7-footer-featured-card:focus-visible{transform:none}}
