.mls-on-the-fly-changelog {
    max-width: 1200px;
    margin: 20px;
}

.mls-on-the-fly-changelog .changelog-content {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.mls-on-the-fly-changelog h1 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.mls-on-the-fly-changelog h2 {
    color: #1d2327;
    border-bottom: 1px solid #dcdcde;
    padding-bottom: 10px;
    margin: 30px 0 15px;
    font-size: 20px;
    font-weight: 600;
}

.mls-on-the-fly-changelog h3 {
    color: #1d2327;
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 600;
}

.mls-on-the-fly-changelog ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.mls-on-the-fly-changelog li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.mls-on-the-fly-changelog code {
    background: #f0f0f1;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: Consolas, Monaco, monospace;
    font-size: 13px;
}

.mls-on-the-fly-changelog p {
    margin-bottom: 15px;
    line-height: 1.5;
} 