.sidebar-content li{
    list-style:circle;
}
.sg-community-list-page {
    width: 100%;
}

.sg-community-list-page .sg-community-list-layout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.sg-community-list-page .content-area {
    flex: 1;
    min-width: 0;
}

.sg-community-list-page .main-content-container {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.sg-community-list-page .filter-tabs {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf0f2;
}

.sg-community-list-page .filter-section {
    margin-bottom: 12px;
}

.sg-community-list-page .filter-section:last-child {
    margin-bottom: 0;
}

.sg-community-list-page .filter-buttons {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.sg-community-list-page .filter-btn {
    flex: 0 0 auto;
    padding: 5px 12px;
    border: 1px solid #d1d5da;
    border-radius: 999px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 1.4;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.sg-community-list-page .filter-btn:hover {
    border-color: #ff4500;
    background-color: #fff8f5;
    color: #ff4500;
}

.sg-community-list-page .filter-btn.active {
    border-color: #ff4500;
    background-color: #ff4500;
    color: #fff;
}

.sg-community-list-page .content-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 4px 0 0;
}

.sg-community-list-page .filter-tag {
    position: relative;
    padding: 2px 0;
    color: #5f6b7a;
    cursor: pointer;
    font-size: 0.8rem;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sg-community-list-page .filter-tag:hover {
    color: #ff4500;
}

.sg-community-list-page .filter-tag.active {
    color: #ff4500;
    font-weight: 500;
}

.sg-community-list-page .filter-tag.active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #ff4500;
}

.sg-community-list-page .communities-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sg-community-list-page .community-empty-state {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    padding: 24px 0;
}

.sg-community-list-page .empty-card {
    width: 100%;
    max-width: 420px;
    padding: 32px 28px;
    border: 1px solid #e1e4e8;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff, #fafafa);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    text-align: center;
}

.sg-community-list-page .empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    border-radius: 20px;
    background: rgba(255, 69, 0, 0.08);
    color: #ff4500;
    font-size: 1.5rem;
    font-weight: 700;
}

.sg-community-list-page .empty-title {
    margin: 0 0 8px;
    color: #333;
    font-size: 1.05rem;
    font-weight: 600;
}

.sg-community-list-page .empty-description {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}

.sg-community-list-page .empty-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 10px 18px;
    border-radius: 8px;
    background-color: #ff4500;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sg-community-list-page .empty-action:hover {
    background-color: #e63e00;
}

.sg-community-list-page .load-more-wrapper {
    margin-top: 18px;
}

.sg-community-list-page .load-more {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #f5f7fa;
    color: #63708a;
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
    transition: all 0.2s ease;
}

.sg-community-list-page .load-more:hover {
    background: #eef2f6;
    color: #ff4500;
}

.sg-community-list-page .load-more.is-loading {
    pointer-events: none;
    opacity: 0.72;
}

.sg-community-list-page .right-sidebar {
    width: 240px;
    flex-shrink: 0;
    margin-left: 0;
}

.sg-community-list-page .sidebar-section {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.sg-community-list-page .sidebar-section:last-child {
    margin-bottom: 0;
}

.sg-community-list-page .sidebar-title {
    margin: 0 0 12px;
    color: #222;
    font-size: 1rem;
    font-weight: 700;
}

.sg-community-list-page .sidebar-content {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}

.sg-community-list-page .sidebar-content p {
    margin: 0 0 10px;
}

.sg-community-list-page .sidebar-content ul {
    margin: 0;
    padding-left: 20px;
}

.sg-community-list-page .sidebar-content li {
    margin-bottom: 6px;
}

@media (max-width: 1280px) {
    .sg-community-list-page .communities-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .sg-community-list-page .sg-community-list-layout {
        flex-direction: column;
    }

    .sg-community-list-page .right-sidebar {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 720px) {
    .sg-community-list-page .main-content-container,
    .sg-community-list-page .sidebar-section {
        padding: 16px;
    }

    .sg-community-list-page .content-filter-tags {
        gap: 12px;
    }

    .sg-community-list-page .communities-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .sg-community-list-page .community-header {
        gap: 12px;
    }
}
