@container ml-preparation (min-width: 801px) {
  #course-ds-genai-ml .ml-module-grid > .ml-module-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 22px) / 2);
  }
}
#course-ds-genai-ml .ml-module-part > p { margin: 12px 0; color: #655064; line-height: 1.7; }
.combined-kit-info { width: min(460px, calc(100vw - 32px)); margin: auto; padding: 30px; border: 1px solid #dec1d3; border-radius: 18px; background: #fff8fc; color: #241525; box-shadow: 0 24px 80px #24152540; }
.combined-kit-info::backdrop { background: #24152599; }
.combined-kit-info h2 { margin: 10px 0; font-size: 26px; }
.combined-kit-info p { line-height: 1.7; }
.combined-kit-info .combined-kit-eyebrow { color: #8c3269; font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.combined-kit-info button { width: 100%; margin-top: 16px; padding: 14px; border: 0; border-radius: 10px; background: #241525; color: white; font: inherit; cursor: pointer; }
.combined-kit-info button:focus-visible { outline: 3px solid #b40982; outline-offset: 3px; }
