.ccw-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 1.5rem 0 0.25rem;
}

.ccw-disclaimer {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 1.25rem;
}

.ccw-description {
    max-width: 680px;
    margin-bottom: 1.75rem;
    line-height: 1.6;
}

.ccw-section-label {
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.25rem;
    margin: 1.5rem 0 0.75rem;
}

.ccw-feature-list,
.ccw-req-list {
    max-width: 680px;
    line-height: 1.7;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
}

.ccw-feature-list li,
.ccw-req-list li {
    margin-bottom: 0.4rem;
}

.ccw-steps {
    max-width: 680px;
    line-height: 1.7;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
}

.ccw-steps li {
    margin-bottom: 0.5rem;
}

.ccw-text {
    max-width: 680px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.ccw-repo-wrap {
    margin: 2rem 0 1rem;
}

.ccw-repo-btn {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: #24292e;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.ccw-repo-btn:hover {
    background: #444d56;
    color: #fff;
    text-decoration: none;
}
