/* v329: Korrektur der verschachtelten Grid-Struktur im Einordnungsbereich */

body .sampro-topic-v326__context-card{
  display:block !important;
  grid-template-columns:none !important;
  min-width:0 !important;
  overflow:hidden !important;
}

body .sampro-topic-v328__context-main{
  display:grid !important;
  grid-template-columns:minmax(0,1.08fr) minmax(260px,.92fr) !important;
  gap:24px !important;
  align-items:stretch !important;
  min-width:0 !important;
}

body .sampro-topic-v326__context-copy,
body .sampro-topic-v326__context-figure,
body .sampro-topic-v326__benefit-grid,
body .sampro-topic-v326__benefit-card{
  min-width:0 !important;
}

body .sampro-topic-v326__context-copy h2{
  max-width:560px !important;
  font-size:clamp(25px,1.75vw,32px) !important;
  line-height:1.1 !important;
}

body .sampro-topic-v326__context-lead{
  max-width:560px !important;
  font-size:15.5px !important;
  line-height:1.68 !important;
}

body .sampro-topic-v326__context-figure{
  min-height:0 !important;
  height:100% !important;
}

body .sampro-topic-v326__context-figure img{
  width:100% !important;
  height:100% !important;
  min-height:320px !important;
  max-height:390px !important;
  object-fit:cover !important;
  object-position:center center !important;
}

body .sampro-topic-v326__benefit-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
  width:100% !important;
  margin-top:22px !important;
  position:relative !important;
  z-index:2 !important;
}

body .sampro-topic-v326__benefit-card{
  width:auto !important;
  min-height:142px !important;
  padding:16px !important;
  overflow:hidden !important;
}

body .sampro-topic-v326__benefit-card strong{
  font-size:15.5px !important;
  line-height:1.2 !important;
  overflow-wrap:anywhere !important;
}

body .sampro-topic-v326__benefit-card span:last-child{
  font-size:13px !important;
  line-height:1.45 !important;
  overflow-wrap:anywhere !important;
}

body .sampro-topic-v326__usecases-card{
  min-width:0 !important;
}

body .sampro-topic-v326__usecases-grid{
  min-width:0 !important;
}

body .sampro-topic-v326__usecase-item{
  min-width:0 !important;
}

@media (max-width:1320px){
  body .sampro-topic-v328__context-main{
    grid-template-columns:1fr !important;
  }
  body .sampro-topic-v326__context-figure img{
    height:320px !important;
    min-height:300px !important;
    max-height:320px !important;
  }
  body .sampro-topic-v326__benefit-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media (max-width:1120px){
  body .sampro-topic-v326__intro-grid{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:760px){
  body .sampro-topic-v326__benefit-grid{
    grid-template-columns:1fr !important;
  }
  body .sampro-topic-v326__benefit-card{
    min-height:0 !important;
  }
}
