.seo-static{
  margin:24px 0 0;
  padding:17px;
  border:1px solid rgba(20,35,59,.16);
  border-radius:8px;
  background:rgba(255,253,247,.84);
  color:#1c2431;
  text-align:left;
}
.seo-static h2{
  margin:0 0 8px;
  color:#17283d;
  font-family:inherit;
  font-size:16px;
  line-height:1.4;
  letter-spacing:0;
}
.seo-static p{
  margin:0;
  color:#4b5563;
  font-size:13px;
  line-height:1.65;
}
.seo-static ul{
  margin:12px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:7px;
}
.seo-static li{
  position:relative;
  padding-left:13px;
  color:#5b6172;
  font-size:12px;
  line-height:1.55;
}
.seo-static li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#4f7768;
}
@media(max-width:430px){
  .seo-static{margin-top:20px;padding:15px}
}

.related-calculators{
  margin:16px 0 0;
  padding:17px;
  border:1px solid rgba(20,35,59,.16);
  border-radius:8px;
  background:rgba(255,253,247,.84);
  color:#1c2431;
  text-align:left;
}
.related-calculators h2{
  margin:0 0 10px;
  color:#17283d;
  font-family:inherit;
  font-size:16px;
  line-height:1.4;
  letter-spacing:0;
}
.related-calculators nav{
  display:grid;
  gap:8px;
}
.related-calculators a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:42px;
  padding:9px 11px;
  border:1px solid rgba(20,35,59,.15);
  border-radius:6px;
  color:#17283d;
  background:#fffdf8;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
  text-decoration:none;
}
.related-calculators a::after{
  content:"→";
  flex:0 0 auto;
  color:#4f7768;
  font-size:17px;
  font-weight:800;
}
.related-calculators a:hover{
  border-color:#4f7768;
}

.calculation-basis{
  margin:16px 0 0;
  padding:17px;
  border:1px solid rgba(20,35,59,.16);
  border-radius:8px;
  background:rgba(255,253,247,.84);
  color:#1c2431;
  text-align:left;
}
.calculation-basis h2{
  margin:0 0 11px;
  color:#17283d;
  font-family:inherit;
  font-size:16px;
  line-height:1.4;
  letter-spacing:0;
}
.calculation-basis dl{
  margin:0;
  display:grid;
  gap:9px;
}
.calculation-basis div{
  display:grid;
  grid-template-columns:70px minmax(0,1fr);
  gap:8px;
  align-items:start;
}
.calculation-basis dt{
  color:#4f7768;
  font-size:12px;
  font-weight:800;
}
.calculation-basis dd{
  margin:0;
  color:#5b6172;
  font-size:12px;
  line-height:1.55;
}
.calculation-basis a{
  display:inline-flex;
  align-items:center;
  gap:5px;
  margin-top:13px;
  color:#17283d;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
.calculation-basis a::after{content:"↗";color:#4f7768;font-size:15px}
.calculation-basis .basis-note{margin:12px 0 0;color:#6b7280;font-size:11px;line-height:1.55}
