.learning-blocks { display: flex; flex-direction: column; gap: 1.5rem; }
.learning-block { padding: 1rem 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.learning-block:last-child { border-bottom: none; }
.learning-block-title { margin-bottom: .75rem; font-size: 1.1rem; }
.learning-chart-wrap { max-width: 520px; margin: .5rem 0; }
.learning-embed iframe { width: 100%; height: 100%; border: 0; }
.lb-block { background: #fafafa; }
.ws-cover {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.ws-cover-sm { height: 80px; min-height: 80px; }
.learning-catalog-cover { height: 140px; min-height: 140px; }
.dash-ws-cover { border-radius: 8px 8px 0 0; }
.learning-catalog-card { transition: transform .15s, box-shadow .15s; }
.learning-catalog-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(93,87,158,.12); }
.learning-progress-ring { width: 48px; height: 48px; border-radius: 50%; background: conic-gradient(var(--portal-accent,#5D579E) var(--pct), #e9ecef 0); display: flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 600; }
.learning-progress-ring span { background: #fff; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.learning-locked { opacity: .65; pointer-events: none; filter: grayscale(.3); }
.learning-certificate { background: linear-gradient(135deg, #fafafe 0%, #fff 100%); }
.learning-quiz label { cursor: pointer; }
#learningBookmark.active { background: var(--portal-accent,#5D579E); color: #fff; border-color: transparent; }
.learning-code { font-size: .85rem; overflow-x: auto; }