.page-content {
    margin-top: 120px;
    margin-bottom: 120px;
    min-width: 1440px;
    display: flex;
    justify-content: center;
}

.generic-term-section {
    width: 1440px;
    padding: 0px 180px;
    box-sizing: border-box;
}

.generic-term-section > .generic-term-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #272727;
}

.generic-term-section > .generic-term-title-wrapper > h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #272727;
}

.generic-term-section .term-version-changer {
    padding: 8px 28px 8px 16px;
    gap: 16px;
    width: 203px;
    height: 33px;
    background-color: #f2f4f7;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    text-overflow: ellipsis;
    color: #272727;
    appearance: none;
    background-image: url("/static/images/ic_dropdown_chevron.svg");
    background-position: top 50% right 12px;
    background-repeat: no-repeat;
    outline: none;
}

.current-term-content {
    padding: 28px 0 112px;
    border-bottom: 1px solid #272727;
}

.current-term-content > .term-version-changer {
    margin: 40px 0 0 20px;
}

.current-term-content h1,
.current-term-content h2,
.current-term-content h3 {
    padding: 0 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #272727;
}

.current-term-content p {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
}

.current-term-content > ul > li {
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s;
}

.current-term-content > ul > li > h3 {
    display: flex;
    align-items: center;
    padding: 24px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #272727;
}

.current-term-content > ul > li > h3::before {
    content: "·";
    margin-right: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #272727;
}

.current-term-content > ul > li p {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
}

.current-term-content > ul > li > h4 {
    padding: 15px 15px 0 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #272727;
}
