.mc-related-calculators{box-sizing:border-box;width:100%;max-width:var(--mc-max-width,520px);margin:14px auto 1.5rem;padding:16px;border:1px solid rgb(15 23 42 / .08);border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);box-shadow:0 12px 30px rgb(15 23 42 / .055)}.mc-related-calculators__header{display:flex;align-items:center;gap:10px;margin:0 0 12px;padding:0}.mc-related-calculators__header-icon{flex:0 0 auto;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:var(--mc-color-primary,#005b88);background:linear-gradient(145deg,rgb(0 91 136 / .10),rgb(0 91 136 / .035));border:1px solid rgb(0 91 136 / .12);box-shadow:inset 0 1px 0 rgb(255 255 255 / .9),0 4px 12px rgb(15 23 42 / .035)}.mc-related-calculators__header-icon svg{width:17px;height:17px;display:block}.mc-related-calculators__heading{margin:0!important;padding:0!important;font-family:inherit;font-size:inherit!important;font-weight:700;line-height:1.3;color:inherit}.mc-related-calculators__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.mc-related-calculators__link{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;min-height:54px;padding:10px 12px;border:1px solid rgb(15 23 42 / .09);border-radius:14px;background:#fff;color:inherit;text-decoration:none!important;box-shadow:0 3px 12px rgb(15 23 42 / .035);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background-color .18s ease}.mc-related-calculators__name{min-width:0;font-family:inherit;font-size:12px;font-weight:600;line-height:1.35;color:inherit;overflow-wrap:normal;word-break:normal}.mc-related-calculators__arrow{flex:0 0 auto;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--mc-color-primary,#005b88);background:rgb(0 91 136 / .06);transition:background-color .18s ease,color .18s ease,transform .18s ease}.mc-related-calculators__arrow svg{width:15px;height:15px;display:block}.mc-related-calculators__link:hover,.mc-related-calculators__link:focus-visible{border-color:rgb(0 91 136 / .24);background:#fff;box-shadow:0 8px 20px rgb(15 23 42 / .07);transform:translateY(-2px)}.mc-related-calculators__link:hover .mc-related-calculators__arrow,.mc-related-calculators__link:focus-visible .mc-related-calculators__arrow{color:#fff;background:var(--mc-color-primary,#005b88);transform:translateX(1px)}.mc-related-calculators__link:focus-visible{outline:2px solid rgb(0 91 136 / .20);outline-offset:2px}@media(max-width:560px){.mc-related-calculators{padding:13px;border-radius:15px}.mc-related-calculators__grid{grid-template-columns:1fr}.mc-related-calculators__link{min-height:50px;padding:10px 11px}}