.sm--category-container {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding:10px;
    background: #ffffff;
}

.sm--category-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sm--header-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.sm--category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sm--category-item {
    margin-bottom: 5px;
}

.sm--category-item:last-child {
    margin-bottom: 0;
}

.sm--category-item a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #374151;
    padding: 6px 8px;
    border-radius: 8px;
    transition: all 0.25s ease;
    background: #f9fafb;
}
ul.sm--category-list {
    padding: 0;
    margin: 0;
}
.sm--item-icon svg, 
.sm--item-icon i,
.sm--icon-before svg, 
.sm--icon-before i ,
.sm--icon-after svg, 
.sm--icon-after i  {
    width: 16px;
    height: 16px;
}

.sm--category-header--i {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sm--category-header a {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}