.forum-list.forum-detail-list {
    border: none;
    margin-bottom: 20px;
}
.forum-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    padding-left: 2rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}


element.style {
}
.forum-list.forum-detail-list .media {
    display: block;
}
.forum-list>li .media {
    font-size: 2rem;
    width: 64px;
    text-align: center;
    line-height: 64px;
}
*, ::after, ::before {
    box-sizing: border-box;
}

div {
    display: block;
}

li {
    text-align: -webkit-match-parent;
}
.forum-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: disc;
}

.forum-list.forum-detail-list .info-container {
    border: 2px solid var(--app-component-border-color);
    padding: 15px 20px;
    background: var(--bs-light);
    position: relative;
    display: block;
    border-radius: 6px;
}

.forum-list>li .info-container {
    font-size: .8125rem;
    line-height: 1.8;
    color: rgba(var(--app-component-color-rgb),.5);
    display: flex;
    flex: 1;
    margin-left: 15px;