.clw-category-list {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 14px 8px;
    background: #fff;
}

.clw-category-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 34px;
    padding: 4px 8px 4px 10px;
    color: #333;
    text-decoration: none !important;
    border-left: 2px solid transparent;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.clw-category-left {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

.clw-icon {
    width: 16px;
    min-width: 16px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 15px;
    line-height: 1;
}

.clw-icon-image {
    object-fit: contain;
}

.clw-icon-text {
    font-size: 14px;
}

.clw-category-name {
    font-size: 13px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clw-category-count {
    flex: 0 0 auto;
    color: #555;
    font-size: 12px;
    line-height: 1;
}

.clw-category-item:hover,
.clw-category-item:focus {
    color: #e35b31;
    border-left-color: #e35b31;
    background: #fffaf8;
}

.clw-category-item:hover .clw-icon,
.clw-category-item:focus .clw-icon,
.clw-category-item:hover .clw-category-count,
.clw-category-item:focus .clw-category-count {
    color: #e35b31;
}

/* If the theme adds a widget title, keep it visually similar to the reference. */
.widget .clw-category-list {
    margin-top: 0;
}
