.compare-table .form-link::before{content:"";position:absolute;left:0;top:15%;width:3px;height:70%;border-radius:3px;background:#168aad;transition:height .15s ease, top .15s ease, width .15s ease;}
.compare-table .form-link:hover{color:#08799d;}
.compare-table .form-link:hover::before{top:0;width:4px;height:100%;}
.mb5{margin-bottom:5px!important}
#spar-tabell thead th:first-child{z-index:1}
#spar-tabell thead th{cursor:pointer;white-space:nowrap}
#spar-tabell thead th::after{content:"▲\A▼";white-space:pre;font-size:10px;line-height:1;margin-left:6px;display:inline-flex;flex-direction:column;justify-content:center;vertical-align:middle;position:relative;top:-1px;color:#455e76}
#spar-tabell thead th[aria-sort="ascending"],#spar-tabell thead th[aria-sort="descending"]{background:#213243}
#spar-tabell thead th[aria-sort="ascending"]::after{color:transparent;background:linear-gradient(to bottom,#dedede 0 50%,#455e76 50% 100%);-webkit-background-clip:text;background-clip:text}
#spar-tabell thead th[aria-sort="descending"]::after{color:transparent;background:linear-gradient(to bottom,#455e76 0 50%,#dedede 50% 100%);-webkit-background-clip:text;background-clip:text}
td.green-bg:before,td.rec-bg:before{content:"Högst";font-size:9px;font-weight:400;text-transform:uppercase;padding:0 5px;display:block;margin:-15px 0 2px -15px;width:fit-content}
td.green-bg:before{content:"Högst";color:#297225;background:#dde7db;}
td.rec-bg:before{content:"Rekommenderad";color:inherit;background:#f3f3f3;}
#spar-tabell tbody tr:hover{background:#e8f1f3!important}
.strategy-altgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:25px;}
.strategy-altcard{background:#fff;border-radius:4px;box-shadow:0 4px 16px 3px rgba(213,221,234,.5);padding:20px;border:1px solid #edf1f5;}
.strategy-althead{margin-bottom:15px;}
.strategy-althead h3{font-size:18px;line-height:24px;margin:8px 0 6px;color:#3c4d6b;}
.strategy-althead p{font-size:13px;line-height:20px;color:#5f6f89;margin:0;}
.strategy-tag{display:inline-block;background:#e8f1f3;color:#03627c;border:1px solid #d7e8ed;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700;text-transform:uppercase;line-height:1;}
.strategy-altlist{counter-reset:none;}
.strategy-altitem{display:flex;align-items:center;gap:10px;background:#f5f6f8;border-radius:4px;padding:10px;margin-bottom:8px;box-shadow:1px 1px 0px 0px #dde2e4;line-height:1.3;}
.strategy-altitem:hover{background:#eff3f7;}
.strategy-pos{width:22px;height:22px;min-width:22px;border-radius:4px;background:#03627c;color:#fff;font-size:12px;font-weight:700;line-height:22px;text-align:center;}
.strategy-bank{flex:1;min-width:0;}
.strategy-bank strong,
.strategy-bank .form-link{font-size:13px;font-weight:700;}
.strategy-bank form{margin:0;line-height:17px;}
.strategy-bank small{display:block;color:#707070;}
.strategy-rate{font-size:15px;font-weight:700;}
@media only screen and (max-width:991px){
.strategy-altgrid{grid-template-columns:1fr;gap:15px;}
.strategy-altcard{padding:15px;}
}
@media only screen and (max-width:767px){
.xs-mt-20{margin-top:20px}
}