.mds-module-list article.is-locked {
    opacity: .55;
}

.mds-module-list article.is-locked b {
    color: #667085;
}

.mds-history table tbody th {
    color: #344054;
    font-weight: 700;
    text-align: left;
}

.mds-topic-link,
.mds-topic-back {
    display: inline-block;
    margin-top: 12px;
    color: #0b1b31;
    font-weight: 700;
    text-decoration: underline;
}

.mds-topic-back {
    margin: 0 0 20px;
}

.mds-topic-page {
    max-width: 900px;
    padding: 38px;
    border: 1px solid #d9dee7;
    border-radius: 18px;
    background: #fff;
}

.mds-topic-page h2 {
    margin: 12px 0 18px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
}

.mds-topic-page section {
    margin: 28px 0;
}

.mds-topic-page section h3 {
    margin-bottom: 8px;
}

.mds-topic-page p {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.65;
}

.mds-topic-page .mds-topic-intro {
    color: #526581;
    font-size: 21px;
}

.mds-topic-action {
    padding: 22px 24px;
    border-left: 4px solid #f77d1a;
    background: #fff7ed;
}

@media (max-width: 700px) {
    .mds-topic-page { padding: 24px; }
}
