/* STEP 8 — alle fire ansøgningstyper */
.step8-dashboard-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px;padding-bottom:22px;border-bottom:1px solid var(--line-strong)}
.step8-dashboard-tabs a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border:1px solid var(--line-strong);border-radius:4px;color:#7e8990;text-decoration:none;font-size:10px;font-weight:800;letter-spacing:.04em;transition:.16s ease}
.step8-dashboard-tabs a:hover{border-color:rgba(103,206,248,.3);color:#cbd7dc}.step8-dashboard-tabs a.active{border-color:rgba(103,206,248,.38);background:rgba(103,206,248,.07);color:#9cdef8}
.step8-discord-card p small{color:#68747c;font-size:9px}
@media(max-width:600px){.step8-dashboard-tabs{display:grid;grid-template-columns:1fr 1fr}.step8-dashboard-tabs a{padding:0 10px}}
