/* Bankplanen (feature 'plan') */
.plan-map{ grid-template-columns:minmax(0,1fr); gap:2px }
.plan-map dt, .plan-map dd{ white-space:normal; overflow-wrap:anywhere; min-width:0 }
.plan-map dt{ color:var(--ink); font-weight:600 }
.plan-map dd{ text-align:left; color:var(--ink-2); margin-bottom:10px }
.plan-kv{ grid-template-columns:auto minmax(0,1fr) }
.plan-kv dd{ white-space:normal }
table.t.plan-year td:first-child{ white-space:normal; min-width:130px }
@media (max-width: 760px){
  table.t.plan-year th, table.t.plan-year td{ padding:7px 6px }
}
