i.highlight {
    color: #7030a0;
    font-weight: bold;
}

.pointlist {
    margin-left: 0px;
    padding-left: 0px;
}

.pointlist li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 40px;
}

.pointlist li::before {
    position: absolute;
    left: -40px;
    top: 3px;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('https://static.igem.wiki/teams/5858/images/template/pointlist.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.c2r1_figure_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    z-index: 2;
}

ul.c2r1_figure_list>div,
ul.c2r1_figure_list>img {
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
    text-align: center;
    z-index: 2;
}

ul.c2r1_figure_list img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    z-index: 2;
}

.paper .displayboard_pic .context img {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: 100%;
    object-fit: contain;
}

#consent-link {
    color: #9d809d; /* 淡紫色 */
    text-decoration: none; /* 默认无下划线 */
    font-size: 30px;
}

#consent-link:hover {
    text-decoration: underline; /* 悬停时显示下划线 */
}
.paper .section-divider::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-size: contain;
    background-image: url(https://static.igem.wiki/teams/5858/images/template/boundary.webp);
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}