
/* v290: Korrektur nach Sichtprüfung
   - Premium-Icons im Ablaufbereich vereinheitlicht
   - keine gemischten hellen/dunklen Icon-Badges mehr
   - unerwünschte Silbentrennungen in Ablauf- und Fokus-Karten verhindert
   - Textführung in Karten robuster, damit nichts überläuft
*/

.sampro-topic-v271 .container{
  width:min(1320px,calc(100% - 44px))!important;
}

/* Ablaufbereich: Icon-Darstellung einheitlich und ruhiger */
.sampro-topic-v271__flow-step{
  min-height:236px!important;
  padding:58px 18px 18px!important;
}

.sampro-topic-v271__flow-icon{
  width:82px!important;
  height:82px!important;
  margin:0 auto 16px!important;
  display:grid!important;
  place-items:center!important;
  padding:17px!important;
  border-radius:24px!important;
  color:#d9a62d!important;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.22) 0%, rgba(255,255,255,.06) 42%, rgba(255,255,255,0) 66%),
    linear-gradient(145deg,#062653 0%,#0a4385 100%)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 14px 28px rgba(6,38,83,.16)!important;
}

.sampro-topic-v271__flow-step:nth-child(2n) .sampro-topic-v271__flow-icon,
.sampro-topic-v271__flow-step:nth-child(3) .sampro-topic-v271__flow-icon,
.sampro-topic-v271__flow-step:nth-child(4) .sampro-topic-v271__flow-icon{
  color:#d9a62d!important;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.22) 0%, rgba(255,255,255,.06) 42%, rgba(255,255,255,0) 66%),
    linear-gradient(145deg,#062653 0%,#0a4385 100%)!important;
  border:1px solid rgba(255,255,255,.08)!important;
}

.sampro-topic-v271__flow-icon svg{
  width:100%!important;
  height:100%!important;
  stroke-width:2.15!important;
}

.sampro-topic-v271__flow-step h4{
  font-size:clamp(17px,.98vw,20px)!important;
  line-height:1.18!important;
  margin-bottom:7px!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}

.sampro-topic-v271__flow-step p{
  font-size:14.8px!important;
  line-height:1.45!important;
  max-width:250px!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}

/* Fokusbereich: Premium-Badges, aber Text darf nicht aus Karten laufen */
.sampro-topic-v271__focus-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}

.sampro-topic-v271__focus-card{
  min-height:188px!important;
  padding:18px 18px 18px!important;
  display:grid!important;
  grid-template-columns:62px minmax(0,1fr)!important;
  align-items:center!important;
  gap:15px!important;
  overflow:hidden!important;
}

.sampro-topic-v271__focus-card > div:last-child{
  min-width:0!important;
  width:100%!important;
  overflow:hidden!important;
}

.sampro-topic-v271__focus-icon{
  width:58px!important;
  height:58px!important;
  padding:13px!important;
  border-radius:50%!important;
  color:#d9a62d!important;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.22) 0%, rgba(255,255,255,.06) 42%, rgba(255,255,255,0) 66%),
    linear-gradient(145deg,#062653 0%,#0a4385 100%)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 12px 24px rgba(6,38,83,.14)!important;
}

.sampro-topic-v271__focus-card:nth-child(2n) .sampro-topic-v271__focus-icon,
.sampro-topic-v271__focus-card:nth-child(5n) .sampro-topic-v271__focus-icon,
.sampro-topic-v271__focus-card:nth-child(7n) .sampro-topic-v271__focus-icon{
  color:#d9a62d!important;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.22) 0%, rgba(255,255,255,.06) 42%, rgba(255,255,255,0) 66%),
    linear-gradient(145deg,#062653 0%,#0a4385 100%)!important;
}

.sampro-topic-v271__focus-card h4{
  margin:0 0 6px!important;
  font-size:clamp(14.6px,.86vw,17px)!important;
  line-height:1.16!important;
  letter-spacing:-.01em!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}

.sampro-topic-v271__focus-card p{
  margin:0!important;
  font-size:13.6px!important;
  line-height:1.42!important;
  color:#435a74!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}

/* Längere Titel erhalten minimal weniger Gewicht, statt aus dem Feld zu laufen */
.sampro-topic-v271__focus-card:nth-child(1) h4,
.sampro-topic-v271__focus-card:nth-child(4) h4,
.sampro-topic-v271__focus-card:nth-child(6) h4,
.sampro-topic-v271__focus-card:nth-child(8) h4{
  font-size:clamp(14px,.82vw,16.5px)!important;
}

/* Ergebnisbereich: Icon-Stil vereinheitlichen */
.sampro-topic-v271__result-mini-card{
  min-height:118px!important;
  grid-template-columns:60px minmax(0,1fr)!important;
  gap:14px!important;
}

.sampro-topic-v271__result-mini-card > div:last-child{
  min-width:0!important;
}

.sampro-topic-v271__result-icon{
  width:56px!important;
  height:56px!important;
  flex:0 0 56px!important;
  padding:13px!important;
  color:#d9a62d!important;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.22) 0%, rgba(255,255,255,.06) 42%, rgba(255,255,255,0) 66%),
    linear-gradient(145deg,#062653 0%,#0a4385 100%)!important;
}

.sampro-topic-v271__result-mini-card:nth-child(3) .sampro-topic-v271__result-icon{
  color:#fff!important;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.26) 0%, rgba(255,255,255,.08) 42%, rgba(255,255,255,0) 66%),
    linear-gradient(145deg,#c8901d 0%,#e5b643 100%)!important;
}

.sampro-topic-v271__result-mini-card h4{
  font-size:clamp(15px,.9vw,19px)!important;
  line-height:1.18!important;
  hyphens:none!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}

.sampro-topic-v271__result-mini-card p{
  font-size:13.8px!important;
  line-height:1.44!important;
  hyphens:none!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}

/* responsive: erst ab schmaleren Breiten auf 2 Spalten wechseln */
@media(max-width:1180px){
  .sampro-topic-v271__focus-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .sampro-topic-v271__focus-card{
    min-height:150px!important;
  }
  .sampro-topic-v271__focus-card h4{
    font-size:clamp(16px,1.4vw,20px)!important;
  }
  .sampro-topic-v271__focus-card p{
    font-size:14.6px!important;
  }
}

@media(max-width:720px){
  .sampro-topic-v271__focus-grid,
  .sampro-topic-v271__result-cards{
    grid-template-columns:1fr!important;
  }
  .sampro-topic-v271__focus-card,
  .sampro-topic-v271__result-mini-card{
    min-height:0!important;
  }
  .sampro-topic-v271__flow-icon{
    width:76px!important;
    height:76px!important;
  }
}
