.content {
    display: flex;
    flex-direction: column;
    gap: 28px;
    line-height: 1.6;
}

.content h1 {
    margin-bottom: 12px;
}

.section-level-text {
    margin-bottom: 28px;
}

.section-level-text h2 {
    margin-bottom: 10px;
    font-weight: 600;
}

.subsection-level-text {
    margin-top: 12px;
    margin-left: 12px;
}

.subsection-level-text h3 {
    margin-bottom: 6px;
}

.content p {
    margin-bottom: 6px;
    text-indent: 1.5em;
}

.content ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 10px 0 10px 2em;
}

.content ul li {
    list-style-type: disc;
}

.update-date {
    margin-top: 20px;
    font-style: italic;
    text-align: right;
}
