.chapter-card{all:unset;display:flex;flex-direction:column;gap:16px;cursor:pointer}.chapter-card__card{border:1px var(--border-primary) solid;border-radius:24px;background-color:var(--bg-primary);width:100%;display:flex;flex-direction:column;justify-content:space-around;gap:6px}.chapter-card__icon-placeholder{background:var(--bg-quaternary);border-radius:999px;height:100%;width:100%;flex-shrink:0}.chapter-card:focus-visible .chapter-card__card{box-shadow:0 0 0 2px var(--bg-primary),0 0 0 4px var(--focus-ring-normal)}.chapter-card--size-md{width:152px}.chapter-card--size-md .chapter-card__card{height:152px;padding:20px}.course-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:40px}.course-item__main-container h4{margin-bottom:8px;margin-top:4px}.course-item__badge-container{display:flex;flex-direction:row;gap:6px}.course-item__content{display:flex;flex-direction:row;justify-content:start;align-items:center;gap:40px}.course-item__icon,.course-item__icon-placeholder{width:128px;height:128px;flex-shrink:0}.course-item__icon-placeholder{background-color:var(--bg-header);border-radius:999px}.course-item__chapter-container{display:flex;flex-direction:row;justify-content:start;gap:25px;flex-wrap:wrap;max-width:100%;padding:0 10px}.courses-page{min-width:780px;min-height:100vh;display:flex;flex-direction:column;color:var(--text-primary-900)}.courses-page__container{flex:1;max-width:1280px;width:100%;margin:100px auto;display:flex;flex-direction:column;gap:32px}
