﻿body {
    background-color: rgba(0, 0, 0, 0.05);
}
.gap-30 {
    gap: 30px!important;
}
.w-30 {
    width: 30% !important;
}
.p-20 {
    padding: 20px;
}
.link-container {
    height: 44px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #EFEFEF;
}
.link-detail {
    height: 24px;
}
.breadcrumb {
    margin-bottom: 0 !important;
    gap: 10px !important;
}

.breadcrumb-item{
    color: var(--Status-Black, #000);
    text-align: center;
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.breadcrumb-separator {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    line-height: 20px;
}

.col-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.forum-body {
    margin: 40px 0;
}

.forum-introduce {
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 20px;
    background: linear-gradient(0deg, var(--main-yellow-10, rgba(232, 78, 14, 0.10)) 0%, var(--main-yellow-10, rgba(232, 78, 14, 0.10)) 100%), #FFF;
}

.forum-introduce-content {
    width: 70%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

#category-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.forum-introduce-content-title {
    color: var(--Status-Black, #000);
    /* Baloo/Bold/20 */
    font-family: "Baloo 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
}

.forum-introduce-content-text {
    color: var(--Status-Black, #000);
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.forum-introduce-button {
    width: 150px;
    height: 48px;
    display: flex;
    padding: 11px 28px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(0deg, #E84E0E 0%, #E84E0E 100%), #FFF;
}
.forum-introduce-button a {
    color: var(--Status-White, #FFF);
    /* Baloo/Regular/18 */
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    text-decoration: none;
}
.forum-introduce-button svg {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}

.forum-list-content {
    align-items: flex-start;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Status-Border, #D8D4CE);
}
.forum-list-content-header {
    border-radius: 10px 10px 0 0;
    background: var(--Main-Yellow, #E84E0E);
    padding: 16px 10px;
    align-self: stretch;
}
.forum-list-content-header span {
    color: var(--Status-White, #FFF);
    text-align: center;
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.forum-list-content-header-item1 {
    text-align: left !important;
    width: 70%;
    color: var(--Status-White, #FFF);
    /* Baloo/Bold/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px; /* 150% */
}
.forum-list-content-header-item2 {
    width: 10%;
}
.forum-list-content-header-item3 {
    width: 10%;
}
.forum-list-content-header-item4 {
    width: 40%;
    text-align: right !important;
}
.forum-list-content-body {
    width: 100%;
}
.forum-list-content-item {
    height: 74px;
    display: flex;
    padding: 16px 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border: 1px solid var(--Status-Border, #D8D4CE);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: var(--Status-White, #FFF);
}
.forum-list-content-item:last-child {
    border-radius: 0 0 10px 10px;
}
.forum-list-content-news {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.forum-list-content-comments {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.forum-list-content-body-item1 {
    width: 40%;
    text-align: left !important;
}
.forum-list-content-body-item2 {
    width: 10%;
}
.forum-list-content-body-item3 {
    width: 10%;
}
.forum-list-content-body-item4{
    width: 40%;
    text-align: right !important;
}
.forum-list-content-body-item43 {
    width: 70%;
    text-align: left !important;
}
.forum-list-content-body-item43 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.forum-list-content-body-item4 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prominent-category {
    color: var(--Status-Black, #000);
    /* Baloo/Bold/18 */
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    text-align: left;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--Status-Border, #D8D4CE);
}
#news-count {
    margin-bottom: 0;
    color: var(--Status-Black, #000);
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
#comments-count {
    margin-bottom: 0;
    color: var(--Status-Black, #000);
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.new-article-item1 {
    display: flex;
    gap: 10px;
    padding: 10px 0;
}
.new-article-name1 {
    overflow: hidden;
    color: var(--Status-Black, #000);
    text-overflow: ellipsis;
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
}




.col-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.col-right-item1 {

}
.col-right-item1 img {
    width: 100%;
    border-radius: 10px;
}
.prominent-member {
    color: var(--Status-Black, #000);
    /* Baloo/Bold/18 */
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    text-align: left;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--Status-Border, #D8D4CE);
}
.prominent-member-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.prominent-member-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.prominent-member-avatar img {
    object-fit: cover;
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid rgba(232, 78, 14, 0.20);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.prominent-member-info {
    display: flex;
    flex-direction: column;
}
.prominent-member-name {
    color: var(--Status-Black, #000);
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.prominent-member-count-status p{
    color: var(--Main-Yellow, #E84E0E);
    text-align: center;
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.new-article {
    color: var(--Status-Black, #000);
    /* Baloo/Bold/18 */
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    padding-bottom: 16px;
    border-bottom: 1px solid var(--Status-Border, #D8D4CE);
}
.new-article-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.new-article-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.new-article-name {
    overflow: hidden;
    color: var(--Status-Black, #000);
    text-overflow: ellipsis;
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
}
.new-article-avatar img{
    object-fit: cover;
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid rgba(232, 78, 14, 0.20);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.new-article-time p {
    color: var(--Status-Grey, #57585A);
    /* Baloo/Regular/14 */
    font-family: "Baloo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    align-self: stretch;
}
.new-article-info {
    width: 80%;
    display: flex;
    flex-direction: column;
}
.page-item .page-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d1d5db; /* gray-300 */
    color: #6b7280; /* gray-600 */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-weight: 500;
}
.page-item .page-link:hover {
    background-color: #f97316; /* orange-500 */
    border-color: #f97316;
    color: white;
    font-weight: 500;
}
.page-item.active .page-link {
    background-color: #f97316; /* orange-500 */
    border-color: #f97316;
    color: white;
    font-weight: 500;
}
.pagination {
    gap: 10px;
}
.page-item a svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}


@media screen and (max-width: 768px) {
    .col-left {
        width: 100%;
    }
    .col-right {
        width: 100% !important;
    }
    .forum-introduce-button a {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 425px) {
    .forum-introduce {
        flex-wrap: wrap;
    }
    .forum-list-content-header-item3 {
        width: 20%;
    }
    .forum-list-content-body-item4 {
        width: 70%;
    }
}