.course-row-experience { position: relative; color: #fff; background: linear-gradient(90deg,rgba(65,184,167,.12),rgba(32,56,88,.72)); box-shadow: inset 5px 0 #41b8a7; }
.course-row-experience::after { content: attr(data-experience-label); position: absolute; top: 10px; right: 12px; padding: 4px 7px; color: #9fe5dc; background: rgba(65,184,167,.14); border: 1px solid rgba(65,184,167,.35); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.course-row-experience h3 { padding-right: 130px; color: #fff; }
.course-row-experience h3 a { color: #fff; }
.course-row-experience p { color: #c4d1dc; }
.course-row-experience .chapter-number,
.course-row-experience .persona-label,
.course-row-experience > span { color: #b8c7d3; }
.course-row-experience .chapter-number { color: #6bb9eb; }
.course-row-experience .risk-chip.green { color: #55c995; }
.course-row-experience .risk-chip.red { color: #e26368; }
.course-row-experience .status-label.free,
.course-row-experience .status-label.available,
.course-row-experience .status-label.completed { color: #55c995; }
.course-row-experience .status-label.locked { color: #e1aa45; }
.course-components { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 9px; }
.course-components span { padding: 4px 7px; color: #d5e3ee; background: #29486f; border: 1px solid #456684; border-radius: 6px; font-size: 10px; font-weight: 800; }
.course-pilot-link { display: inline-block; margin-top: 8px; color: #6ed9cb; font-size: 12px; font-weight: 900; }
.course-signin-link { padding: 0; border: 0; background: transparent; cursor: pointer; text-decoration: underline; }
@media (max-width:760px) {
  .course-row-experience::after { position: static; grid-column: 2 / -1; justify-self: start; }
  .course-row-experience h3 { padding-right: 0; }
}
