.hot-list{display:flex;flex-direction:column;min-height:420px;cursor:pointer;overflow:hidden}.hot-list-sm{min-height:360px}.hot-list-md{min-height:400px}.hot-list-lg{min-height:440px}.hot-list-sm .hot-list-body{max-height:260px}.hot-list-md .hot-list-body{max-height:300px}.hot-list-lg .hot-list-body{max-height:340px}.hot-list-footer,.hot-list-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px}.hot-list-title{display:flex;align-items:center;gap:8px}.hot-list-title img{width:20px;height:20px}.hot-list-header span{font-size:12px;color:var(--text-muted)}.hot-list-body{flex:1 1;padding:0 16px;overflow:auto;max-height:300px}.hot-list-body ul{list-style:none;margin:0;padding:0 6px 0 0}.hot-list-body li{display:flex;align-items:center;gap:8px;min-height:30px;margin-bottom:6px}.hot-list-item-title{border:none;background:transparent;color:inherit;text-align:left;padding:0;cursor:pointer;line-height:1.4}.hot-list-item-title:hover{transform:translateX(4px)}.hot-list-footer{font-size:12px;color:var(--text-muted)}.hot-list-actions{display:flex;gap:8px}.hot-list-empty,.hot-list-skeleton{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px}.hot-list-empty p{margin:0 0 12px}