.dsl_container {
    max-width: 800px;
    margin: auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dsl_title {
    font-size: 2em;
    color: #000080;
    text-align: center;
    margin-bottom: 10px;
}

.dsl_last_updated {
    font-size: 0.9em;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}

.dsl_section {
    margin-bottom: 20px;
}

.dsl_section_title {
    font-size: 1.5em;
    color: #000080;
    margin-bottom: 10px;
    border-bottom: 2px solid #000080;
    padding-bottom: 5px;
}

.dsl_subsection_title {
    font-size: 1.2em;
    color: #000080;
    margin-bottom: 8px;
}

.dsl_section_content {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.dsl_list {
    list-style-type: disc;
    padding-left: 20px;
    color: #000080;
}

.dsl_list li {
    margin-bottom: 10px;
}

.dsl_section_content strong {
    color: #000080;
}
