.cco-outline-wrap {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    margin: 30px 0;
    font-family: inherit;
    background: #fff;
}

.cco-module {
    border-bottom: 1px solid #e5e5e5;
}

.cco-module-title {
    background: #fafbfd;
    padding: 24px 32px;
    font-weight: 700;
    line-height: 1.3;
}

.cco-module-title a {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

.cco-module-title a:hover {
    text-decoration: underline;
}

.cco-lesson-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cco-lesson-item {
    padding: 22px 32px;
    border-top: 1px solid #e9e9e9;
    background: #fff;
}

.cco-lesson-row {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 24px;
}

.cco-lesson-dot {
    width: 14px;
    height: 14px;
    border: 1.5px solid #b8b8b8;
    border-radius: 50%;
    box-sizing: border-box;
    flex: 0 0 14px;
}

.cco-lesson-text {
    color: inherit;
    font: inherit;
    line-height: 1.4;
}

.cco-sublesson-list {
    margin: 12px 0 0 22px;
    padding-left: 0;
    list-style: none;
}

.cco-sublesson-item {
    position: relative;
    font-size: 0.95em;
    line-height: 1.75;
    margin-bottom: 6px;
    padding-left: 28px;
}

.cco-sublesson-item::before {
    content: "▷";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    text-align: center;
    color: inherit;
    font-size: 0.95em;
    line-height: 1.75;
}



.cco-module-link {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: inherit;
}

.cco-play-icon {
    display: inline-flex;
    flex: 0 0 auto;
}

.cco-module-link:hover .cco-play-icon svg circle {
    fill: #1fa22d;
}