/* =============================
TECH RESPAWN – Mein Konto: Menü + Tabs (JS-Variante)
============================= */
/* Menü-Navigation */
.tr-konto-nav {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
margin-bottom: 30px;
}
.tr-konto-nav a {
background: #111;
color: #66ff00;
border: 2px solid #66ff00;
padding: 12px 20px;
border-radius: 12px;
font-weight: bold;
text-decoration: none;
font-family: ‘Poppins’, sans-…
}
]
}