.smlmm-root{position:relative}.smlmm-root>a{font-weight:700}.smlmm-panel{display:none;position:absolute;left:0;top:100%;z-index:99999;min-width:1040px;max-width:1160px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 20px 40px rgba(0,0,0,.08);border-radius:18px;padding:18px;margin-top:10px}.smlmm-root:hover .smlmm-panel,.smlmm-root:focus-within .smlmm-panel{display:block}.smlmm-open{display:block;position:static;min-width:auto;max-width:none;margin-top:0}.smlmm-top{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.smlmm-kicker{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--smlmm-accent)}.smlmm-title{font-size:26px;line-height:1.1;font-weight:900;color:#111827}.smlmm-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:12px;background:#111827;color:#fff!important;text-decoration:none;font-weight:800}.smlmm-cta-secondary{background:var(--smlmm-accent)}.smlmm-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.smlmm-col-title{font-size:18px;font-weight:900;color:#111827;margin-bottom:10px}.smlmm-links{list-style:none;padding:0;margin:0}.smlmm-links li{margin:0 0 8px}.smlmm-links a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;border-radius:10px;text-decoration:none;color:#111827;background:#f9fafb}.smlmm-links a:hover{background:#f3f4f6}.smlmm-badge{font-style:normal;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:4px 6px;border-radius:999px;background:#111827;color:#fff}.smlmm-spotlight{border:1px solid #e5e7eb;border-radius:16px;padding:16px;background:linear-gradient(180deg,#faf5ff,#fff)}.smlmm-spotlight-badge{display:inline-block;margin-bottom:10px;padding:5px 8px;border-radius:999px;background:#111827;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase}.smlmm-spotlight h3{margin:0 0 8px;font-size:22px;line-height:1.1}.smlmm-spotlight p{margin:0 0 14px;color:#6b7280;line-height:1.6}.smlmm-shortcode-wrap{margin:24px 0}@media (max-width:1100px){.smlmm-panel{min-width:900px}}@media (max-width:980px){.smlmm-panel{position:static;display:block;min-width:auto;max-width:none;margin-top:12px}.smlmm-grid{grid-template-columns:1fr}.smlmm-root:hover .smlmm-panel,.smlmm-root:focus-within .smlmm-panel{display:block}}
/* strong reset against theme submenu styles */
.smlmm-panel .smlmm-links,
.smlmm-panel .smlmm-links li,
.smlmm-panel .smlmm-links a{
  visibility:visible !important;
  opacity:1 !important;
  float:none !important;
  position:static !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  width:auto !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  clip:auto !important;
  transform:none !important;
}
.smlmm-panel .smlmm-links{display:block !important;margin:0 !important;padding:0 !important;list-style:none !important}
.smlmm-panel .smlmm-links li{display:block !important;margin:0 0 8px !important;padding:0 !important}
.smlmm-panel .smlmm-links a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:8px !important;
  padding:9px 10px !important;
  border-radius:10px !important;
  text-decoration:none !important;
  color:#111827 !important;
  background:#f9fafb !important;
  white-space:normal !important;
}
.smlmm-panel .smlmm-links a:hover{background:#f3f4f6 !important}
