/* ========================================================= */
/* THEMEN-WRAPPER (FORTGESCHRITTEN)                          */
/* ========================================================= */

.topic-card {
  padding: 34px;
}

.topic-sections {
  display: grid;
  gap: 22px;
  margin-top: 26px;
}

.topic-sections .section-card {
  box-shadow: none;
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.075),
    rgba(255,255,255,0.035)
  );
}